/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider{ 
width: 1100px; 
height: 350px; 
position: relative; 
margin: 0 auto;
 }

.anythingSlider .wrapper { 
width: 1100px; 
overflow: auto; 
height: 350px; 
margin: 0; 
position: absolute; 
top: 0; 
left: 0; }

 /* Width below is max for Opera */
.anythingSlider .wrapper ul { 
width: 32700px; 
list-style: none; 
position: absolute; 
top: 0; 
left: 0; 
margin: 0; 
}

.anythingSlider ul li { 
display: block; 
float: left; 
padding: 0; 
height: 350px; 
width: 1100px; 
margin: 0; 
}


#thumbNav { 
position: relative; 
top: 323px; 
float: right; 
margin-right: 50px; 
}

#thumbNav a { 
color: #2166B1; 
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, sans-serif;
display: inline-block; 
padding-top: 5px;
height: 17px; 
width: 22px;
margin: 0 5px 0 0; 
background: url('http://www.watertrax.com/images/structure/on.png') no-repeat top left;
text-align: center;
}

#thumbNav a:hover  { 
background: url('http://www.watertrax.com/images/structure/off.png') no-repeat top left;
color: #FFFFFF;
text-decoration: none;
}

#thumbNav a.cur  { 
background: url('http://www.watertrax.com/images/structure/off.png') no-repeat top left;
color: #FFFFFF;
}

#start-stop{ 
display: none;
 }

#start-stop:hover{ 
display: 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; }
