h2.widgetTitle {
font-size: 16px;
font-weight: bold;
}
h2.widgetTitle{
font-size: 24px;
font-weight: bold;
}
.long .list_carousel li {
	width:193px;
	height:115px;
	margin: 20px 0;
	display:block;
	float :left;
	border-left: solid 1.5px #fff;
	border-right: solid 1.5px #fff;
	padding:0px 3px;
	}
.long .list_carousel ul{
	display:inline-block !important;
	list-style-type: none;
	background-color:#eee;
	margin:0;
}
.long .caroufredsel_wrapper{
	display:inline-block !important;
	min-height: 94px;
	min-width: 603px;
	left: 2.9% !important;
}
.long .list_carousel{
	padding:0;
	width: 710px;
	min-height: 115px;
	display: inline-block;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	//clear:both;
}
.long .prev {
	float:left;
	display: inline-block !important;
	width: 32px;
    height: 32px;
    cursor: pointer;
    background: #eee url(/images/site/prev-horizontal.png) no-repeat 0 0;
    position: relative;
    margin: 30px 0 auto;
} 
.long .next {
	float:right;
	display: inline-block !important;
	width: 32px;
    height: 32px;
    cursor: pointer;
    background: #eee url(/images/site/next-horizontal.png) no-repeat 0 0;
    position: relative;
    margin: 30px 0 auto;
}

.long .next:hover {
	background-position:  -32px 0;
	}
.long .prev:hover {
	background-position:  -32px 0;
	}
	
.long .next:active{
	cursor: default;
	background-position: -64px 0;
}

.long .prev:active{
	cursor: default;
	background-position: -64px 0;
}
	
.long .list_carousel {
	-moz-border-radius: 5px;
	background:#eee;
	border: 1px solid #ddd;/**/
}
