/*
	Featured Content Slider
	by: Chris Coyier
*/
					  				  
/*
	SLIDER
*/
.slider-wrap {
/*	width: 419px;
	position: absolute;
	top: 87px;
	left: 40px;
*/
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	width: 715px;
	height: 364px;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
}
.stripViewer .panelContainer .panel {
	float: left;
	height: 100%;
	position: relative;
	width: 715px;
}
.stripNavL, .stripNavR, .stripNav {
	display: none;
}
.nav-thumb {
	/*border: 1px solid black;*/
	margin-right: 1px;
}
#movers-row {
/*margin: -43px 0 0 62px;*/
}
#movers-row div {
	width: 20%;
	float: left;
}
#movers-row div a.cross-link {
	float: right;
}
.photo-meta-data {
	background: url(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 {
	display: block;
	width: 142px;
	margin-top: -14px;
	position: relative;
	padding-top: 15px;
	z-index: 9999;
	float:left;
}
.active-thumb {
	background: transparent url(icon-uparrowsmallwhite.png) top center no-repeat;
}
.cross-link img {
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a.active-thumb img {
	filter: Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.text-description {
	font-family:'Conv_RAGE', Sans-Serif;
	font-size:24px;
	text-align:center;
}
.fb-bar {
	position: absolute;
	top:20px;
	right:0px;
}
.social_share {
	position:fixed;
	width:40px;
	padding:6px 6px 0 6px;
	right:0px;
	top:140px;
	z-index:10000;
	border-radius:4px 0 0 4px;
	background: #666;
}
.social_share .button {
	margin-bottom:6px !important;
	color:#FFF;
}
.slidingDiv {
	height:120px;
	background:#222526;
	margin-top:10px;
	margin-bottom:7px;
	border:1px solid #333;
	border-radius:4px;
}
.slidingDiv img {
	margin-top:7px;
	margin-left:4px;
}
.show_hide {
	display:none;
}
.youtube {
	background:url(youtube-0.png) no-repeat;
	width:40px;
	height:40px;
	cursor:pointer;
}
.youtube a {
	width:40px;
	height:40px;
	display:block;
}
.youtube:hover {
	background:url(youtube.png) no-repeat;
}
.twister {
	background:url(twitter-0.png) no-repeat;
	width:40px;
	height:40px;
	cursor:pointer;
}
.twister:hover {
	background:url(twitter.png) no-repeat;
}
.google {
	background:url(google-0.png) no-repeat;
	width:40px;
	height:40px;
	cursor:pointer;
}
.google:hover {
	background:url(google.png) no-repeat;
}
.seed {
	background:url(rss-0.png) no-repeat;
	width:40px;
	height:40px;
	cursor:pointer;
}
.seed:hover {
	background:url(rss.png) no-repeat;
}
a {
	text-decoration:none;
	font-family: Arial,Helvetica,sans-serif;
}
.facebook {
	background:url(facebook-0.png) no-repeat;
	width:40px;
	height:40px;
	cursor:pointer;
}
.facebook:hover {
	background:url(facebook.png) no-repeat;
}
.facebook a {
	display:block;
	width:40px;
	height:40px;
}
table {background:none}