/*
	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;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }




/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 483px; margin:0; position: relative;top:0px;left:0px; height: 400px;
											   }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: white; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Arial; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slideTitle									{ height:43px;background-image:url(images/blue-bg.jpg);vertical-align:middle;}
.slider-wrap								{ width: 483px;height:400px; top: -400px; position: relative; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; left:0px;overflow: hidden; width: 483px; height: 400px; }
.stripViewer .panelContainer				         { position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%;  width: 483px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 0px solid black; margin-right:0px; }
.nav-thumb1 									{ border: 2px solid black; margin-right:0px; }
#movers-row									{ margin: 0 0 0 0 }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				         { float: right; }
.photo-meta-data							{ background: url(images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; 
											  position: relative; padding-left:0px; z-index: 9999;width:215px;height:97px;}
.sliderTitle:hover							{ color: #d6c077; }
.sliderTitleSec:hover						{ text-decoration:underline; }
.nav-thumb1:hover 							{ border: 2px solid #677889; margin-right:0px; }
.active-thumb 								{ background: transparent url(images/arrow.png) left center no-repeat;}

.slideContent                               {position: relative;top:0px;left:0px;height:400px;width:683px;}

.sliderTitle 
{
	padding-left: 5px;
	line-height: 24px;
	text-align:left;
	color:#849aaf;
	font-family: Arial;
	font-size: 180%;
	font-weight:bolder;
	text-shadow: #000000 1px 1px 1px;
	filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=2);


}


.sliderTitleSec
{
	padding-left: 5px;
	line-height: 24px;
	text-align:left;
	color:#FFFFFF;
	font-family: Arial;
	font-size: 130%;
}


.sliderBottomTitle
{
	color:#FFFFFF;
	font-family: Arial;
	font-size: 165%;
	line-height: 45px;
	font-weight:bolder;
	text-shadow: #000000 1px 1px 1px;
	filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=2);
}



.text1 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#CCCCCC;
	text-align: justify;
}
