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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 307px; margin: 0 auto; position: relative; min-height: 307px;
											    top center; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #e00000; text-decoration: none; }
a:hover, a:active							{ color: white; }
blockquote									{ padding: 0 0; margin-left: 0; border-left: 0 solid #ccc; font-size: 12px;
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 0;}

/*
	SLIDER
*/
.slider-wrap								{ width: 307px; position: absolute; top: 0; left: 0; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 100px 0 0 0; }
.stripViewer								{ position: relative; overflow: hidden; width: 307px; height: 90px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 307px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: -90px; height: 40px;
											  margin-top: -90px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }






