/*
	Featured Content Slider
	by: Chris Coyier
*/
			  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{
	width: 490px;
	background-image:url(images/icon_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
	min-height: 200px;
}


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }

/*
	SLIDER
*/
.slider-wrap								{
	width: 419px;
	top: 87px;
	left: 40px;
	float: left;
	padding-left: 20px;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 419px; height: 285px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ margin-right: 5px; }
#movers-row									{
}
#movers-row div								{
	width: 17%;
	float: left;
	padding-right: 10px;
	padding-top: 3px;
}
#movers-row div a.cross-link 				{
	float: right;
	
}

