/*
	Featured Content Slider (home)
	by: Chris Coyier
*/

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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{
	width: 480px;
	background-color: #6699FF;
	padding-right: 5px;
	padding-left: 5px;
}

#page-wrap 	a {
	background-color:inherit;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/*
	SLIDER
*/
.slider-wrap								{ width: 480px; padding-top:0px; }			
/*.slider-wrap a  { background-color:inherit; }*/
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 480px; height: 230px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 480px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 0px;  }
#movers-row									{ margin: -52px 0 0 120px; }
#movers-row div								{ width: 120px; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 5px; height: 30px; 
											  margin-top: -40px; position: relative; z-index: 9999; color: white; font-size: 7pt; overflow: hidden; }
.photo-meta-data span a:link				{ font-size: 14px; font-weight:bold; color: #FF6600}
.photo-meta-data span a:visited				{ font-size: 14px; font-weight:bold; color: #FF6600 }
.cross-link									{ display: block; width: 120px; margin-top: -10px; 
											  position: relative; padding-top: 10px; z-index: 9999; }
.active-thumb 								{ background: transparent url(images/icon-uparrowsmallwhite.png) top center no-repeat; }

.blackgb 									{
	background-color:#000000;
	height:230px;
	background-position:right top;
	background-repeat: no-repeat;
}
.headline 									{width:200px; color:#FFFFFF; font-weight:bold; padding: 2px 0px 0px 6px; }
.headline h2 a:link, .headline h2 a:visited {
	font-size: 18px; 
	color: #FF6600;
}
.headline p {
	font-size: 10px; 
}

.RuleLink {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
