/*
	Content Slider
	Thank you to: Chris Coyier 
*/
*
{ margin: 0; padding: 0; }
body{
    font-family: Arial, Helvetica, sans-serif; font-size: 10px;
}

					  				  
/*
UTILITY STYLES
*/				  				  
					  				  
.floatLeft{
    float: left; 
}

.floatRight{
    float: right;
}
.clear{
    clear: both;
}

a{
    outline: none;
}


/*
PAGE STRUCTURE
*/

#logo{
    background: url(images/niner_logo.jpg);
    background-repeat:no-repeat;
    width: 400px;
    position: fixed;
    min-height: 296px;
    overflow:visible;
    margin-top:180px;
    margin-left:160px;
}

#footer{
    color:#08b9eb;
    display:block;
    margin-top:500px;
    margin-left:200px;
    overflow:visible;
    float:left;
    font-size:11px;
    
}

#page-wrap{
    width: 500px;
    margin: 100px 580px; 0 0;
    position: fixed;
    min-height: 500px;
    background: url(images/bg.png) top center; }
    


/*
TYPOGRAPHY
*/


a, a:visited{
    color: #47b0eb; text-decoration: none;
}

a:hover, a:active{
    color: #d9f1ff;
}

/*
SLIDER
*/

.slider-wrap{
    width: 419px;
    position: absolute;
    top: 87px;
    left: 40px;
}

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

.stripViewer{
    position: relative;
    overflow: hidden;
    width: 419px;
    height: 285px;
}

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

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

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

.nav-thumb{
    border: 1px solid #777777;
    margin-right: 5px;
}

#movers-row{
    margin: -43px 0 0 62px;
}

#movers-row div{
    width: 20%;
    float: left;
}

#movers-row div a.cross-link{
    float: right;
}

.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: 12px;
}
.cross-link{
    display: block;
    width: 62px;
    margin-top: -14px; 
    position: relative;
    padding-top: 15px;
    z-index: 9999;
}

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