﻿/*
	Featured Content Slider
	by: Chris Coyier
*/

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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 625px; margin: 2px auto; position: relative; min-height: 320px;
											   }


/*
	TYPOGRAPHY
*/

/*
	SLIDER
*/
.slider-wrap								{ width: 620px; position: absolute; top: 1px; left: 1px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 5px 0 5px; }
.stripViewer								{ position: relative; overflow: hidden; width: 620px; height: 320px; }
.stripViewer .panelContainer					{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 620px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 0; }
#movers-row div								{ float: left; }
.photo-meta-data 							{ background: url(transpBlack.png); padding: 5px; height: 320px; width: 250px; 
											  margin-top: -475px;margin-left: 360px; position: relative; z-index: 1999; color: white; }
.photo-meta-data span						{ font-size: 14px; }
.photo-meta-data-header						{ background: url(transpBlack1.png); padding: 5px; height: 20px; width: 250px; 
											   z-index: 1999; color: red;}
.cross-link									{ display: block; width: 62px; margin-top: -1px; 
											  position: relative; padding-top: 8px; z-index: 1999; }
.active-thumb 								{ background: transparent url(icon-uparrowsmallwhite.png) top center no-repeat; }
