/*
	Featured Content Slider
	by: Chris Coyier
*/

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

/*
	PAGE STRUCTURE
*/
#page-wrap.aslider 									{ width: 100%; height: 100%; margin: auto; position: relative; min-height: 500px; }


/*
	TYPOGRAPHY
*/
.aslider ul											{ list-style: square inside; }
.aslider a, .aslider a:visited								{ color: #729dff; text-decoration: none; }
.aslider a:hover, .aslider a:active							{ color: white; }
.aslider 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
*/
.aslider .slider-wrap								{ /*width: 419px;*/ width: 910px; }			
.aslider .stripViewer .aslider .panelContainer 
.aslider .panel ul									{ text-align: left; margin: 0; }
.aslider .stripViewer								{ position: relative; overflow: hidden; width: 910px; height: 450px; }
.aslider .stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.aslider .stripViewer .panelContainer .panel			{ float: left; height: 450px; position: relative; width: 910px; }
.aslider .stripViewer .panelContainer .panel img.fullsize	 {width:auto !important; height:auto !important; width:100%; height:100%; min-width:100%; min-height:100%;}
.aslider .stripViewer .panelContainer .panel img.noresize	 {width:auto; height:auto;}
.aslider .stripNavL, .aslider .stripNavR, .aslider .stripNav			{ display: none; }
.aslider .nav-thumb 									{ margin-right: 5px; }
.aslider #movers-row									{ margin-top: -15px; height:90px }
.aslider #movers-row div								{ width: 16.66666%; float: left; position:relative;
											  background-color:#626262; border-style: solid; border-color:silver; color: white;
											}
.aslider #movers-row div a								{ color: white;
											}

.aslider #movers-row div a.cross-link 					{ /*margin: auto;*/ }
.aslider .photo-meta-data							{ background: url(/images/transpBlack.png);
											  padding: 10px;
											  padding-bottom: 15px;
											  width: 890px;
											  height: auto; 
											  /*z-index: 9999;*/
											  color: white;
											  position: absolute;
											  bottom: 0;
											  left: 0;
											  right: 0;
											}

.aslider .cross-link									{ display: block; height:65px; width:100%; /*margin-top: -15px;*/
											  position: relative; margin-top: 0; padding-top: 10px; /*border: 1px solid gray;/*z-index: 9999;*/ }
.aslider .active-thumb 								{ margin-top: -15px; padding-top: 25px; background: transparent url(/images/icon-uparrowsmallwhite.png) top center no-repeat; }

.aslider .stripViewer .panelContainer .panel .wrapper	{ height: 100%; margin:auto; position:relative; }

.aslider #movers-row div.section-selected				{ background-color:#006D44; }

.aslider .photo-meta-data  h1, .aslider .photo-meta-data  h2, .aslider .photo-meta-data  h3, .aslider .photo-meta-data  h4, .aslider .photo-meta-data  h5, .aslider .photo-meta-data  h6, .aslider .photo-meta-data  p
											{ color: white }
.aslider .photo-meta-data span 						{ font-size: 13px; }

.aslider #main-photo-slider							{ background-color:#000 }

.aslider #main-photo-slider a, .aslider #main-photo-slider a img	{ border:0;}

.aslider #movers-row .thumb-title						{ font-size:13px; font-weight:bolder; letter-spacing:0px; font-family:Verdana; }

.aslider #movers-row .thumb-subtitle					{ font-size:10px; font-weight:normal; }



