
/*
	SLIDER
*/
.slider-wrap								{ width: 1000px; position: relative; height:500px;  margin:auto; padding-top:0px; overflow: hidden;
												background-color: #fff; border:1px solid #ddd; border-bottom:4px solid #ddd; border-bottom-color:#fff;
												background-color:#f9f9f9;
												box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3);
											}
			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 0px 0 0px; }
.panel img 									{ border:none;width:1000px;height:375px; }
.stripViewer								{ position: relative; overflow: hidden; width: 1000px; height: 360px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 1000px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }

.nav-thumb 									{ border: 1px solid black; margin-right: 4px; }
/*#movers-row								{margin: -43px 0 0 62px;  margin: -43px 0 0 0px;float:left;width:100%;background:#e5e5e5 url(/assets/bg_panel_bar.jpg) repeat-x left bottom; width:1000px; height:120px; text-align:center; margin:0 auto; overflow: hidden;
	border: 1px solid #eee; border-top:none;
	box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3)}*/

#movers-row									{ 
												background:#e5e5e5 url(/assets/bg_panel_bar.jpg) repeat-x left bottom; width:1000px; height:100px; text-align:center; margin:auto;
												border: 1px solid #eee; border-top:none;
												box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.3);
											}



	
#movers-row div								{ float: left;padding-left:10px; *width:61px; /*18/10/2012*/}
#movers-row div a.cross-link 				{ float: right; }
#movers-row img								{width:60px; height:60px; display:block; border:none;}

.photo-meta-data							{ background: none repeat scroll 0 0 #000000; padding: 15px; height: 30px; left:20px;
											  margin-top: -364px; position: absolute; z-index: 9999; color: white; 
											  border: 1px solid #ddd; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
											   box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); -moz-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4)
											  }
.photo-meta-data span {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 8px 5px;
}




.cross-link									{ display: block; width: 70px; margin-top: 0px; height:70px;
											  position: relative; padding-top: 15px; z-index: 9999; }
.active-thumb 								{ background: transparent url(/assets/arrow.png) top center no-repeat; }
