@charset "UTF-8";
/***************************** 
MyGallery
*****************************/

#myGallery {
	width:468px;
	height:263px;
	background-color:#ececeb;
	text-align:center;
	position:relative;
	z-index:1;
	margin:0;
	overflow:hidden;
	margin:5px 0 5px;
	border-bottom: 4px solid #0060A9;
}

#myGallery img {
	border:none;
}
#myGallery img.thumb {
	width: 65px;
}
#myGallery div.thumb {
	float:left;
	direction:table;
	height:40px;
	overflow:hidden;
}

#myGallery p {
	color:#fff;
}

#myGallery div.ph-view {
	background-color:#ececeb;
	height:263px;
	margin: 0;
	padding:0;
    display:block;
	position:relative;
	z-index:1;
	border-collapse:separate;
	border-spacing:0;
	}
#myGallery div.box-photo{
	margin:0;
    display:block;
	width:100%;	
	height:213px;
	padding:0;
	text-align:center;
	overflow:hidden;
	border-collapse:separate;
	border-spacing:0;
	}
#myGallery div.box-photo img{
	height:213px
	}
#myGallery div.description-ph{
	width:100%;
	height:40px;
	color:#fff;
	text-align:left;
	padding:5px 10px;
	margin:0;
	display:block;
	border-collapse:separate;
	border-spacing:0;
	background:url(../img/blu-trasp.png) repeat top left;
	}
#myGallery div.description-ph p{
	width:400px
	}
#myGallery .none {   /* nasconde il carousel */
	margin-right:-160px;
}
#myGallery .select div.thumb { /* setta l'opacità a 100 della thumb selezionata*/
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
}
#myGallery .hover div.thumb { /* setta l'opacità a 100 della thumb in hover*/
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
}

#myGallery div.filigrana {
	position: absolute;
	z-index:2;
	top:10px;
	left:10px;
	width:50px;
	height: 60px;
	background: url(../img/fc-filigrana.png) no-repeat bottom right; 
}
/*****************************
Contenitore Thumb
******************************/
#myGallery #wrap {
	position: absolute;
	z-index:7;
	top:0;
	right:0;
	height:263px;
	width:179px;
}
#myGallery #button {
	width:19px;
	height: 100px;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}
#myGallery #button div.button {
	font-size:12px;
	color:#fff;
	width:19px;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/button-visualizza-primopiano.gif) no-repeat top left; 
}
#myGallery ul#mycarousel{
	display:table;
	background:url(../img/blu-trasp.png) repeat top left;
	text-align:left;
	margin:0;
	padding:0;
	width:160px;
	height:263px;
	float:right;
	padding:10px 0;
	}
#myGallery ul#mycarousel li div.thumb{
	opacity:.50;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
 }
#myGallery ul#mycarousel li{
	position:relative;
	display:table;
	margin: 5px;
	list-style: none;
    width: 150px;
	height:40px;
 }

#myGallery ul#mycarousel li a {
	text-decoration:none;
}

 #myGallery ul#mycarousel li p{
	 float:left;
	 display:table;
	 width:78px;
	 padding:0;
	 margin:0 0 0 5px;
	 font-size:9px;
	 line-height:10px;
	 display:table;
	 text-transform:lowercase
	 }
	 
/*****************************
Contenitore Carousel
******************************/
	 
#myGallery .jcarousel-container li a {
	text-decoration:none;
}
#myGallery .jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
#myGallery .jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
#myGallery .jcarousel-list li, 
#myGallery .jcarousel-item {
	float: left;
	list-style: none;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	width:468px;
	height:263px;
}
#myGallery .jcarousel-container-horizontal {
	width:468px;
	height:263px;
	padding: 0;
}
#myGallery .jcarousel-clip-horizontal {
	width:468px;
	height:263px;
}
#myGallery .jcarousel-item-horizontal {
	margin-right: 0;
}


