/* CSS Code for the image slider  */

#loopedSlider.home {  width:954px;height:366px; position:relative; clear:both; } /* Width x Height is the image dimensions for slides */
#loopedSlider.home div.slideContainer { width:954px; height: 366px; min-height: 366px;overflow:hidden; position:relative; cursor:pointer;  } /* Width x Height is the image dimensions for slides */
#loopedSlider.home div.slides { position:absolute; top:0; left:0;  height: 366px;  } /* Height is the image Height for slides */
#loopedSlider.home div.slides div { position:absolute; top:0;width:954px; height: 366px;display:none;  } /* Width x Height is the image dimensions for slides */
#loopedSlider.home ul.pagination { position:absolute;top:335px;right:395px;  z-index:99999;list-style-type:none; margin:0; padding:0; margin:9px auto; width:150px; } /* Top Move Buttons */
#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}



#loopedSlider.product {  width:680px;height:300px; position:relative; clear:both;margin-bottom:20px; }
#loopedSlider.product .slideContainer { width:680px; height: 300px; overflow:hidden; position:relative; cursor:pointer; }
#loopedSlider.product .slides { position:absolute; top:0; left:0;  }
#loopedSlider.product .slides div { position:absolute; top:0;width:680px;  display:none;}
#loopedSlider.product ul.pagination { position:absolute;top:200px;right:0px;  z-index:99999;list-style-type:none; margin:0; padding:0; margin:9px auto; width:150px; }
#loopedSlider.product ul.pagination li { float:left; margin:0 5px; }	
#loopedSlider.product 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.product ul.pagination li.active a {background-position:0 -12px}