#loopedSlider .container { width:500px; height:333px; overflow:hidden; position:relative; cursor:pointer; }
#loopedSlider .slides { position:absolute; top:0; left:0; }
#loopedSlider .slides div { position:absolute; top:0; width:500px; display:none; }

#loopedSlider { /*margin:18px auto;*/ margin : auto; width:500px; height: 363px; position:relative; clear:both; }
#loopedSlider ul.pagination { list-style-type:none; margin:0; padding:0; margin:9px auto; width:200px; }

#loopedSlider ul.pagination.count_1 { width : 22px; }
#loopedSlider ul.pagination.count_2 { width : 44px; }
#loopedSlider ul.pagination.count_3 { width : 66px; }
#loopedSlider ul.pagination.count_4 { width : 88px; }
#loopedSlider ul.pagination.count_5 { width : 110px; }
#loopedSlider ul.pagination.count_6 { width : 132px; }
#loopedSlider ul.pagination.count_7 { width : 154px; }
#loopedSlider ul.pagination.count_8 { width : 176px; }

#loopedSlider ul.pagination li { float:left; padding:0 5px; }	
#loopedSlider ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(/images/loopedslider/pagination.png); background-position:0 0; background-repeat:no-repeat;}
#loopedSlider ul.pagination li.active a {background-position:0 -12px}
#loopedSlider a.previous { position:absolute; top:165px; left:-32px; }
#loopedSlider a.next { position:absolute; top:165px; right:-32px; }

#loopedSlider a img { border : 0; }

#loopedSlider a { outline: none; }