/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }
body 										{ font-family: Verdana, 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: 164px; margin: 0px auto; position: relative; min-height: 220px;
											  }


/*
	SLIDER
*/
.slider-wrap								{ width: 164px; position: absolute; top: 20px; left: 0px; }
.stripViewer .panelContainer
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 164px; height: 300px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 164px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
.photo-meta-data							{ background: url(images/transpBrown.png); padding: 10px; height: 20px;
											  margin-top: 0px; position: relative; z-index: 9999; color: white; text-align: center;}
.photo-meta-data span 						{ font-size: 8pt;}




