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

#myGallery {
	width:570px;
	background-color:#ececeb;
	text-align:center;
	position:relative;
	z-index:1;
	margin:0 auto;
	overflow:hidden;
	margin-bottom: 10px;
	border-bottom: 4px solid #0060A9;
}
#myGallery.una-immagine {
	border-top: 4px solid #0060A9;
}
#myGallery img {
	border:none;
}
#myGallery img.thumb {
	width: 100px;
}
#myGallery p {
	color:#fff;
}
#myGallery div.ph-view {
	text-align:center;
	background-color:#ececeb;
	width:570px;
}
div.box-video{
	/*margin: 0 0 30px 0;*/
	margin:0;
    display:table;
	width:570px;
	}
div#videoplayer{
	margin: 0 0 0 0;
    display:table;
	/*height:359px;*/
	width:570px;
	border-collapse:separate;
	border-spacing:0;
	}
#myGallery div.loading {
	background: url(../img/spinner.gif) no-repeat center center;
	height:370px;
}
#myGallery .none {   /* nasconde il carousel */
	margin-top:-119px;
}
#myGallery .select { /* setta l'opacità a 100 della thumb selezionata*/
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
}
#myGallery .hover { /* setta l'opacità a 100 della thumb in hover*/
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
}
#myGallery .next {
	position:absolute;
	cursor:pointer;
	z-index:5;
	right:0;
	top: 0px;
	width:50px;
	opacity:.20;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	padding:150px 0;
	color: #333;
}
#myGallery .prev {
	position:absolute;
	cursor:pointer;
	z-index:5;
	left:0;
	top: 0px;
	width:50px;
	opacity:.20;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	padding:150px 0;
	color: #333;
}
#myGallery .prev p{
	color: #333 !important;
	margin-left:5px;
}

#myGallery .prev p, #myGallery .next p{
	color: #333 !important;
	margin-right:5px;
}
#myGallery .no-other {
	visibility: hidden;
}
#myGallery div.ph-view {
	position:relative;
	z-index:1;
}
#myGallery div.description-ph {
	/*position:absolute;
	z-index:3;
	bottom:0;
	left:0;
	background:url(../img/blu-trasp.png) repeat top left;
	width:550px;
	color:#fff;
	text-align:left;
	padding:5px 10px;
	margin: 0 0 -1px 0; /*fix ie6*/
	
	background:url(../img/blu-trasp.png) repeat top left;
	width:570px;
	color:#fff;
	text-align:left;
	padding:5px 10px;
	display:table;
	border-collapse:separate;
	border-spacing:0;
	clear:both;
}
#myGallery div.filigrana {
	position: absolute;
	z-index:2;
	top:5px;
	left:5px;
	width:50px;
	height: 60px;
	background: url(../img/fc-filigrana.png) no-repeat bottom right; /* da sostituire con la png farminachannel*/
}
/*****************************
Contenitore Carousel
******************************/
#myGallery #wrap {
	position: absolute;
	z-index:7;
	top:0;
	left:0;
	border-top: 4px solid #0060A9;
}
#myGallery #button {
	width:570px;
	height: 30px;
	position:relative;
	cursor:pointer;
	border-top: 4px solid #0060A9;
}
#myGallery #button div.button {
	font-size:12px;
	color:#fff;
	width:100px;
	background:#0060A9;
	position:absolute;
	top:0;
	right:0;
}
#myGallery .jcarousel-container li {
	opacity:.50;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
}
#myGallery .jcarousel-container li a {
	text-decoration:none;
}
#myGallery .jcarousel-container p.numberthumb {
	position: absolute;
	display:block;
	z-index:4;
	bottom:8px;
	right:20px;
	color:#fff;
	font-size:12px;
	width:100px;
	height:8px;
	text-align:right;
	margin:0 2px 0 0;
}
#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;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 100px;
	height: 75px;
	margin-right:5px;
	position:relative;
	overflow:hidden;
}
#myGallery .jcarousel-next {
	z-index: 3;
	display: none;
}
#myGallery .jcarousel-prev {
	z-index: 3;
	display: none;
}
#myGallery .jcarousel-skin-tango .jcarousel-container {
	background:url(../img/blu-trasp.png) repeat top left;
}
#myGallery .jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 490px;
	padding: 20px 40px;
}
#myGallery .jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  480px;
	height: 75px;
}
#myGallery .jcarousel-skin-tango .jcarousel-item {
	width: 100px;
	height: 75px;
}
#myGallery .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-right: 5px;
}
#myGallery .jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
#myGallery .jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 43px;
	right: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../img/next-horizontal.png) no-repeat 0 0;
}
#myGallery .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: -32px 0;
}
#myGallery .jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position: -64px 0;
}
#myGallery .jcarousel-skin-tango .jcarousel-next-disabled-horizontal, #myGallery .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, #myGallery .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
#myGallery .jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 43px;
	left: 5px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(../img/prev-horizontal.png) no-repeat 0 0;
}
#myGallery .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: -32px 0;
}
#myGallery .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position: -64px 0;
}
#myGallery .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, #myGallery .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, #myGallery .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -96px 0;
}
