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

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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{
	width: 726px;
	margin: 0px;
	position: relative;
	padding: 0px;
	float: left;
	height: 500px;
}


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active							{
	color: white;
}
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: 586px;
	position: relative;
}			
#thumbwrap {
	float: right;
	position: relative;
	width: 120px;
	height: 425px;
	background-color: #CCC;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #663;
}
.stripViewer .panelContainer 
.panel ul									{
	text-align: left;
	margin: 0 15px 0 30px;
}
.stripViewer								{
	position: relative;
	overflow: hidden;
	width: 586px;
	height: 500px;
}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{
	float: left;
	height: 100%;
	position: relative;
	width: 586px;
}
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-right-width: 0px;
}
#movers-row									{
	margin: 0;
	float: left;
}
#movers-row div								{
	width: 140px;
	float: left;
}
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{
	background: url(images/transpBlack.png);
	padding: 15px;
	height: 25px;
	margin-top: 0px;
	position: relative;
	z-index: 999;
	color: #FFF;
	background-image: url(images/transpBlack.png);
}
.cross-link									{
	display: block;
	width: 140px;
	position: relative;
	z-index: 999;
	float: left;
	margin: 0px;
	padding: 0px;
}
.active-thumb 								{
	background-color: transparent;
	background-image: url(images/icon-uparrowsmallwhite.png);
	background-repeat: no-repeat;
	position: relative;
	right: -15px;
}
