﻿/*
	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: 10px; margin-top: 20px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 467px; margin: 40px auto; position: relative; min-height: 350px;
											  background: url(http://www.nctees.com/images/bg.png) top center; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a:hover, a:active							{ color: white; }
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: 467px; position: absolute; top: 75px; left: 0px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 467px; height: 350px; }
.stripViewer .panelContainer				{ position: relative; left: 20; top: 20; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 467px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 2px; }
#movers-row									{ margin: -75px 0 0 74px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(http://www.nctees.com/images/transpBlack.png); padding: 10px; height: 50px; 
											  margin-top: -70px; position: relative; z-index: 9999; color: white; text-align:right; }
.photo-meta-data span 						{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height:12px; }
.photo-meta-data a, .photo-meta-data a:visited								{ font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #f6eec7; text-decoration: underline; font-weight:bold; line-height:25px; }
.cross-link									{ display: block; width: 74px; margin-top: -14px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(http://www.nctees.com/images/arrow-black.png) top center no-repeat; }






