/*
    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: 624px; height: 336px; position: relative; margin: 0 auto; border: 1px dashed #555; }
.anythingSlider .wrapper                { width: 624px; overflow: auto; height: 336px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 336px; width: 624px; margin: 0; }
.anythingSlider ul li img               {border: 0;}

.anythingSlider .arrow                  { display: block; height: 28px; width: 28px; text-indent: -9999px; position: absolute; bottom: 3px; cursor: pointer; }
.anythingSlider .forward                { background: url(../images/right.png) no-repeat 0 0; right: 200px; z-index: 5; }
.anythingSlider .back                   { background: url(../images/left.png) no-repeat 0 0; left: 200px; z-index: 5; }

#thumbNav                               { position: relative; top: 294px; left: 192px; width: 241px; height: 36px; text-align: center; background: url(../images/container.png) no-repeat 0 6px; padding: 6px 0 0 0; }
#thumbNav a                             { display: inline-block; margin: 14px 6px 0 6px; height: 12px; width: 12px; background: url(../images/whitedot.png) no-repeat 0 0; text-align: center; font-size: 1px; color: gray; }
#thumbNav a:hover,
#thumbNav a.cur                         { background: url(../images/greendot.png) no-repeat 0 0; }

#start-stop                             { background: url(../images/play.png) no-repeat 0 0; width: 28px; height: 28px; text-align: center; position: absolute; right: 10px; bottom: 3px; }
#start-stop.playing                     { background: url(../images/stop.png) no-repeat 0 0; width: 28px; height: 28px; }
#start-stop:hover                       { background: url(../images/button.png) no-repeat 0 0; }

/*
  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; }


/*
	Caption Text
*/

.caption 								{ font: 18px Arial, Helvetica, sans-serif; color: #732; width: 612px; height: 24px; background: url(../images/yella.png) repeat-x 0 0; position: relative; top:0; left: 0; padding: 4px 0 0 12px; }
.slide									{ margin-top: -28px; }

/*
	ee styling change
*/

.index_huge_image {position: relative;}  
