div#sliders-container{width:694px; overflow:hidden; height:138px; margin:0;background:url('../images/design/auto/bg-slider.png') no-repeat; position:relative}
div#slider-stage{height:138px;
margin:0 auto;
overflow:hidden;
padding:17px 0 0 4px;
width:632px;
z-index:10;}
#slider-buttons{width:100%; position:absolute; top:0;left:0;  margin:0;padding:0; z-index:12}
#slider-list{border:0; margin:0; padding:0; left:400px;}
#slider-list li{
		list-style:none; 
		margin:0; 
		padding:0; 
		border:0; 
		margin-right:5px;
		padding:0px; 
		float:left;
		width:101px;
		height:104px;
		z-index:11;
		background-image:url('../images/design/auto/bg-slider-li.png');
		background-repeat:no-repeat;
		background-position:0px 0px;
}
#slider-list li.row{background-position:0px -104px;}
a#btn-next{
		width:30px;
		height:37px;	
	background-image:url('../images/design/auto/bg-slider-li.png');
		background-repeat:no-repeat;
		background-position:0px -208px;
		position:absolute;
		right:-1px; top:50px;
}
a#btn-next img{width:30px;height:37px;}

a#btn-previous{
		width:30px;
		height:37px;	
	background-image:url('../images/design/auto/bg-slider-li.png');
		background-repeat:no-repeat;
		background-position:-30px -208px;
		position:absolute;
		left:-1px; top:50px;
}
a#btn-previous img{width:30px;height:37px;}

div.slider-picture{padding:5px 0 5px 6px}
div.slider-desc{ text-align:center}
