/*
	Featured Content Slider
	by: Chris Coyier
*/
			  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
.slider-container							{position:relative;width:100%;}
#page-wrap 									{ width: 710px; margin: 25px auto; position: relative;
											  background: url(images-cp/bg.png) top center; }


/*
	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: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 710px; position: relative;}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left;}
.stripViewer								{ position: relative; overflow: hidden; width: 710px;}
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
/* .stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 710px; } */
.stripViewer .panelContainer .panel			{ float: left; position: relative; width: 710px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
/* #movers-row									{ margin: -43px 0 0 62px; } */

#movers-row									{ position:relative;width:100%;margin-top:5px;}
#movers-row div								{ position:relative;display: inline;float:right; }
#movers-row div a.cross-link 				{ float: right; }

#numbers-movers-row									{ position:relative;width:100%;margin-top:5px;float:right;}
#numbers-movers-row div								{ position:relative;display: inline;float:left; }
#numbers-movers-row div a.cross-link 				{ float: left; }

.photo-meta-data							{ padding: 10px; height: 30px; margin-top: -55px; position: relative; z-index: 9999; 
											  color: white; }
.photo-meta-data span 						{ font-size: 13px; }
div .photo-meta-data						{background-color: black; opacity:0.7; filter:alpha(opacity=70);}
.cross-link									{ display: inline; position: relative;}

a:link.cross-link, a:visited.cross-link {
padding: 1px 5px;
border: 1px solid #fff;
text-decoration: none; 
color: #666;
background-color: #fff;
}

a:hover.cross-link, a:active.cross-link {
border: 1px solid #c46900;
color: #fff;
background-color: #c46900;
}

.active-thumb 								{ background: transparent url(images-cp/icon-uparrowsmallwhite.png) top center no-repeat; }

a.bannerLink{text-decoration:none;border: 0px;}
.bannerLink img{text-decoration:none;border: 0px;}







