/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }
body 										{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }

	SLIDER
*/
.slider-wrap								{ width: 930px; position: absolute; top: 87px; left: 40px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 950px; height: 330px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 950px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }



.slideshow-text {
  background:url(../images/transpBlack.png);
  width: 450px;
  height: 330px;
}
.slideshow_text_strong {
	color:#FFFFFF;
	font-size:3.5em;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Helvetica, Arial;
	margin-left:20px;
}
.slideshow_text {
	color:#FFFFFF;
	font-size:1.4em;
	font-family:Arial;
	margin-left:20px;
	margin-top:20px;
	max-width:420px;
	margin-bottom:20px;
}








