#carousel div {
	/*height: 220px;*/
	height: 400px;
	background-color:#fff;
	float: left;
	text-align:center;
	overflow:hidden;
}
#carousel img {
	min-width: 980px;
	margin-left:auto; 
	margin-right:auto;
}
#title {
	text-align: center;
	width: 100%;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}

#pager {
	text-align: center;
	width: 160px;
	height: 50px;
	padding-top: 2px;
	margin: 235px 0 0 -60px;
	position: absolute;
	top: 110px;
	left: 50%;
}
#pager a.selected span {
	background: #fff;
}
#pager a {
	display: inline-block;
	padding: 5px;
}
#pager span {
	border-radius: 10px;
	background: #0a4a83;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.dev7-caroufredsel-prev { float: left; }
.dev7-caroufredsel-next { float: right; }