/*
    anythingSlider v1.0
    
    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/
*/

*                                       { margin: 0; padding: 0; }
.anythingSlider                         { width:462px; height:190px; margin-top:8px; clear:both; position: relative;padding-left:20px; }
.anythingSlider .wrapper                { width: 462px; overflow: auto; height: 180px; position: absolute; top: -8px; left: 0; }
.anythingSlider .wrapper .slider_ul     { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider .slider_ul .slider_li   { display: block; float: left; width:462px; height:190px;}


#thumbNav                               { position: relative; top: 158px; text-align: center; float:left; width:249px;}
#thumbNav a                             { color: #b5de29;  font:bold 14px Arial; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 10px 0 0; }
#thumbNav a:hover                       { background-image: none;background:#265b6b; }
#thumbNav a.cur                         { background: #265b6b; }


/*
  Prevents
*/


#arrow_left{position: relative; top: 158px; left:-13px; text-align: center; font:bold 14px Arial; float:left; padding-left:15px; width:80px; text-align:left;}
#arrow_left a{
	color:#b5de29;
	cursor:pointer; 
}
#arrow_left a:hover{
	color:#000000;
}

#arrow_right{position: relative; top: 158px; right:0px; text-align: center;  font:bold 14px Arial; float:right; z-index:2; padding-right:15px;left:-10px; }
#arrow_right a{color:#b5de29; cursor:pointer;}
#arrow_right a:hover{
	color:#000000;
}