*											{ margin: 0; padding: 0; }
body 
{
font-family: PontanoSans-Regular;
font-size: 16pt;
}

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft
{
float: left;
margin-right: 10px;
}

.floatRight
{
float: right;
}

.clear
{
clear: both;
}

a
{
outline: none;
}


/*
	PAGE STRUCTURE
*/
#page-wrap
{
width: 1280px;
margin-left: auto;
margin-right: auto;
position: relative;
background-color: 000000;
}

/*
	SLIDER
*/
.slider-wrap
{
width: 1280px;
position: absolute;
top: 30px;
left: auto;
right: auto;
}
			
.stripViewer .panelContainer 

.panel ul
{
text-align: left;
margin: 0 15px 0 30px;
}

.stripViewer
{
width: 1280px;
height: 50%;
position: relative;
overflow: hidden;
}

.stripViewer .panelContainer
{
position: relative;
left: 0;
top: 0;
}

.stripViewer .panelContainer .panel
{
width: 1280px;
height: 100%;
position: relative;
float: left;
}

.stripNavL, .stripNavR, .stripNav
{
display: none;
}

.nav-thumb
{
width: 10px;
height: 10px;
}

#movers-row div
{
width: 1.3%;
float: left;
margin-left: auto;
margin-right: auto;
}

.photo-meta-data
{
background: url(images/transpBlack.png);
padding: 10px;
height: 30px; 
margin-top: -50px;
position: relative;
z-index: 9999;
color: white;
}

.photo-meta-data span
{
font-size: 16pt;
}

.cross-link
{
display: block;
width: 50px;
margin-left: auto;
margin-right: auto;
position: relative;
padding-top: 8px;
z-index: 9999;
}







