
/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 500px; margin: 25px auto; position: relative; min-height: 500px;
											  background: url(../images/bg.png) top center; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #fff; text-decoration: none; }
a:hover, a:active							{ color: white; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 706px;}			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 706px; height: 329px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 706px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ margin:12px 5px 10px 0;}
.cross-link img:hover						{-moz-box-shadow: inset 0 0 10px #000000;}
#movers-row									{ margin:0; }
#movers-row div								{ float: left; }
.photo-meta-data							{ background: url(../images/transpBlack.png); padding: 10px; height: 58px; 
											  margin-top: -80px; position: relative; z-index: 9999; color: white; }
.photo-meta-data.photo_first				{ margin-top:-80px; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; position: relative; padding-top: 18px; z-index: 9999; margin:-7px 0 0 0; outline:none; }
.active-thumb								{ background: transparent url(../images/icon-uparrowsmallwhite.png) top center no-repeat;}
.cross-link img								{ border:3px solid #fff;}
.cross-link.active-thumb img				{border:3px solid #ff4e55;}
.thumb-news									{ width:120px; float:left; text-align:center; border-left:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; 							
											padding:0 10px 11px 10px;}
.thumb-news.last_border						{ border-right:1px solid #e0e0e0; }
.photo-meta-data h2							{background:none; color:#fff; font:bold 20px Arial, Helvetica, sans-serif; float:left;}
.photo-meta-data div						{float:right; width:33%; margin:9px 0 0 0;}
.photo-meta-data div a						{background:url(../images/read_arrow.png) no-repeat left 3px; padding-left:20px; margin:10px 9px 0 0; font:	 	 											normal 14px 'oswaldbook'; color:#fff; float:left;}
.photo-meta-data div a:hover				{color:#ff4e55;}
.photo-meta-data div h4						{border-left:1px solid #fff; font:normal 12px Arial, Helvetica, sans-serif; color:#fff; float:left; width:56%;  		 											padding:5px 0 5px 8px;}
.photo-meta-data div h4 span				{font-size:11px;}
#fade
  {
	  width:100%;
	  height:800px;
	  position:fixed;
	  background:#000;
	  opacity:0.8;
	  filter:alpha(opacity=80);
	  z-index:99;
  }
  
 #pop_up_content
    {
		width:500px;
		height:400px;
		background:#fff;
		position:fixed;
		z-index:100;
		margin-left:150px;
		margin-top:-120px;
	}