/*
    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: 950px;
	height: 410px;
	margin-bottom: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.anythingSlider .wrapper                {
	width: 850px;
	overflow: auto;
	height: 325px;
	margin: 0 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul             {
	list-style: none;
	top: 0;
	left: 0;
	background: #121212;
	padding-left: 0px;
	position: absolute;
	width: 99999px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-top: 0px;
}
.anythingSlider ul li                   {
	display: block;
	float: left;
	padding: 0;
	height: 325px;
	width: 865px;
	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: -10px;
}
.anythingSlider .back                   {
	background-position: -67px 0;
	left: -10px;
}
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }
/*
    For Specific Slides
*/
#textSlide                              {
	padding: 0px;
	margin: 0px;
}
#textSlide ul                           {
	list-style: none;
}
#textSlide ul li                        { display: list-item; }
.anythingSlider .wrapper #textSlide #textSlide_info h4                          {
	text-transform: uppercase;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	color: #666666;
	letter-spacing: 0.1em;
}
.anythingSlider .wrapper #textSlide #textSlide_info h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CCCCCC;
}
.anythingSlider .wrapper #textSlide #textSlide_info h3                          {
	font: 24px Georgia, Serif;
	margin-bottom: 10px;
	color: #666666;
	margin-top: 10px;
}
#textSlide_info      {
	width: 325px;
	padding: 20px;
	height: 100%;
}
#textSlide_info li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#thumbNav                               {
	position: relative;
	top: 325px;
	text-align: center;
	width: 100%;
	margin-bottom: 0px;
}
#thumbNav a                             {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 2px 8px;
	height: 40px;
	margin: 0;
	background: #2B2B2B;
	text-align: center;
	width: 126px;
	text-decoration: none;
	line-height: 40px;
}
#thumbNav a:hover                       {
	background-color: #2F2F2F;
	margin: 0px;
	color: #FFFFFF;

}
#thumbNav a.cur                         {
	background: #121212;
	color: #E8E8E8;
}

#start-stop                             {
	background: #182934;
	color: white;
	padding: 5px;
	width: 100px;
	text-align: center;
	position: absolute;
	right: 49px;
	top: 369px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#start-stop.playing                     {
	background-color: #1B3429;
}
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          {
	position: static;
	margin: 0 0 25;
	background: url(none);
	overflow: visible;
	width: auto;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0F0F0F;
}
.anythingSlider .wrapper #textSlide #textSlide_info .maillist {
	margin-top: 20px;
}
.anythingSlider .wrapper #textSlide #textSlide_info .learnmore {
	margin-top: 15px;
	margin-bottom: 15px;
}
.anythingSlider .wrapper ul ul li       {
	float: none;
	height: auto;
	width: auto;
	background: url(none);
}
.clearboth { clear: both; }
