/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }

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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{
	position: relative;
	min-height: 500px;
}


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: white; }

/*
	SLIDER
*/
.slider-wrap								{
	width: 500px;
	top: 87px;
	left: 40px;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 300px;
}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{
	float: left;
	height: 100%;
	position: relative;
	width: 500px;
}
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{
	height: 35px;
	width: 35px;
}
#movers-row {
	position:absolute;
	width:210px;
	height:50px;
	z-index:1;
	left: 273px;
	top: 245px;
	background-image: url(../images/content-slider/numbersback.png);
	background-repeat: no-repeat;
}

#movers-row div								{
	float: left;
	width: 35px;
	margin-top: 13px;
	margin-left: 14px;
}
#movers-row div a.cross-link 				{
}
.cross-link									{
	display: block;
	position: relative;
	z-index: 9999;
	font-size: 18px;
	color: #000000;
}
.active-thumb 								{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/content-slider/over.png);
}
