#main_banner {
	height: 360px;
	width: 100%;
	margin-bottom: 4px;
	overflow: hidden;
	position: relative;
}

#main_banner .item {
	height: 360px;
	position: absolute;
	width: 100%;	
	overflow: hidden;
	display: block;
}

#main_banner .description {
	position: absolute;
	bottom: 55px;
	right: 30px;
	text-align: right;
	color: #fff;
	width: 100%;
}

#main_banner .description h2, #main_banner .description h1  {
	font: 24px 'Lora',sans-serif;
	line-height: 30px;
	padding: 10px 20px;
	background: #05A9C5;
	background: rgba(5, 169, 197, 0.9);
	float: right;
	max-width: 55%;
	color: #fff;
}

#main_banner .description p {
	padding: 20px;
	background: #555;
	background: rgba(85, 85, 85, 0.9);
	margin-top: 4px;
	float: right;
	clear: right;
	width: 35%;
}

#main_banner .controllers {
	text-align: center;
	line-height: 0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 9999;
}

#main_banner .controllers a {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	overflow: hidden;
	display: inline-block;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
}

#main_banner .controllers a:hover, #main_banner .controllers a.active {
	background-color: #05A9C5;
	color: #05A9C5;
}