﻿@charset "utf-8";


.carosello{
	float:left;
	
}

 
.esterno {
	background-color: #ffffff;
	overflow:  auto;
	position: fixed; 
	width: 100%;
	left: 0px;
    margin-top: 180px;
    height:80%;
}

.carosello_bar {
	background-color: #ffffff;
	width: 100%;
	height:400px;
	left: 0px;
}

/*.carosello_bar {
	background-color: #ffffff;
	overflow: auto;
	width: 100%;
	height:400px;
	position: fixed;  
	left: 0px;
    margin-top: 180px;
}*/

.carosellotrasparente{
	width:1024px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	
}