﻿/*
	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: 755px;
	position: relative;
	height: 711px;
	background-image: url(../picture/bg.gif);
	background-position: center top;
	clear:both;
}
/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #729dff; text-decoration: none; }
a:hover, a:active							{ color: #FF0000; }
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: 738px;
	position: absolute;
	top: 8px;
	left: 8px;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 738px;
	height: 551px;
}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 738px;
}
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb {
	
}
#movers-row {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#movers-row div {
	width: 179px;
	float: left;
	margin-left: 5px!important;
	margin-left:4px;
}
#movers-row div a.cross-link {
	float: right;
}
.photo-meta-data							{ background: url(../picture/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;
	width: 179px;
	margin-top: 5px;
	position: relative;
	padding-top: 7px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-right: -4px;
	z-index: 9999;
	height: 134px;
}
.active-thumb {
	background-color: transparent;
	background-image: url(../picture/icon-uparrowsmallgreen2.png);
	background-repeat: no-repeat;
	background-position:left top;
	/*border: 2px inset #006600;*/
}






