/* anythingSlider v1.0 */

.anythingSlider{
width:650px;
height:275px;
position:relative;
margin:0 auto;
padding:0;
}

.anythingSlider .wrapper{
width:650px;
overflow:auto;
height:275px;
margin:0;
padding:0;
position: absolute;
top:0;
left:0;
}

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

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

#thumbNav{
position: relative;
top: 250px;
left:255px;
text-align: center;
}

#thumbNav a{
color:#ffffff;
font:12px Arial, Helvetica, sans-serif;
display: inline-block;
padding: 6px 8px;
height: 10px;
margin: 0 5px 0 0;
background:#000000;
text-align: center;
text-decoration:none;
}

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

#thumbNav a.cur{
background:#e0a213;
color:#000000;
}

#start-stop{
background:#e0a213;
color: #000;
padding:4px;
width: 40px;
text-align: center;
position: absolute;
right:355px;
top:250px;
text-decoration:none;
}

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

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

/* Prevents */

.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;
}
