/* Carrousel */
#carousel {
	width:570px;
	height:350px;
	overflow:scroll;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

#left-but {
	position: absolute;
	right: 30px;
	top: 10px;
	background-color: transparent;
	border: 1px #EEEEEE solid ;
	border-radius: 5px 0 0 5px ;
	font-size: 0.7em;
	font-weight: bold;
	color: DarkGray;
	display: none;
}

#right-but {
	position: absolute;
	top: 10px;
	right: 0px;
	background-color: transparent;
	border: 1px #EEEEEE solid ;
	border-radius: 0 5px 5px 0;
	font-size: 0.7em;
	font-weight: bold;
	color: DarkGray;
	display: none;
}

#title-text {
	padding: 0px 0px -1em 0px;
	text-align: center;
	color: #4387F5;
}