@charset "utf-8";
/* CSS Document */
#features {
	width:100%;
	height: 300px;
	float:left;
	overflow: hidden;
}
#featured {
	width:630px;
	height: 300px;
	float:left;
	overflow: hidden;
}
#featured h2 {
	margin:0;
	padding:0;
}
#featured h2 a {
	background:none;
	color:#ffd600;
}
#featured h2 a:hover {
	  background:#ffd600 url(images/arrow-right.png) no-repeat right 4px;
	color:#000;
}
#posts {
	width:630px;
	clear:both;
	overflow:hidden;
	margin:0;
	padding:0;
}
#posts li {
	list-style:none;
	float:left;
	width:630px;
	margin: 0;
	padding:0;
}
#posts li.first {
}
#featured .thumb {
	z-index:6;
	width:630px;
	height:300px;
	float:left;
}
#featured .thumb img {
	z-index:5;
}	
.content {
	color:#fff;
	background:#000;
	position:relative;
	top:-100px;
	height:100px;
	z-index:100;
	opacity: 0.75;
	padding:10px;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	overflow:hidden;
	float:left;

}
#featured p {
	padding:0;
	margin:0;
	line-height:1.2em;
	width:610px;
}
#featured .more-link {
	display:none;
}
#featured .list {
	float:right;
	display:inline;
	position:relative;
	font-size:1em;
	line-height:2.1;
	font-family:arial, sans-serif;
	z-index:300;
	color:#333;
	padding: 0px;
	margin:-142px 0 0 0px;
}
#featured .list li {
	float:right;
	list-style:none;
	line-height:1.5em;
}
#featured .list li a {
	float:left;
	color:#333;
	background:#f6f6f6;
	border:1px solid #eaeaea;
	border-right:none;
	padding:0 7px;
	font-weight:bold;
}
#featured .list li a:visited {
	color:#444;
}
#featured .list li a:hover, #featured .list li a:focus {
	color:#fff;
	border:1px solid #333333;
	border-right:none;
	background:#404040;
	text-decoration:none;
}
#featured .jcarousel-container {
	width:630px;
	padding:0;
	margin:0;
	position:relative;
	float:left;
	display:inline;
}
#featured .jcarousel-clip {
	z-index:2;
	position:relative;
	overflow:hidden;
	width:630px;
}
#featured .jcarousel-list {
	z-index:1;
	overflow:hidden;
	position:relative;
	top:0;
}
.oops {
	clear:both;
	font-size:0;
	line-height:0;
	width:100%;
	overflow:hidden;
	display:block;
}
