/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; display:inline;margin-right: 10px;}
.floatRight									{ float: right; display:inline; }
.clear 										{ clear: both; display:inline;}
#page-wrap a								{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 460px;margin-bottom:5px; position: relative; min-height: 312px; background:#76A4AA; }


/*
	TYPOGRAPHY
*/
#page-wrap ul								{ list-style: square inside; }
#page-wrap a, #page-wrap a:visited			{ color: #729dff; text-decoration: none; }
#page-wrap a:hover, #page-wrap a:active		{ color: white; }
#page-wrap 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: 425px; position: absolute; top: 5px; left: 20px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 419px; height: 205px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 420px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; display:block; margin-right: 3px; }
#movers-row									{ margin: -43px 0 0 -25px; }
#movers-row div								{ width: 20%; float: left;  display: inline;}
#movers-row div a.cross-link 				{ float: right; display: inline; }
.photo-meta-data							{ background: url(../images/transpBlack.png); padding: 10px; height: 35px; 
											  margin-top: -40px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 11px; }
.cross-link									{ display: block; width: 60px; margin-top: -12px; 
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat; }

