/*
    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: 500px;
	position: relative;
	background-position: center top;
	height: 340px;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.anythingSlider .wrapper                {
	width: 500px;
	overflow: auto;
	height: 341px;
	position: absolute;
	top: 0;
	left: -65px;
	margin-bottom: 0;
	margin-left: 65px;
	margin-right: 65px;
}
.anythingSlider .wrapper ul             {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: -17px;
	margin: 0;
	height: 300px;
	padding-top: 17px;
	padding-left: 15px;
	left: -15px;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 500px;
	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: -55px;
}
.anythingSlider .back                   {
	background-position: -67px 0;
	left: -55px;
}
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               {
	position: relative;
	top: 341px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#thumbNav a                             {
	color: #FFFFFF;
	height: 24px;
	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;
	background-color: #113621;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         {
	background-color: #127800;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #113621;
}

#start-stop                             {
	color: white;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 341px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	background-color: #113621;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-decoration: none;
}
#start-stop.playing                     {
	background-color: #113621;
}
#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; }
.slider-text-right {
	padding: 20px;
	float: right;
	width: 490px;
	margin-top: 30px;
	margin-right: 50px;
}
