/*
	Featured Content Slider
	by: Chris Coyier
*/
/*	UTILITY STYLES  */				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }
/*	PAGE STRUCTURE   */

#page-wrap									{
	width: 550px;
	position: relative;
	height: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;

}
/*	TYPOGRAPHY  */
/*ul											{ list-style: square inside; }
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								{ height:330px; width: 550px; position: absolute; top: 0px; left: 0px; overflow:hidden;  }
.wrapper 									{ height:220px; overflow:hidden;}
.stripViewer .panelContainer 				{ position: relative; left: 0; top: 0; overflow:hidden; }
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 550px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 550px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; height:}
#movers-row									{ margin: -62px 0 0 62px; }
#movers-row div								{ width: 97px; float: left; }
#movers-row div a.cross-link 				{ float: right;	line-height:10px; }
#thumb div a.cross-link 					{ line-height:10px;	margin-top: -11px; height:60px; padding-top: 14px; }
.photo-meta-data							{
	background: url(http://www.catawbacountync.gov/childsafety/FeaturedContentSlider/images/transpBlack.png);
	height: 1px;
	margin-top: -50px;
	position: relative;
	z-index: 999;
	color: white;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px; position: relative; padding-top: 5px; z-index: 999; margin-top: -3px;}
.active-thumb 								{ background: transparent url(http://www.catawbacountync.gov/childsafety/FeaturedContentSlider/images/icon-uparrowsmallwhite.png) top center no-repeat; margin-top: -11px; padding-top: 13px;  line-height:10px;}

.caption									{ font-size:10px; line-height:10px; }