.anythingSlider {   
	height: 260px;   
    margin-left: 55px;
    margin-top: 14px;
    position: relative;
    width: 700px;}
.anythingSlider .wrapper{ width: 660px; overflow: auto; height: 241px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul{ width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li{ display: block; float: left; padding: 15px 0 25px; *padding-left:30px;  height: 177px; width: 680px; margin: 0; }
.anythingSlider .arrow { display: block; height: 200px; width: 67px; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward{ background-position: 0 0; right: -20px; display:none; }
.anythingSlider .back{ background-position: -67px 0; left: -20px; display:none; }
.anythingSlider .forward:hover { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }
#thumbNav {margin-left: 354px;
    position: relative;
    text-align: center;
    top: 190px;}
#thumbNav a{  
 background: url("../../css/imgs/btn_banner.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 14px;
    height: 28px;
   margin-right: -17px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 47px;
}
#thumbNav a:hover{color:#adc7d7;}
#thumbNav a.cur {background:url('../../css/imgs/btn_banner.png') no-repeat scroll 0 0 transparent; color:#adc7d7; }
#start-stop { display:none; 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: 10px; top: 223px; -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; }
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
