#wrapper {
	width: 930px;
	height: 410px;
	position: relative;
	overflow:hidden;
}

#carousel_mages {
	width: 800px;
	height: 410px;
	overflow: hidden;
	z-index: 2;
}
#carousel img {
	display: block;
	float: left;
}
#pager {
	width: 100px;
	height: 410px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 0;
}
#pager div {
	margin-top:10px;
	height: 60px;
	width: 100px;
}
#pager img {
	cursor: pointer;
	display: block;
	height: 60px;
	width: 100px;
	margin-bottom: 18px;
	float: left;
}

#carousel_text {
	position: absolute;
	color:#454545;
	top: 50px;
	left:380px;
	z-index: 2;
}
#carousel_text h3 {
	background-color:rgba(255, 255, 255, 0.9);
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 20px;
	line-height: 30px;
	width: 360px; 
	height: 120px;
	padding:20px;
	margin: 0 20px 0 0;
	float: left;
}
#carousel_text h3 p{
	font-family: 'Lato', sans-serif;
	color:#000;
	font-weight:300;
	font-size: 16px;

}