/* //////////// 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: 890px;
	height: 158px;
	position: relative;
	margin-top: 13px;
	margin-left: 0;
										}
.anythingSlider .wrapper                {
	width: 890px;
	overflow: auto;
	height: 158px;
	position: absolute;
	top: 0;
	left: 0;
										}
.anythingSlider .wrapper ul             { 
											width: 999999px; 
											list-style: none; 
											position: absolute; 
											top: 0; 
											left: -40px;
											background: none;
											/*border-top: 3px solid #869208; 
											border-bottom: 3px solid #869208;*/ 
											margin: 0; 
										}
html* .anythingSlider .wrapper ul       { 
											left: 0px; 
										}

.anythingSlider ul li                   { 
											display: block; 
											float: left; 
											padding: 0; 
											height: 158px; 
											width: 890px; 
											margin: 0; 
										}
.anythingSlider .arrow                  { 
											display: block; 
											height: 72px; 
											width: 67px; 
											background: url(../images/slider/arrows_2.png) no-repeat 0 0;
											_background: url(../images/slider/arrows_2.gif) no-repeat 0 0;
											text-indent: -9999px; 
											position: absolute; 
											top: 80px; 
											cursor: pointer; 
										}
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -72px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .back:hover             { background-position: -67px -72px; }

#thumbNav                               {
	position: absolute;
	top: 110px;
	text-align: center;
	right: 60px;
										}
#thumbNav a                             { 
											color: #9fa615; 
											font-family: Arial, Helvetica, sans-serif;
											font-size: 12px;
											font-weight:bold;
											line-height: 18px;
											display: inline-block; 
											padding: 2px 8px; 
											height: 18px; 
											margin: 0 5px 0 0; 
											background: #ffffff url(../images/slider/cellshade.png) repeat-x; 
											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; 
											-moz-border-radius-topleft: 5px; 
											-moz-border-radius-topright: 5px; 
											-webkit-border-top-right-radius: 5px; 
											-webkit-border-top-left-radius: 5px;
										}
/* for ie - replaces the png with gif*/
html* #thumbNav a                       { 
											background: #ffffff url(../images/slider/cellshade.gif) repeat-x; 
										}

#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #ffffff; }

#start-stop                             { 
											background: #251c5c; 
											color: white; 
											padding: 2px 8px; 
											width: 40px; 
											height: 18px; 
											text-align: center; 
											position: absolute; 
											left: 20px; 
											top: 157px; 
											-moz-border-radius-bottomleft: 5px; 
											-moz-border-radius-bottomright: 5px; 
											-webkit-border-bottom-right-radius: 5px; 
											-webkit-border-bottom-left-radius: 5px; 
										}
/* for ie - replaces the png with gif*/
#start-stop.playing                     { background-color: #251c5c; }
#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; 
										}
/* //////////// End - SLIDER STYLES \\\\\\\\\\ */

