/*
	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; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 500px; margin: 25px auto; position: relative; min-height: 500px;
											  background: url(../images/images/bg.png) top center; }


/*
	TYPOGRAPHY
*/
ul											{ list-style:none; }
a, a:visited								{  text-decoration: none; }
a:hover, a:active							{ }
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{ 
	margin: 0 auto;
	width: 950px;
	position: absolute;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer{ 
	position: relative; 
	overflow: hidden; 
	width: 950px;
	 height: 499px;
}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 950px; }
.stripViewer .panelContainer .panel .wrapper { 
	position: relative;
}
.stripViewer .panelContainer .panel .wrapper img { 
	float: right;
	margin: 5px 0 0 -150px;
	position: relative;
	z-index:2;
}
.stripViewer .panelContainer .panel .wrapper h2 { 
	font-size: 90px;
	line-height: 90%;
	color: #fff;
	font-family: 'ural_probold';
	padding-top: 80px;
	letter-spacing: 0px;
	margin: 0;
	padding-bottom: 20px;
	width: 400px;
}
.stripViewer .panelContainer .panel .wrapper h2 span { 
	color: #faca00;
	display: inline-block;
	white-space: nowrap;
	width: 400px;
}
.stripViewer .panelContainer .panel .wrapper h4 { 
	font-size: 41px;
	line-height: 100%;
	color: #fff;
	font-family: 'ural_probold';
	padding-top: 0px;
	text-transform: uppercase;
	margin-bottom: 30px
}

.stripNavL, .stripNavR, .stripNav			{ display: none; }
#movers-row									{ margin: 0; }
#movers-row div								{ float: left; }
.photo-meta-data							{ background: url(../images/images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
#movers-row div a.cross-link	{ 
	display: block;
	width: 212px;
	padding:12px 0 0 25px;
	position: relative;
	z-index: 9999; 
	background: url(../images/bg_li.gif) no-repeat;
	float: left;
	height: 89px;
	margin: 0 0 30px;
}
#movers-row div a.active-thumb{
	position:relative;
	z-index: 10000;
}
#movers-row div a.cross-link.active-thumb em{
	background: url(../images/arrow.png) no-repeat;
	width: 12px;
	position:absolute;
	text-indent:-9999px;
	display:block!important;
	height: 6px;
	top: -6px;
	left: 50%;
}
#movers-row div a.cross-link.active-thumb strong{
	background: url(../images/bg_hover_li.png) repeat-x;
	width: 237px;
	position:absolute;
	text-indent:-9999px;
	display:block!important;
	height:112px;
	top: 0;
	left:0;
}



