.anythingSlider {
height:202px;
margin:0;
overflow:hidden;
padding:0;
position:relative;
width:550px;
}
.anythingSlider .wrappern {
height:202px;
left:0;
margin:0;
overflow:auto;
padding:0;
position:absolute;
top:0;
width:540px;
}
.anythingSlider .wrappern ul {
left:10px;
list-style:none outside none;
margin:0;
padding:0;
position:absolute;
top:0;
width:56200px;
}
.anythingSlider .wrappern ul li {
direction:rtl;
display:block;
float:left;
height:195px;
margin:0;
padding:10px !important;
width:515px;
}
.anythingSlider .arrow {
background:url("../images/arrows.png") no-repeat scroll 0 0 transparent;
cursor:pointer;
display:block;
height:200px;
position:absolute;
text-indent:-9999px;
top:-250px;
width:67px;
}
.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 {
position:relative;
text-align:center;
top:323px;
}
.thumbNav li {
display:inline;
}
.thumbNav a {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
background:url("../images/cellshade.png") repeat-x scroll 0 0 #C58B04;
color:black;
display:inline-block;
font:11px/18px Georgia,Serif;
height:18px;
margin:0 5px 0 0;
padding:2px 8px;
text-align:center;
}
.thumbNav a:hover {
background-image:none;
}
.thumbNav a.cur {
background:none repeat scroll 0 0 #E0A213;
}
.start-stop {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
background:url("../images/cellshade.png") repeat-x scroll 0 0 green;
color:white;
padding:2px 5px;
position:absolute;
right:45px;
text-align:center;
top:323px;
width:40px;
z-index:10;
}
.start-stop.playing {
background-color:red;
}
.start-stop:hover {
background-image:none;
}
.anythingSlider .wrappern ul ul {
background:none repeat scroll 0 0 transparent;
border:0 none;
margin:0;
overflow:visible;
position:static;
width:auto;
}
.anythingSlider .wrappern ul ul li {
background:none repeat scroll 0 0 transparent;
float:none;
height:auto;
width:auto;
}
