/*
	UTILITY STYLES
*/				  				  
.headlinebanner {
	background-image: url(/images/headline_banner.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 40px;
	width: 630px;
	padding-left: 10px;
	padding-top: 1px;
}
.headlinebanner div {
	font-size: 27px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	height: 40px;
}
.shadow {
	height: 1em;
	filter: Shadow(Color=#000000, Direction=135, Strength=2);
}
.headlinebgd {
	height: 90px;
	width: 630px;
	position: absolute;
	top: 310px;
	background-image: url(/images/bgd_rotator-new-front.png);
	background-repeat: repeat-x;
}
.headlinebgd div {
	font-size: 13px;
	color: #ffffff;
	text-align: justify;
	padding-top: 28px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	position: absolute;
}
.headlinebgd div a {
	color: #ffffff;
	text-decoration:underline
}

.floatLeft {
	float: left;
	margin-left: -10px;
	margin-top:-50px;
	z-index:3;
}
.floatRight {
	float: right;
	margin-right: -10px;
	margin-top:-20px;
	z-index:3;
}
.clear {
	clear: both;
}
a {
	outline: none;
}
/*
	PAGE STRUCTURE
*/
#page-wrapper {
	width: 635px;
	position: relative;
	height: auto;
}
/*
	TYPOGRAPHY
*/

a, a:visited {
	color: #ffffff;
	text-decoration: none;
}

/*
	SLIDER
*/
.slider-wrap {
	position:relative;
	width:646px;
	height:509px;
	background-image: url(/images/bgd-rotator2.jpg);
	background-repeat: no-repeat;
	left: 7px;
	top: 5px;
	padding-top: 6px;
	padding-left: 6px;
}
.slider-wrap-sub {
	position:relative;
	width:646px;
	height:509px;
	background-image: url(/images/bgd-rotator-sub.jpg);
	background-repeat: no-repeat;
	left: 7px;
	top: 55px;
	padding-top: 6px;
	padding-left: 6px;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 630px;
	height: 411px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 630px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {
	border: 2px solid #666666;
}
#movers-row {
	position: absolute;
	top:417px;
	left:6px;
	height:100px;
}
#movers-row div {
	float: left;
	margin-right: 2px;
}
#movers-row div a.cross-link {
	float: left;
}
.photo-meta-data {
	background: url(../scripts/transpBlack.png);
	padding: 2px;
	height: 40px;
	margin-top: -50px;
	position: relative;
	z-index: 9999;
	color: white;
}
.photo-meta-data span {
	font-size: 11px;
	width:90%;
	text-align:left;
	padding-left:15px;
}
.photo-meta-data span a {
	color:#ffffff;
	font-size: 11px;
}
.photo-meta-data span a:visited {
	color:#cccccc;
	font-size: 11px;
}
.cross-link {
	display: inline-block;
	width: 119px;
	margin-top: -10px;
	position: relative;
	padding-top: 13px;
	z-index: 9998;
	left: 21px;
}
.active-thumb {
	z-index:9999;
	background-color: transparent;
	background-image: url(/images/icon-block.gif);
	background-repeat: no-repeat;
}

