/*
	Featured Content Slider
	by: Chris Coyier
*/

/*
	UTILITY STYLES
*/

.floatLeft {
	float: left;
	margin-right: 10px;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

/*
	PAGE STRUCTURE
*/

#page-wrap {
	width: 614px;
	margin: 25px auto;
	position: relative;
	min-height: 420px;
}

/*
	TYPOGRAPHY
*/

a:hover, a:active {
	color: #5e5e5e;
}

blockquote {
	padding: 0 20px;
	margin-left: 20px;
	border-left: 20px solid #ccc;
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
	margin-top: 10px;
}

/*
	SLIDER
*/

.slider-wrap {
	width: 625px;
	position: absolute;
	top: 0px;
	left: 0px;
}

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

.stripViewer {
	position: relative;
	overflow: hidden;
	width: 614px;
	height: 334px;
}

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

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

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

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

#movers-row {
	float:left;
	position:relative;
	width:625px;
	margin: 0px 0px 0px 0px;
	*margin-left:-4px;
	_margin-left:4px;
	z-index:999;
}

#movers-row div {
	float: left;
	position:relative;
	width:150px;
	height:84px;
	margin:0 0 0 5px;
	_margin:0 0 0 -8px;
}

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

.photo-meta-data {
	background: url(../images/bkg/transpBlack.png);
	padding: 10px;
	height: 40px;
	margin-top: -60px;
	position: relative;
	z-index: 0;
	color: white;
}

.photo-meta-data a{
	font-weight: bold;
	color: #fffeff;
}

.photo-meta-data span {
	font-size: 16px;
}

.cross-link {
	border: 1px solid #C0C0C0;
    display: block;
    margin: 10px 8px 0 0;
    position: relative;
    width: 145px;
    z-index: 9999;
    height:80px;
}

.current, .active-thumb {
	border: 2px solid #2e2e2e;
	margin-top:9px;
}

.active-thumb {
	
}

.attachment-thumbnail {
	border: 1px solid #c0c0c0;
}