
/*
    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/
*/


.anythingSlider                         { width: 540px; height: 560px;  padding: 0; position: relative; left: 0; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 528px; overflow: auto;  padding: 0; height: 528px; margin: 0 0px; position: absolute; top: 3px; left: 0;  }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; padding: 0; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 528px; width: 528px; margin: 0; }
.anythingSlider .arrow                  { display:none; height: 200px; width: 67px; background: url(../files/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -64px; cursor: pointer; z-index:50;}
.anythingSlider .forward                { background-position: 0 0; right: 1px; z-index:50; }
.anythingSlider .back                   { background-position: -67px 0; right: 69px; z-index:50; }
.anythingSlider .forward:hover          { background-position: 0 -200px; z-index:50;}
.anythingSlider .back:hover             { background-position: -67px -200px; z-index:50;}

#thumbNav                               { position: relative; top: 532px; left: -20px; text-align: right; }
#thumbNav a                             { color: black; font: 11px/18px; Georgia, Serif; background: #FABDCF; display: inline-block; padding: 2px 8px; 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                       { background: #F0739B; }
#thumbNav a.cur                         { background: #F0739B; }

#start-stop                             { display:none; }
#start-stop.playing                     { display:none; }
#start-stop:hover                       { display:none; }

.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; }
#div121 {
	 margin:0;
}
#div40 {
	 width:300px;
}
#div50 {
	 color:#4b1b1c; font-family:tahoma, geneva, sans-serif;
}