@charset "UTF-8";

#carrusel {
	position: relative;
	width: 460px;
	background-color: #ddd;
	margin: auto;
	padding: 20px;
}
#demo {
	position: relative;
}
#demo .next, #demo .prev {
	position: absolute;
	top: 140px;
}
#demo .prev {
	left:-22px;
}
#demo .prev a {
	width: 30px;
	height: 23px;
}
#demo .next {
	right: -22px;
}
#demo .next a {
	width: 30px;
	height: 23px;
}
#sections {
	overflow: hidden;
	width: 460px;
}
#sections ul {
	width: 12000px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sections li {
	float: left;
	width: 460px;
	text-align: center;
	display: inline;
	overflow: hidden;
}
#sections a {
	color: #333;
}
#sections a:hover {
	color: #FF9900;
}
.next, .prev {
	cursor: pointer;
}

