/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }

/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{
	width: 600px;
	position: absolute;
	top: 190px;
	left: 181px;
	height: 318px;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 260px;
}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{
	float: left;
	height: 100%;
	position: relative;
	width: 600px;
}
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{
	border: 1px solid #ff9933;
}
#movers-row									{
	width: 600px;
	position: absolute;
	height: 70px;
	left: 181px;
	top: 490px;
}
.cross-link									{
	width: 100px;
	position: relative;
	padding-top: 45px;
	z-index: 9999;
}
.active-thumb 								{
	background-color: transparent;
	background-image: url(images/icon-uparrowsmallwhite.png);
	background-repeat: no-repeat;
	background-position: center 1px;
}