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

* {
	background-color: #FE8C68;
	margin: 	5;
	padding: 	20;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	
}

:focus {
	outline: none;
}

/* General styles ------------------------- */

/* body ------------------------- */

#tit{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-decoration: underline;
	margin: 10px;
	
}

#apDiv1 {
	position:absolute;
	width:500px;
	height:200px;
	z-index:1;
	left: 631px;
	top: 314px;
}

#apDiv2 {
	position:absolute;
	width:185px;
	height:290px;
	z-index:1;
	left: 174px;
	top: 380px;
	background-color: #FFF;
}
#apDiv {
	position:absolute;
	width:269px;
	height:150px;
	z-index:1;
	left: 43px;
	top: 316px;
	background-color: #FFF;
}
#apDiv3 {
	position:absolute;
	width:269px;
	height:150px;
	z-index:1;
	left: 93px;
	top: 485px;
	background-color: #FFF;
}
#apDiv4 {
	position:absolute;
	width:185px;
	height:289px;
	z-index:1;
	left: 1295px;
	top: 382px;
	background-color: #FFF;
}
#apDiv5 {	position:absolute;
	width:185px;
	height:315px;
	z-index:1;
	left: 17px;
	top: 643px;
	background-color: #F60;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

.showcase {
	position: relative;
	}

.showcase a.controls {
	position: absolute;
	width: 54px;
	height: 50px;
	background-color: #FE8C68;
	text-decoration: none;
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #FFF;
	}

.showcase a.previous {
	padding-bottom: 4px;
}

.showcase ul li {
	width:378px;
	height: 261px;
	float: left;	
	list-style-type: none;	
}

.showcase ul li a {
	display: block;	
}

.showcase li a img {
	width: 100%;
	height: 100%;
	border: 5;
}

/* Horizontal showcase ------------------------- */


.showcase#horizontal {
	width: 850px;
	height: 170px;
	padding: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
}

.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
}


.showcase#horizontal a.controls:hover {
	border-color: #2097FA;
}

.showcase#horizontal ul {
	position: relative;
	width: 500px;
	height: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 5px;
	clip: rect(auto,auto,auto,50);
}

/* Vertical showcase ------------------------- */

.showcase#vertical {	
	margin: 100px auto 0 auto;
	width: 170px;	
	height: 650px;
}	
	
.showcase#vertical a.controls {
	left: 50%;
	margin-left: -27px;
}

.showcase#vertical a.next {
	bottom: 0;
	padding-top: 4px;
}


.showcase#vertical a.controls:hover {
	border-color: #2097FA;
}

.showcase#vertical ul {
	position: relative;	
	width: 170px;
	height: 450px;	
	top: 75px;
}

/* Diagonal showcase ------------------------- */

.showcase#diagonal {	
	margin: 100px auto 0 auto;
	width: 620px;
	height: 620px;
}	
	
.showcase#diagonal a.previous {
	top: 0;
	left: 0;	
	}

.showcase#diagonal a.next {
	right: 0;
	bottom: 0;
	padding-top: 4px;
}

.showcase#diagonal a.controls:hover {
	border-color: #2097FA;
}

.showcase#diagonal ul {
	position: relative;	
	width: 500px;
	height: 500px;
	top: 60px;
	left: 60px;
}
.testa {
	position: absolute;
	height: 200px;
	width: 650px;
	padding-right: 200px;
	padding-left: 250px;
}
.TITOLO {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #FFF;
	text-decoration: underline;
}
.text {
	font-size: 16px;
	font-style: italic;
}
.text em {
	font-size: 14px;
	color: #00C;
	text-decoration: underline;
}
