@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}


/*gestione gallery a 2 foto in linea*/

#Gall2 {
	position: absolute;
	width: 727px;
	height: 115px;
	left: 319px;
	top: 240px;
	background-color: transparent;
}

#Gall2 ul {
	list-style-type: none;
}

#Gall2 li { 
	float: left;
	width: 300px;
	margin-right: 40px;
	border: 0;
}

#Gall2 img { 
	border: 0;
}



/*gestione gallery a 3 foto in linea*/

#Gall3 {
	position: absolute;
	width: 727px;
	height: 115px;
	left: 319px;
	top: 240px;
	background-color: transparent;
}

#Gall3 ul {
	list-style-type: none;
}

#Gall3 li { 
	float: left;
	width: 190px;
	margin-right: 35px;
	border: 0;
}

#Gall3 img { 
	border: 0;
}



/*gestione gallery a 5 foto in linea*/

#Gall5 {
	position: absolute;
	width: 727px;
	height: 115px;
	left: 319px;
	top: 249px;
	background-color: transparent;
}

#Gall5 ul {
	list-style-type: none;
}

#Gall5 li { 
	float: left;
	width: 123px;
	margin-right: 7px;
	border: 0;
}

#Gall5 img { 
	border: 0;
}
