/*
    anythingSlider v1.2
    
    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: 958px; height: 350px; position: relative; margin: 0 auto; }
.anythingSlider .slideholder            { width: 958px; overflow: auto; height: 350px;  position: absolute; top: 0; left: 0;}

                                       /* Width below is max for Opera */
.anythingSlider .slideholder ul         { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; border-bottom: 3px solid #e0a213; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 350px; width: 958px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows-opposite.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 75px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -38px;}
.anythingSlider .back                   { background-position: -67px 0; left: -38px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 315px; text-align: right; padding-right: 10px; }
#thumbNav a                             { color: #282828; font-size: 0; display: inline-block;  height: 17px; width: 17px; margin: 0 2px 0 0; background-image : url(../images/dot_white.png); 					background-repeat: none;text-align: center; }
#thumbNav a:hover                       { background-image: url(../images/dot_red.png); }
#thumbNav a.cur                         { background-image: url(../images/dot_red.png); }

/*#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -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: red; }
#start-stop:hover                       { background-image: none; }*/

/*
  Prevents
*/
.anythingSlider .slideholder ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .slideholder ul ul li       { float: none; height: auto; width: auto; background: none; }



/*
 Start TextBox Styles
*/

.textSlide {
	width: 958px;
}

.textSlide img {
	width: 645px;	
	float: left;
	height: 350px;
}

.headlinebox {
	background-color: #282828;
	width: 313px;
	float: right;
	height: 350px;
}


.headlinebox h2 {
	font-size: 260%;
	color: #fac303;
	padding: 75px 25px 5px 20px;
	font-weight: normal;
}

.headlinebox p {
	color: #F9F9F9;
	font-size: 145%;
	line-height: 1.2em;
	padding: 10px 38px 30px 20px;
	
}

.headlinebox a {
	padding-left: 20px;
	color: #fff;
	float: left;
	font-size: 130%;
}

.headlinebox a:hover {
	border: none;
	color: #cc0000;
}

/*
 End TextBox Styles
*/
