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



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

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



.pagination {
	width:941px;
	position:absolute;
	left:0px;
	top:0px;
	z-index: 20;
}
.pagination li {
	float:left;
}
.pagination li a {
	display:block;	
	width:941px;
	height:435px;	
	overflow:hidden;
}

#products1 ul.pagination li a img { 
	width:941px;
	height:435px;	
}
#products1 ul.pagination li a:hover,
#products1 ul.pagination li.current a {
}
