/*
    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                         { z-index:2; width: 652px; height: 419px; position: relative; background:#5d4626;}
.anythingSlider .wrapper                { width: 652px; overflow: auto; height: 470px; margin: 0px; position: absolute; top: 0px; left: 0px; margin-top:-42px;}


                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0px; left:0px; margin: 0px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0px; height: 430px; width: 652px; margin: 0px; }



#thumbNav                               { margin-top:2px; position: relative; top: 418px; text-align: left; margin-left:20px; }
#thumbNav a                             { border-left:#5d4626 1px solid; border-right:#5d4626 1px solid; border-bottom:#5d4626 1px solid; background:#E8E8E8 url(../images/cellshade.png) repeat-x; color:#025a5a; font: 11px/18px Arial, Helvetica, sans-serif; display: inline; padding:2px 10px; height: 18px; margin: 0 5px 0 0; 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;}

#thumbNav a:hover                       { border-left:#ccc 1px solid; border-right:#5d4626 1px solid; border-bottom:#5d4626 1px solid; background-image:url(../images/cellshade2.png); }

#thumbNav a.cur                         { border-left:#ccc 1px solid; border-right:#ccc 1px solid; border-bottom:#ccc 1px solid;  background: #fff url(../images/cellshade.png) repeat-x; color:#025a5a; }

#start-stop                             { border-left:#ccc 1px solid; border-right:#ccc 1px solid; border-bottom:#ccc 1px solid; background: #fff; background-image: url(../images/cellshade.png); color:#025a5a; font: 16px Arial, Helvetica, sans-serif; background-repeat: repeat-x; padding:2px 15px; width: 45px; text-align: center; position: absolute; right: 15px; top: 418px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color:#fff; }
#start-stop:hover                       { border-left:#5d4626 1px solid; border-right:#5d4626 1px solid; border-bottom:#5d4626 1px solid; background-image:url(../images/cellshade2.png); }

/*
  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; }

.anythingSlider .arrow                  { visibility:hidden; display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { visibility:hidden;background-position: 0 0; right: -20px; }
.anythingSlider .back                   { visibility:hidden;background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { visibility:hidden;background-position: 0 -200px; }
.anythingSlider .back:hover             { visibility:hidden;background-position: -67px -200px; }




#caption {
	position:relative;
	top:420px;
	left:0px;
	width:652px;
	height:40px;
	z-index:40;
	background: url(../images/elements/slider_caption_bg.png) top left repeat;
	
}

#caption p{ 
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	z-index:41;
	padding:15px;
}


