<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Preview Slider Gallery Style */
/*
.ps_container{
	display:none;
	width:680px;
	height:500px;
	margin:20px auto 0px auto;
	position:relative;
}
.ps_image_wrapper{
	width:680px;
	height:450px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_image_wrapper img{
	position:absolute;
	left:0px;
	top:0px;
}
.ps_prev,
.ps_next{
	width:30px;
	height:59px;
	position:absolute;
	top:50%;
	margin-top:-40px;
	cursor:pointer;
	opacity:0.5;
}
.ps_prev{
	background:transparent url(../images/prev.png) no-repeat top center;
	left:-50px;
}
.ps_next{
	background:transparent url(../images/next.png) no-repeat top center;
	right:-50px;
}
.ps_prev:hover,
.ps_next:hover{
	opacity:0.9;
}
*/
.painting{
	cursor:pointer;
}

.gallery-thumbs{
	position:absolute;
	width:540px;
	border:0px solid #000;
}

.gallery-thumbs ul{
}

ul.ps_nav{
	list-style:none;
	margin:0;
	padding:0;
	/*width:4000px;*/
	margin:10px auto;
	position:relative;
	/*background-color:#333;
	border:1px solid #ff0000;*/
}
ul.ps_nav li{
	float:left;
}
ul.ps_nav li a{
	display:block;
	/*text-indent:-9000px;*/
	background-color:#848484;
	width:11px;
	height:11px;
	outline:none;
	padding:0px 3px;
	margin-left:5px;
	margin-top:5px;
	background:transparent url(../images/commons/dot.png) no-repeat top center;
}
ul.ps_nav li a:hover,ul.ps_nav li.selected a{
	background-position:50% -11px;
}
ul.ps_nav li.ps_preview{
	display:none;
	width:85px;
	height:91px;
	top:-95px;
	left:-34.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}
ul.ps_nav li.ps_preview span{
	background:transparent url(../images/triangle.png) no-repeat top center;
	width:15px;
	height:6px;
	position:absolute;
	top:85px;
	left:35px;
}
.ps_preview_wrapper{
	width:75px;
	height:75px;
	border:5px solid #fff;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;
}

/* Pulsanti navigazione dettaglio */
.backButton{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100%;
	background-image:url(../images/commons/left-arrow-detail.png);
	background-position:left center;
	background-repeat:no-repeat;
}

.nextButton{
	position:absolute;
	right:0px;
	top:0px;
	width:100px;
	height:100%;
	background-image:url(../images/commons/right-arrow-detail.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.detail-image{
	position:relative;
	/*width:65%;*/
	width:50%;
    float: left;
}

.detail-image img{
	width: 90%;
    height:auto;
	margin-left:5%;
   /*position: absolute;
    left: 0;*/
	
	border: 1px solid #e5e5e5;
	box-shadow: 3px 3px 7px 7px rgba(0,0,0,0.15);
}

.detail-description{
	position:relative;
	/*margin-left:70%;*/
	margin-left:55%;
	margin-right:5px;
	line-height:20px;
}

.detail-description .title{
	font-family:'code_boldregular';
	font-size:40px;
	line-height:40px;
	color:#333;
	margin-top:0px;
	text-transform:uppercase;
}

.detail-description .info{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-style:italic;
	line-height:30px;
	color:#333;
	margin-top:30px;
}

.detail-description .info span{
	font-style:normal;
}

.detail-description .description{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#333;
	line-height:24px;
	margin-top:30px;
}</pre></body></html>