@charset "UTF-8";

#carrusel {
	position: relative;
	width: 436px;
	height: 162px;
	background-color: #FFF;
}
#demo {
	position: relative;
}
#demo .next, #demo .prev {
	position: absolute;
	top: 70px;
}
#demo .prev {
	left:-30px;
}
#demo .prev a {
	width: 30px;
	height: 23px;
}
#demo .next {
	right: -30px;
}
#demo .next a {
	width: 30px;
	height: 23px;
}
#sections {
	overflow: hidden;
	width: 436px;
}
#sections ul {
	width: 12000px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sections li {
	float: left;
	width: 436px;
	height: 162px;
}
#sections a {
	color: #333;
}
#sections a:hover {
	color: #FF9900;
}
#sections img {
	float: left;
	padding-left: 8px;
}
.next, .prev {
	cursor: pointer;
}
.carrusel-titol {
	float: right;
	width: 110px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
}
