/* CSS FOR THE MAIN BANNER ON PRODUCT OVERVIEW PAGE */
.anythingSlider {  
    width: 720px; 
	height: 210px; 
	position: relative; 
	margin: 0 auto 10px 0px; 
    }
.anythingSlider .wrapper { 
	width: 720px; 
	overflow:inherit; 
	height: 210px; 
	margin: 0 0px; 
	position: absolute; 
	top: 0; 
	left: 0; 
	}

/* FOR IE 7.0 * TO HAVE THE BANNER TO WORK */
html > body .anythingSlider .wrapper ul  {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: -1px;
	*left: 0px;
	background: #ffffff;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #FFFFFF;
	margin: 0;  	
    }

/* FOR IE 6.0 */
body .anythingSlider .wrapper ul  {
	_width: 99999px;
	_list-style: none;
	_position: absolute;
    _top: -1px;
	_left: 0px;
	_background: #ffffff;
	_border-top: 3px solid #ffffff;
	_border-bottom: 3px solid #FFFFFF;
	_margin: 0;  
    } 

/* FOR FIREFOX 3.0 */
.anythingSlider .wrapper ul    {
 	width: 99999px;
	list-style: none;
    position: absolute; 	
	top: -1px;
	left: -20px;	 
	background: #ffffff;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	margin: 0;
    }
.anythingSlider ul li  { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 317px; 
	width: 720px; 
	margin: 0; 
	}
	
/*  .anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }  
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }*/

#thumbNav a                             { color: #000000; font: 11px/12px Arial, sans-serif; text-decoration:none; display: inline-block; padding: 3px 7px 2px 8px; height: 12px; margin: 0 4px 0 0; background: #cccccc; text-align: center;  border-style:solid; border-width:1px;}
#thumbNav                               { position: relative; top: 180px; left: -10px; text-align: right; }
/*#thumbNav a                             { color: black; font: 12px/18px Arial, sans-serif;   text-decoration:none; display: inline-block; padding: 1px 8px 2px 8px; height: 16px; margin: 0 4px 0 0; background: #cccccc; text-align: center;  -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; border-style:solid; border-width:1px;} */
#thumbNav a:hover                       { background: #8F8F8F; }
#thumbNav a.cur                         { background: #ffffff; }
/*
#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; } */

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: hidden; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }