/*
	Featured Content Slider
	by: Chris Coyier
*/

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }



/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 379px; margin:0 auto; position:relative; min-height: 307px;
											 background-image:url(bga.png); background: url(bga.png) top center no-repeat;  }




/*
	TYPOGRAPHY
*/


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: 380px; position: absolute; top: 2px; left: 0px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 380px; height: 285px; }
.stripViewer .panelContainer				{ position: relative; left:0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height:100%; position:relative; width:380px;  }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black;  border-collapse:collapse;  }
#movers-row									{ float:left; position:relative; width:100%; margin-left:-1px;  padding-left:0px; }
#movers-row div								{ float: left; margin:0 auto;  position:relative; margin-right:1px; }
#movers-row div a.cross-link 				{ float: left; }
.photo-meta-data							{ background: transparent url(/transpBlack.png); padding: 10px; height: 30px; width:356px;
												
													margin-top: -45px; position: relative; z-index: 99; color: white;
filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

 }

.photo-meta-data span 						{ font-size: 13px; font-weight:bold; }
.cross-link									{ display: block;  margin-top: -25px; 
											  position: relative;  z-index: 99; float:left;  }
.active-thumb 								{ background: transparent url(/icon-uparrowsmallwhite.png) top center no-repeat;   }






