
ul {list-style:none;}
.clear {clear:both;}

#slider {width:960px; overflow:hidden; height:256px;margin:0px auto;position:relative;}
.container {height:256px; overflow:hidden;  cursor:pointer; }
ul.slides { display:block; list-style:none; padding:0; margin:0; position:relative; width:960px; height:256px;}
ul.slides li {display:none; padding:0; margin:0; position:absolute; left:0; top:0; overflow:hidden; width:960px; height:256px;}
ul.slides li .thumbholder {height:256px; width:980px; float:left; position:relative;}
/*ul.slides li .txtholder { width:250px; float:right; padding-right:20px;}*/
#slider .pagination {
	display:block;
	list-style:none;
	position:absolute;
	right:14px;
	top:215px;
	z-index:999;
	width:380px;
	text-align:center;
}
 ul.pagination li {display:inline;}

 ul.pagination li a { display:block; float:left; width:19px; height:19px; margin:3px; background:url(images/slidernav.png) no-repeat; text-indent:-9000px;}
 ul.pagination li.active a {background:url(images/slidernav-active.png) no-repeat!important; text-indent:-9000px;}

