/* //////////// 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: 1000px;
	height: 310px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
										}
.anythingSlider .wrapper                {
	width: 1000px;
	overflow: auto;
	height: 310px;
	position: absolute;
	top: 0;
	left: 0;
										}
.anythingSlider .wrapper ul             { 
											width: 99999px; 
											list-style: none; 
											position: absolute; 
											top: 0; 
											left: -40px; 
											background: #eee; 
											/*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: 310px; 
											width: 1000px; 
											margin: 0; 
										}
/*.anythingSlider .arrow                  { 
											display: block; 
											height: 200px; 
											width: 67px; 
											background: url(../images/arrows.png) no-repeat 0 0; 
											text-indent: -9999px; 
											position: absolute; 
											top: 65px; 
											cursor: pointer; 
										}
.anythingSlider .forward                { background-position: 0 0; right: -80px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }*/

#thumbNav                               {
	position: absolute;
	top: 230px;
	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: #e3ef32; 
											background-image: url(../images/slider/cellshade.png); 
											background-repeat: repeat-x; 
											color: white; 
											padding: 2px 8px; 
											width: 20px; 
											height: 18px; 
											text-align: center; 
											position: absolute; 
											right: 15px; 
											top: 230px; 
											-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* #start-stop                       { 
											background-image: url(../images/slider/cellshade.gif); 
										}
#start-stop.playing                     { background-color: #e3ef32; }
#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 \\\\\\\\\\ */
#jellybar{
	position:relative;
	background-image:url(/images/jellybar.png);
	background-repeat:repeat-x;
	height:39px;
	width:1000px;
	top:220px;
	left:0px;
}
#jellybar #jellytext{
	position:relative;
	width:650px;
	top:8px;
	left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: 100;
	text-transform: capitalize;
	text-align: center;
}
a.wht {
	color: #FFF;
	text-decoration: none;
}
