.anythingSlider {
width:760px;
height:460px;
position:relative;
margin:0 auto 15px;
}

.anythingSlider .wrapper {
width:680px;
overflow:auto;
height:441px;
position:absolute;
top:0;
left:0;
margin:0 40px;
}

.anythingSlider .wrapper ul {
width:9999px;
list-style:none;
position:absolute;
top:0;
left:0;
background:#eee;
margin:0;
}

.anythingSlider ul li {
display:block;
float:left;
height:417px;
width:680px;
margin:0;
padding:0;
}

.anythingSlider .arrow {
display:block;
height:200px;
width:45px;
background:url(../img/arrows2.png) no-repeat 0 0;
text-indent:-9999px;
position:absolute;
top:115px;
cursor:pointer;
}

.anythingSlider .forward {
background-position:0 0;
right:0;
}

.anythingSlider .back {
background-position:-45px 0;
left:0;
}

.anythingSlider .forward:hover {
background-position:0 -200px;
}

.anythingSlider .back:hover {
background-position:-45px -200px;
}

#thumbNav {
position:relative;
top:441px;
text-align:center;
}

#thumbNav a {
color:#FFF;
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
display:inline-block;
height:18px;
background:#565656 url(../images/cellshade.png) repeat-x;
text-align:center;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
margin:0 5px 0 0;
padding:2px 8px;
}

#thumbNav a.cur {
background:#5f9fc0;
}

#start-stop {
background:#999;
background-repeat:repeat-x;
color:#FFF;
width:40px;
text-align:center;
position:absolute;
right:45px;
top:441px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
padding:2px 5px;
}

#start-stop.playing {
background-color:#999;
}

.anythingSlider .wrapper ul ul {
position:static;
background:none;
overflow:visible;
width:auto;
border:0;
margin:0;
}

.anythingSlider .wrapper ul ul li {
float:none;
height:auto;
width:auto;
background:none;
}

#thumbNav a:hover,#start-stop:hover {
background-image:none;
}
