@charset "utf-8";
/* CSS Document */
div#gallery{
	width:950px;
	margin:25px 0 0 0;
	/*border-top:1px solid #009aff;
	padding:30px 0 0 0;*/
}

div#gallery_content{
	width:950px;
	/*margin:90px 0 0 15px;*/
	margin:0;
	padding:0;
}

.lof-slidecontent, .lof-slidecontent a {
	/*color:#FFF;	*/
}
.lof-slidecontent a.readmore{
	/*color:#58B1EA;*/
	font-size:95%;
	
}
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	/*border:#F4F4F4 solid 1px;*/
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;
	background:#001a71;
}
.lof-slidecontent .preload div{
	height:100%;
	width:950px;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:950px;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/
.lof-main-item-desc{
	z-index:100px;
	position:relative;
	bottom:0;
	margin-left:620px;
	width:325px;
	height:530px;
	/*background:#fff;*/
}
.lof-main-item-desc h1{
	margin:320px 0 0 0;
	padding:0;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}
.lof-main-item-desc h2{
	margin:5px 0 0 0;
	padding:0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.lof-main-item-desc h3{
	color:#000;
	padding:0;
	margin:50px 0 0 0;
	width:165px;
	height:35px;
	font-size:12px;
	line-height:13px;
}
.lof-main-item-desc h3 a{	
	background:url(../images/bkg_richiedi_info.png) no-repeat top left;
	width:126px;
	height:30px;
	text-decoration:none;
	display:block;
	color:#008bcd;
	padding:5px 30px 0 10px;
}
.lof-main-item-desc h3 a:hover{
	text-decoration:none;
	color:#008bcd;
}
.lof-main-item-desc p{
	color:#fff;
	/*margin:70px 5px 0 10px;*/
	margin:20px 0 0 0;
	padding:0;
	width:325px;
	font-size:13px;
	line-height:16px;
	text-align:left;
	/*position:absolute;
	left:10px;
	bottom:5px;*/
}

/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	position:absolute;
	overflow:hidden;
}

ul.lof-main-wapper li{
	/*overflow:hidden;*/
	width:950px;
	padding:0;
	margin:0;
	float:left;
	/*position:relative;*/
	display:block;
}
ul.lof-main-wapper li img{
	/*border:1px solid #fff;
	padding:0px;*/
	float:left;
	max-width:530px;
	max-height:530px;
	/*height:530px;*/
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}

/* item navigator */
.lof-navigator-wapper {
	position:absolute;
	bottom:0;
	right:0;
	/*background:url(../images/transparent_bg.png) repeat;*/
	/*padding:10px 0 0 0;*/
	width:950px;
	height:140px;
	margin:35px 0 0 0;
}
.lof-navigator-outer{
	position:relative;
	z-index:100;
	height:100px;
	width:880px !important;
	overflow:hidden;
	color:#fff;
	float:left;
	/*margin-left:10px;*/
}
ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	/*margin:0 25px 0 25px;*/
	position:absolute;
	width:auto !important;
	/*width:900px !important;*/
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	padding:0;
	margin:0 10px 0 10px;
	overflow:hidden;
	/*margin-right:25px;*/
	float:left;
	display:block;
	height:100px !important;
	width:100px !important;
	text-align:center;
}
ul.lof-navigator li img{
	/*border:#fff solid 1px;*/
	opacity:0.5;
	width:100px;
	height:100px;
}
ul.lof-navigator li.active img, ul.lof-navigator li:hover img {
	/*border:#fff solid 1px;*/
	opacity:1;	
}
.lof-navigator-wapper .lof-next,  .lof-navigator-wapper .lof-previous{
	display:block;
	width:16px;
	height:17px;
	color:#fff;
	cursor:pointer;

}
.lof-navigator-wapper p{
	margin:10px 0 10px 40px;
	padding:0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
.lof-navigator-wapper .lof-next {
	float:right;	
	text-indent:-999px;
	/*margin-right:10px;*/
	margin-top:40px;
	background:url(../images/right01.png) no-repeat right center;
}
.lof-navigator-wapper .lof-previous {
	float:left;	
	text-indent:-999px;
	margin-right:10px;
	margin-top:40px;
	background:url(../images/left01.png) no-repeat left center;
}