

/* 
==============================================================
GLOBAL 
============================================================== */
/* IMAGE SLIDSHOWS */
#loopedSlider.home {  width:860px;height:309px; position:relative; clear:both; }
#loopedSlider.home div.slideContainer { width:860px; height: 309px; min-height: 309px;overflow:hidden; position:relative; cursor:pointer;  }
#loopedSlider.home div.slides { position:absolute; top:0; left:0;  height: 309px;  }
#loopedSlider.home div.slides div { position:absolute; top:0;width:860px; height: 309px;display:none;  }
#loopedSlider.home ul.pagination { position:absolute;top:300px;right:0px;  z-index:99999;list-style-type:none; margin:0; padding:0; margin:9px auto; width:128px; }
#loopedSlider.home ul.pagination li { float:left; margin:0 5px; }	
#loopedSlider.home ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(../images/home/pagination2.png);  background-position:0 0; background-repeat:no-repeat;}
#loopedSlider.home ul.pagination li.active a {background-position:0 -12px}
