/*UTILITY STYLES*/				  				  
.floatLeft 									
{ 
	float: left; 
	margin-right: 10px;
}
.floatRight									
{ 
	float: right; 
}
.clear 										
{ 
	clear: both; 
}
a											
{ 
	outline: none; 
}

/**************PAGE STRUCTURE ***************/
/* The next 5 classes possess user settings */
/********************************************/
#page-wrap		
{
	width: 500px;
	min-height: 500px;
	margin: 0 auto;
	position: relative;
	background: url(media/SliderImages/bg.png) top center; 
}
.slider_message_top
{
	position: absolute;
	top: 7px;
	left: 7px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: yellow;
	z-index: 1;
	font-weight: bold;
	border: 1px ridge #DDE4E5;
	background: url(media/SliderImages/transpBlack.png)
}
.slider-wrap
{
	position: absolute;
	background-color: #004059; 
	/*top: 0px;*/	/** Top - Slider Position **/
	/*left: 0px;*/	/** Left - Slider Position **/
	height: 335px; /** Height 1 of 2 - Slider Height **/;
	width: 726px;	/** Width 1 of 3 - Change for slider width **/
	top: 1px;
	left: 0px;
}
.stripViewer
{
	position: relative;
	overflow: hidden;
	height: 282px;	/** Height 2 of 2 - Slider Height **/
	width: 710px;	/*** Width 2 of 3 - Change for slider width ***/
}

/*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;
	color: #CCFFCB;
}
.panel ul									
{ 
	text-align: left; 
		margin-right: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			
{ 
	float: left; 
	height: 100%;
	position: relative; 
	width: 710px;	/*** Width 3 of 3 - Change for slider width ***/
}
.stripNavL, .stripNavR, .stripNav			
{ 
	display: none; 
}
.nav-thumb 									
{ 
	border: 1px solid black; 
	margin-right: 5px;		/* 5px; */
}

#movers-row									
{ 
	margin: -43px 0 0 62px;	/* -43px 0 0  62px; */
}

#movers-row div								
{ 
	width: 129px; /*20%; */
	float: left; 
}
#movers-row div a.cross-link 				
{ 
	float: right; 
}
.photo-meta-data							
{
	/*background: url(media/SliderImages/transpBlack.png);*/
	background: url(media/SliderImages/transpBlack_01.png);
	padding: 2px 0 0 4px;
	height: 38px;				/*38px;*/
	margin-top: -40px;			/*-50px;*/
	position: relative;
	z-index: 9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;			/*12px;*/
	font-weight: bold;
	color: white;				/*#E45129; white;*/
}
.photo-meta-data span 						
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;			/*18px;*/
	color: white;
}
.cross-link									
{ 
	display: block; 
	width: 63px;			/** Center icon-uparrowsmallwhite.png over thumb */
	margin-left: 5px;
	margin-top: -14px;		/*-14px;*/
	padding-top: 15px;		/*15px; */
	position: relative; 
	z-index: 9999; 
}  
nk											
{ 
	display: block; 
	width: 62px;			/*62px;*/
	margin-top: -14px; 
	position: relative; 
	padding-top: 15px; 
	z-index: 9999; 
}
.active-thumb 								
{ 
	/*background: transparent url(media/SliderImages/icon-uparrowsmallwhite.png) top center no-repeat; */
}
.slidepadding				/*pads slider*/
{
	padding: 5px 15px 10px 15px;		/*5px 15px 10px 15px;*/
}
/**************************************/
/*** Quote of the day font settings ***/
/**************************************/
.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF66;
	margin-top: 10px;
	margin-left: 20px;
	width: 325px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
.author
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin-left: 20px;
}
.description		
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	margin: 15px 20px 0 20px;
}
