.jcarousel-prev-horizontal {
	display: block;
	background: url("../images/prev.gif") no-repeat; 
	position: absolute;
	top: 135px;
	left: 8px;
	z-index: 999;
	cursor: pointer;
	width: 80px;
	height: 40px;
}
.jcarousel-prev-disabled{
  background: url("../images/prev_disabled.gif") no-repeat; 
	cursor: default;
}
.jcarousel-next-horizontal {
	display: block;
	background: url("../images/next.gif") no-repeat;
	position: absolute;
	top: 135px;
	right: 8px;
	z-index: 999;
	cursor: pointer;
  width: 80px;
  height: 40px;
}
.jcarousel-next-disabled{
  background: url("../images/next_disabled.gif") no-repeat; 
  cursor: default;
}
#contentmiddle .jcarousel-clip ul li.jcarousel-item{
  margin: 0px;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}
#contentmiddle .jcarousel-clip ul.jcarousel-list{
  margin: 0px;
  list-style: none;
  list-style-image: none;
  list-style-type: none;
}
.jcarousel-item a img{
  padding-bottom: 8px;
  width: 595px;
  height: 185px;
}
#featured {
	width: 100%;
	height: 185px;
	font: 1.25em/ 1.5 georgia, serif;
	overflow: hidden;
}

#featured :after {
	content: ".";
	display: block;
	height: 0;
	font: 0/ 0 serif;
	clear: both;
	visibility: hidden;
}

#featured h3 {
	font: 1.47em/ 1.1 georgia, serif;
	margin: 0 0 0px;
	color: #1e1e1e;
}

#featured h3 a {
	color: #4a8393;
}

#featured h3 a:visited {
	color: #4a8393;
}

#featured h3 a:hover,#featured h3 a:focus {
	text-decoration: underline;
}

#posts {
	width: 595px;
	clear: both;
	overflow: hidden;
}

#posts li {
	height: 185px;
	float: left;
	width: 595px;
	padding: 0 0px 0 0;
}

#posts li.first {
	margin: 0;
}

#featured .thumb {
	float: left;
	margin: 0px 0px 0px 0;
}
.content{
	width: 595px;
	display: block;
	height: 60px;
	bottom: 0px;
	padding-top: 10px;
	background: black;
	opacity: 0.7;
	position: absolute;
}
.content p {
	text-align: center;
	display: block;
	color: #e6e6e6;
  font-weight: bold;
  font-size: 2em;
}

#content .jcarousel-clip .content p {
  padding: 0px;
}

#featured .more-link {
	float: right;
	font-size: 1.2em;
	padding: 0 0px;
	margin: 0 0px 0px 0;
	position: relative;
	color: #fff;
	background: #404040;
	border: 1px solid #333333;
}

#featured .list {
	color: #333333;
	display: inline;
	float: right;
	font-family: arial, sans-serif;
	font-size: 0.88em;
	line-height: 2.1;
	margin-top: -26px;
	padding: 0;
	position: relative;
	width: 595px;
	z-index: 99;
}

#featured .list li {
	float: right;
}

#featured .list li a {
	float: left;
	color: #333;
	background: #f6f6f6;
	border: 1px solid #eaeaea;
	border-right: none;
	padding: 0 8px;
}

#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: 595px;
	padding: 0px 0 0 0px;
	margin: 0px;
	position: relative;
	float: left;
	display: inline;
}

#featured .jcarousel-clip {
	z-index: 2;
	position: relative;
	overflow: hidden;
	width: 595px;
}

#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;
}
*/