/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{
	width: 460px;
	margin:auto;
	position: relative;
	height: 270px;
	overflow:hidden;
}


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }


/*
	SLIDER
*/
.slider-wrap								{ width: 460px;  }
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.wrapper a { border:0; }
.stripViewer								{ position: relative; overflow: hidden; width: 460px; height: 250px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 460px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border:  margin-right: 5px; }
#movers-row a								{ cursor:pointer;   }
#movers-row div								{  float: left; }
#movers-row div a.cross-link 				{ float: left; }
.photo-meta-data							{ background: url(../images/transpBlack.png); padding: 5px; height: 15px; 
											  margin-top: -25px; position: relative; z-index: 9999; font-size:11px; color:#FFF;  }

.photo-meta-data span 						{ font-size: 13px; }

.cross-link									{ display: block; padding:3px; background:#FFFFAA; font-size:11px;  
										  position: relative; z-index: 9999; width:14px; float:left; margin:0 0 0 1px; }
											  
.active-thumb 								{ background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat; background:#ffffcc; color:#000;  }

.active-thimb a { cursor:pointer; }
