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


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ float: left; width: auto; margin: 0; position: relative; min-height: 220px; 
											  background: url(images/projprof/blank.jpg) top center; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a:hover, a:active							{ color: #006666; }
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: 296px;
	position: absolute;
	top: 1px;
	height: auto;
}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 280px; height: 220px; }/*Display Area*/
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 280px; }/*Display Area*/
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{
	border: 1px solid;
	margin-right: 5px;
	border-color: #999999;
}
#movers-row									{ margin: -43px 0 0 56px; }/*Thumbnail numbers must match*/
#movers-row div								{ width: 56px; float: left; }/*Thumbnail numbers must match*/
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{
	background: url(images/projprof/transpBlack.png);
	height: 45px;
	margin-top: -65px;
	position: relative;
	z-index: 9999;
	color: white;
	font-weight: bold;
	width: 260px;
	padding: 10px 10px 10px 10px;
}
.photo-meta-data a:link							{
	color:#ccc;
	font-size: 10px;
}
.photo-meta-data a:visited							{
	color:#ccc;
	font-size: 10px;
}
.photo-meta-data a:hover					{
	color:#ccc;
	text-decoration: underline;
}
.photo-meta-data span 						{ font-size: 12px; }
.cross-link									{ display: block; width: 56px; margin-top: -7px; 
											  position: relative; padding-top: 8px; z-index: 9999; }/*Thumbnail numbers must match*/
.active-thumb 								{ background: transparent url(images/projprof/icon-uparrowsmallwhite.png) top center no-repeat; }

