/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{
	float: left;
	margin-right: 5px;
}
.floatRight									{ float: right; }
.clear 										{ clear: both; }



/*
	PAGE STRUCTURE
*/
#page-wrap 									{
	width: 975px;
	margin: 0;
	background:transparent url(images/bg.png) top center;
	
	
}


/*
	TYPOGRAPHY
*/
ul											{
	list-style: square outside;
	margin-left: 40px;
	line-height: 17px;
}
a, a:visited								{
	text-decoration: none;
}
a:hover, a:active							{
	color: #4572B4;
}
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: 975px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
		position: relative;

	
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 975px; height: 258px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 975px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{
	margin-right: 0px;
}
#movers-row									{
	height: 72px;
	width: 975px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F3F3F3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3F3F3;

}
#movers-row div								{
	width: 160px;
	float: left;
}
#movers-row div a.cross-link 				{
	float: left;
}
.photo-meta-data							{
	background: url(images/transpBlack.png);
	padding: 0px;
	height: 30px;
	margin-top: 0px;
	position: relative;
	z-index: 9999;
	color: #333333;
}
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{
	display: block;
	position: relative;
	z-index: 9999;
	background-repeat: repeat-x;
	height: 72px;
	background-image: url(../images/bg1.gif);
	background-position: left top;
	width: 162px;
	margin: 0px;
	padding: 0px;
}
.cross-link:hover								{
	display: block;
	width: 162px;
	margin-top: 0px;
	position: relative;
	padding-top: 0px;
	z-index: 9999;
	background-repeat: repeat-x;
	height: 72px;
	background-image: url(../images/bg.gif);
}
.active-thumb 								{
	height: 72px;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
ol {
	list-style: square outside;
	margin-left: 40px;
	line-height: 17px;
}
