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

<!--

.sliderGallery {
overflow: hidden;
position: relative;
padding: 10px;
height: 160px;
width: 980px;
background-image: url(productb.jpg);

}

.el
{
	float:left;
	display:block;
	/* [disabled]width:80px; */
	height:135px;
	/* [disabled]padding-top: 5px; */
	background-repeat:no-repeat;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}

.contaner
{
	position:absolute;
	overflow:hidden;
	height:135px;
	width:1000px;
}

.contaner a
{
	color:#CCC;
	text-decoration:none;
	font-size: 10px;
}

.contaner a span{
display:block; 
height:15px; 
}

.contaner a img{
border: 0px;
}

.contaner a:hover{
color:#FFF;
	
}

.slider {
width: 957px;
height: 17px;
margin-top: 140px;
margin-left: 5px;
padding: 1px;
position: relative;
background-image: url(productb.png);
background-repeat: no-repeat;
}

.handle {
position: absolute;
cursor: move;
height: 17px;
width: 181px;
top: 0;
background: url(productc.png) no-repeat;
z-index: 100;
}

.slider span {
color: #E4E4E4;
font-size: 10px;
cursor: pointer;
position: absolute;
z-index: 110;
top: 3px;
}


#slider_wrapper{
width:1000px;
margin-top:5px;
clear:both;

}

-->