/*
    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: 584px; height: 225px; position: relative; top: 0; }
.anythingSlider .wrapper                { width: 584px; overflow: auto; height: 225px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 19999px; list-style: none; position: absolute; top: 0; left: 0; background: transparent; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 197px; width: 584px; margin: 0; }

.anythingSlider ul li H2 {
  text-align: right;
	color: #118fb5;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
}

.anythingSlider .arrow                  { display: block; height: 14px; width: 14px; background: url(/images/_theme/home/sliders.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 202px; cursor: pointer;}
.anythingSlider .forward                { background-position: 0 -14px; left: 18px; }
.anythingSlider .back                   { background-position: 0 0; left: 0px; }
.anythingSlider .forward:hover          { background-position: -14px -14px; }
.anythingSlider .back:hover             { background-position: -14px -0px; }

#thumbNav                               { display: none; position: relative; top: 20px; left: 36px; text-align: left; align: left; }
#thumbNav a                             { color: black; font: 11px/14px; Georgia, Serif; display: inline-block; height: 14px; margin: 0 3px 0 0; /*background: transparent url(/images/_theme/v0/slider/buttons.png) no-repeat 0 -28px;*/ text-align: center; padding: 0 3px;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { color: #fff; }

#start-stop                             { display: none; background: green; background-repeat: repeat-x; color: white; line-height:14px; padding: 0 4px; width: 40px; text-align: center; position: absolute; left: 45px; top: 190px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: 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; }