/*
	Featured Content Slider
	by: Chris Coyier
*/
 
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 
{
	width: 500px;
	margin: 0px auto;
	position: relative;
	min-height: 391px;
	height: 391px;
	/*background-image: url(../img/slider/slider_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top center;
}


/*
	TYPOGRAPHY
*/
#page-wrap ul
{
	list-style: square inside;
}

#page-wrap 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: 494px;
	height: 380px;
	position: absolute;
	top: 5px;
	left: 2px;*/
}
			
.stripViewer .panelContainer .panel ul
{
	text-align: left;
	/*margin: 0 15px 0 30px;*/
}
.stripViewer
{
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 391px;
}
.stripViewer .panelContainer
{
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 500px; }
.panel
{
	height: 391px;
}
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid silver; margin-right: 5px; }
#movers-row
{
	/*margin: -43px 0 0 62px;*/
	width: 104px;
	height: 278px;
	position: relative;
	margin-top: -388px;
	margin-left: 2px;
	/*padding: 5px 0px;*/
/*	background-color: #FFFFFF;*/
	/*opacity: 0.7;
	filter: alpha(opacity = 70);
	*/
}
#movers-row div								
{
	width: 60px;
	height: 40px;
	margin: 4px 10px 10px 8px;
	/*margin: 0px 31px;*/
	/*float: left;*/
	text-align: center;
}
#movers-row div a.cross-link 				
{
	float: right;
}
.photo-meta-data							
{
	/*background: url(images/transpBlack.png);*/
	background-color: #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 8px;
	height: 105px;
	margin-top: -106px;
	position: relative;
	z-index: 1999;
	color: #000000;
}

.photo-meta-data p
{
	color: #292929;
	font-weight: bold;
}

a.panel_title:link, a.panel_title:hover, a.panel_title:visited 
{
	/*display: block;
	*/
	margin: 0px;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	color: #292929;
}

.cross-link	
{
	display: block;
	width: 62px;
	margin-top: -14px;
	position: relative;
	padding-top: 15px;
	z-index: 1999;
}
.active-thumb 								
{
	background: transparent url(../img/slider/icon-rightarrowsmall.gif) middle center no-repeat;
}


.panel_title i
{
	font-size: 20.4px;
}	





