/* //////////// Start - SLIDER STYLES \\\\\\\\\\ */

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

a, a img                                { border: 0; text-decoration: none; outline: 0; }
.anythingSlider                         {
	width: 648px;
	height: 445px;
	position: relative;
	margin: 0px auto;
	z-index:1;
										}
.anythingSlider .wrapper                {
	width: 648px;
	overflow: auto;
	height: 445px;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index:1;
										}
.anythingSlider .wrapper ul             { 
											width: 99999px; 
											list-style: none; 
											position: absolute; 
											margin: 0; 
											padding: 0; 
											top: 0; 
											left: 0px; 
											background: none; 
											z-index:1;
										}
html* .anythingSlider .wrapper ul       { 
											left: 0px; 
										}

.anythingSlider ul li                   { 
											display: block; 
											float: left; 
											margin: 0; 
											padding: 0;
											height: 445px; 
											width: 648px; 
											z-index:1;
										}
.anythingSlider .arrow                  { 
											display: block; 
											height: 30px; 
											width: 50px; 
											text-indent: -9999px; 
											position: absolute; 
											top: 321px;
											left:0px;
											cursor: pointer;
											z-index:1;
										}
.anythingSlider .forward                { background: url(/content/static/home/slider/slider_prev.png) no-repeat 0 0; left: 0px; z-index:1; }
.anythingSlider .back                   { background: url(/content/static/home/slider/slider_next.png) no-repeat 0 0; left: 25px; z-index:1;}

#thumbNav                               {
	position: absolute;
	top: 230px;
	text-align: center;
	right: 60px;
										}
#thumbNav a                             { font-size: 12px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #ffffff; }

#start-stop                             { 
											color: white; 
											padding: 0px; 
											width: 25px; 
											height: 30px; 
											text-align: center; 
											position: absolute; 
											left: 55px; 
											top: 321px;
											z-index:1;
										}
#start-stop.playing                     { background: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { 
											position: static; 
											margin: 0; 
											background: none; 
											overflow: visible; 
											width: auto; 
											border: 0; 
											z-index:1;
										}
.anythingSlider .wrapper ul ul li       { 
											float: none; 
											height: auto; 
											width: auto; 
											background: none;
											z-index:1;
										}
										
/* //////////// End - SLIDER STYLES \\\\\\\\\\ */