@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: 16px;
	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;
	font-size: 24px;
}

.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;
}


.pxs_container{
	width:100%;
	height:600px;
	position:relative;
	overflow:hidden;

}

.pxs_bg div{
	position:absolute;
	top:0px;
	left:0px;
	width:7584px; /*1264px window width times number of images*/
	height:500px;
	background-repeat:repeat;
	background-position:top left;
	background-color:trasparent;
}

.pxs_slider_wrapper{
	display:none;
}
.pxs_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.pxs_slider{
	position:absolute;
	left:0px;
	top:0px;
	height:600px;
}
ul.pxs_slider li{
	height:500px;
	float:left;
	position:relative;
}
ul.pxs_slider li img{
	display:block;
	margin:35px auto 0px auto;
	-moz-box-shadow:0px 0px 7px #222;
	-webkit-box-shadow:0px 0px 7px #222;
	box-shadow:0px 0px 7px #222;
	border: 5px solid #FFFFFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
ul.pxs_thumbnails{
	height:35px;
	position:absolute;
	top:470px;
	left:50%;
}
ul.pxs_thumbnails li{
	position:absolute;
	display:block;
}
ul.pxs_thumbnails li img{
	border: 5px solid #FFFFFF;
	-moz-box-shadow:1px 1px 7px #555;
	-webkit-box-shadow:1px 1px 7px #555;
	box-shadow:1px 1px 7px #555;
	cursor:pointer;
	display:block;
	opacity:0.7;
}
ul.pxs_thumbnails li.selected img{
	opacity:1.0;
}
.pxs_navigation span{
	position:absolute;
	width:30px;
	height:60px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	top:145px;
	opacity:0.6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.pxs_navigation span:hover{
	opacity:0.9;
}
.pxs_navigation span.pxs_prev{
	background:#000 url(../img/prev.png) no-repeat center center;
}
.pxs_navigation span.pxs_next{
	background:#000 url(../img/next.png) no-repeat center center;
}
.pxs_loading{
	color:#fff;
	font-size:20px;
	padding:15px 15px 15px 50px;
	position:absolute;
	background:#333 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	opacity:0.7;
	width:180px;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-90px;
}
