
.slider {
	width:942px !important;
	height:411px;
}
.items {
	display:none;
}
.play.paused {
	color:#f00;
}



.prev {
	background:url(../javascript/tms_prev.png) 0 0 no-repeat;
	width:31px;
	height:48px;
	position:absolute;
	top:190px;
	left:10px;
	text-indent:-9999px;
	z-index: 100;
}
.prev:hover {
	background:url(../javascript/tms_prev.png) 0 0 no-repeat;
}

.next {
	background:url(../javascript/tms_next.png) 0 0 no-repeat;
	width:31px;
	height:48px;
	position:absolute;
	top:190px;
	left:900px;
	text-indent:-9999px;
	z-index: 100;
}
.next:hover {
	background:url(../javascript/tms_next.png) 0 0 no-repeat;
}



.pagination {
	width:942px;
	position:absolute;
	left:700px;
	bottom:14px;
	z-index: 100;
}
.pagination li {
	float:left;
}
.pagination li a {
	display:block;	
	width:52px;
	height:35px;	
	overflow:hidden;
	color:#666;
	margin: 0 8px;
	text-align:center;
	border:1px solid #b9b9b9;
}

#products1 ul.pagination li a img { 
	width:52px;
	height:35px;	
}
#products1 ul.pagination li a:hover,
#products1 ul.pagination li.current a {
	background:url(products1_btnbg2.jpg) repeat-x left top;
	color:#fff;
}
