@charset "utf-8";
/* CSS Document */

#scroller {
	width:950px;
	height:370px;
	position:relative;
	padding:15px;
	background: url("images/gallerybg-trans.png") no-repeat center;
}

#scroller b#thumbs {
	display:block;
	width:210px;
	height:260px;
	overflow:auto;
	float:right;
	margin-top:70px;
	border-width:1px 0 1px 1px;
	margin-right: 15px;
	padding-left: 40px;
}

#scroller b#thumbs a {
	display:block;
	float:left;
	margin:0 10px 10px 0;
	background:#f8f8ff;
	width:80px;
	height:50px;
	border:1px solid #000;
}

#scroller b#thumbs a img {
	width:80px;
	height:50px;
	border:0;
}
#thumbs::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	padding: 18px;
	-webkit-border-radius: 1ex
} 
  
#thumbs::-webkit-scrollbar-thumb {
	background-color: rgba(053,057,071,0.3);
	padding: 8px;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 1ex;
}
#thumbs::-webkit-scrollbar-button:start:decrement,pre::-webkit-scrollbar-button:end:increment {
	display: block;
	height: 10px
}

#thumbs::-webkit-scrollbar-thumb:vertical, pre::-webkit-scrollbar-thumb:horizontal {
	height: 3px;
	width: 3px;
	margin: 3px;
}