@charset "utf-8";
/* Scroll */
#scroll {
	position:relative;
	padding-top:5px;
	height:281px;
	overflow:hidden;
	width:285px;
}
 
#tools {
	width: 25000px;
	list-style: none;
	position: absolute;
	margin: 0;
	padding:0;
	left: 0;
	overflow:hidden;
}
 
.tool {
	display: block; 
	float:left;
	width:285px;
	height:250px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
}
#scroll ul li { padding:0; border-bottom: none; margin:0;}
 .tool .thumbs{
	width:285px;
	height:250px;
}
.details {
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8);+
	color:#666;
	padding:10px ;
	width:275px;
}
#thumbs {
	border-bottom:1px dotted #99A134;	
	width:285px;
	position:absolute;
	top:260px;
}
#scroll ul li a{	
	display: block;
	background-image: none;
	padding-left:0;
	font-size:12px;
}
.t a {
	margin:5px;
	display:block;
	width:8px;
	float:left;
	height:8px;
	cursor:pointer;
	background-color:#6C3087;
}

.t a:hover{

	background-color:#4F648B;
} 
.t a.active {
	cursor:default !important;
	background-color:#99A134;
}





 
 
 
