/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */

	body {  }
	.panel h2.title { margin-bottom: 10px }
	noscript div { margin: 20px 0; }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { width: 440px; padding: 0 0 10px; }
	.coda-slider {  }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { overflow: auto !important;  }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 440px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 440px }
	.coda-slider-wrapper.arrows .coda-slider {  }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {  }
	
	/* Tab nav */
	.coda-nav ul li a.current {  }
	
	/* Panel padding */
	.coda-slider .panel-wrapper {  }
	
	/* Preloader */
	.coda-slider p.loading { text-align: center; }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a {  }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
/*UTILITY STYLES*/
.floatLeft{
    float:left;
    margin-right:10px;
}
.floatRight{
    float:right;
}
.clear{
    clear:both;
}

/*PAGE STRUCTURE*/
#page-wrap{
    width:500px;
    margin:25px auto;
    position:relative;
    min-height:500px;
    background:url(css/images/bg.png) top center;
}

/*SLIDER*/
.slider-wrap{
    width:440px;
    position:absolute;
    top:87px;
    left:40px;
}			
.stripViewer .panelContainer.panel ul{
    text-align:left;
    margin:0 15px 0 30px;
}
.stripViewer{
    position:relative;
    overflow:hidden;
    width:440px;
}
.stripViewer .panelContainer{
    position:relative;
    left:0;
    top:0;
}
.stripViewer .panelContainer .panel{
    float:left;
    height:100%;
    position:relative;
    width:440px;
}
.stripNavL, .stripNavR, .stripNav{
    display:none;
}
.nav-thumb{
    border:1px solid black;
    margin-right:5px;
}
#movers-row div{
    width:20%;
    float:right;
}
#movers-row div a.cross-link{
    float:right;
}
.photo-meta-data{
    background:url(css/images/transpBlack.png);
    padding:10px;
    height:30px;margin-top:-50px;
    position:relative;
    z-index:9999;
    color:white;
}
.photo-meta-data span{
    font-size:13px;
}
.cross-link{
    width:62px;
    z-index:9999;
}
.active-thumb{
    background:transparent url(css/images/icon-uparrowsmallwhite.png) top center no-repeat;
}
