
.widget-content {
	position: absolute;
	top:14px;
	width:925px;
	height:100px;
	margin:0;
	padding:0;
	background: none;
}
.widget-content .widget-advcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 5px 0 0; /*margin around each panel*/
	width: 150px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 100px !important;
}
.widget-content .widget-advcarousel{
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 925px !important; /*Width of Carousel Viewer itself*/
	height: 100px !important; /*Height should enough to fit largest content's height*/

}
.widget-content .widget-advcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	height: 100px !important;
}
.fwh-content ul {
	margin:0;
	padding:0 0 17px 0;
	float:left;
	width:925px;
}
.fwh-content ul li {
	list-style-type:none;
}

.widget-content .widget-advcarousel span span .carousel-summary {

	clear:both;
	float:left;
	top:-1px;
	left:0;
	padding:0;
	margin:0;
	position:
	relative !important;
	z-index: 500;
	background: url("/wp-content/themes/inhabitat-v3/img/bg-ffffff-80.png") repeat scroll 0 0 transparent;
}

.widget-content .widget-advcarousel span span .carousel-summary .hidden-title {
	height: 35px;
}

.widget-content .widget-advcarousel span span .carousel-summary .hidden-title .cat-post-title {
	margin: -2px 0;
	padding: 5px;
}

.widget-content .widget-advcarousel span span .carousel-summary .hidden-title .cat-post-title a {
	color: #000000;
}
.widget-content .widget-advcarousel span span .carousel-summary .hidden-title .cat-post-title a:hover {
	color: #000000;
	background: none;
}
.widget-content a.widget-carousel-prev {
	top:37px;
	left: -25px;
	width:15px;
	height:26px;
	z-index: 99999;
	background: url('/wp-content/themes/inhabitat-v3/img/carousel_left_arrow_sm.gif') 	no-repeat 0 0;
	text-indent:-10000px;
	position:absolute;
}

.widget-content a:hover.widget-carousel-prev {
	background: url('/wp-content/themes/inhabitat-v3/img/carousel_left_arrow_sm.gif') no-repeat 0 0;
	filter: alpha(opacity=60);
	filter:
	progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity:0.6;
	-moz-opacity: 0.60;
	zoom: 1;
}
.widget-content a.widget-carousel-next {
	top:37px;
	left: 937px;
	width:15px;
	height:26px;
	z-index: 99999;
	background: url('/wp-content/themes/inhabitat-v3/img/carousel_right_arrow_sm.gif') no-repeat 0 0;
	text-indent:-10000px;
	position:absolute;
}

.widget-content a:hover.widget-carousel-next {
	background: url('/wp-content/themes/inhabitat-v3/img/carousel_right_arrow_sm.gif') no-repeat 0 0;
	filter: alpha(opacity=60);
	filter:	progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity:0.6;
	-moz-opacity: 0.60;
	zoom: 1;
}
