/* Area del carrousel */
#leftAnimation {
	width: 100%;
	height: 95px;
	overflow: hidden;
	padding: 6em 0 0 0;
	clear:both;
	}

/* Imagen */
#leftAnimation img {
	height: 95px;
	border: 0px;
	clear:both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
	
/* Area di scorrimento */
#rightAnimation {
	width: 100%;
	height: 75px;
	overflow: hidden;
	padding: 6em 0 0 0;
	clear:both;
	}

/* Immagini */
#rightAnimation  img {
	height: 95px;
	border: 0px;
	clear:both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
	
/* Area di scorrimento */
#topAnimation {
	width: 160px;
	height: 300px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#topAnimation img {
	width: 160px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
/* Area di scorrimento */
#bottomAnimation {
	width: 160px;
	height: 300px;
	overflow: hidden;
	border: 3px solid black;
	padding: 0px;
	clear:both;
	}

/* Immagini */
#bottomAnimation img {
	width: 160px;
	margin: 0px;
	border: 0px;
	clear:both;
	}
	
@media screen and (max-width:972px) {	
#leftAnimation {
	width: 95%;
	margin: 0 auto;
	}
}
