/* @override http://127.0.0.1/SitiPicov/ItalianoInterior/www.italianointerior.com/modules/ELF_ItemBrowser/css/ItemBrowser.css */

.itemsbrowser {
	text-align: center;
	margin: 0 auto;
	width: 100%; /* oppure imposto i pixel */
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden; /* maschero il visualizzatore */
	position: relative; /* gli absolute interni diventano relativi*/

	/* position1: relative; FIX IE6-7 (altrimenti inserendo il browser dentro certi tag l'overflow hidden viene ignorato) */
	/* z-index1: 1; */
}

.itemsbrowser-content {
	width: 1000%; /* = 100% * numero pannelli -> impostato da mootools */
	height: 100%;
	position: absolute; /* è riferito al parent */	
	font-size: 0px;
	line-height: 0px;
}
.itemsbrowser-content .itemsbrowser-pane {
	width: 10%;  /* = 100 / numero pannelli -> impostato da mootools */
	height: 93%;
	top: 6.5%;
	border: 0;
	float: left;
	position: relative;
}

/* specific pame items styles */
.itemsbrowser-content table td {
	padding-top: 1px;	/* oppure qui metto 0 ed imposto la height di itemsbrowser-pane al 100% */
	padding-bottom1: 0px;
	margin: px;
	border: 0;
	font-size: 0px;
	line-height: 0px;
}
.itemsbrowser-content1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.itemsbrowser-content img {
	width: 80%; /* 80% se 3x2 */
	height: auto; /* 60% se auto su width */
	min-width: 160px;
	max-width: 220px;
	
	/* oppure su width */
	width1: auto; /* 80% se 3x2 */
	height1: 80%; /* 64% se auto su width */
	min-width1: auto;
	max-height1: 110px;
	
	background-color: #111;
	padding: 4%;
	border: 1px #666 solid;
	box-shadow1: 0px 2px 5px 0px #ccc;
	opacity: 0.9;

}
.itemsbrowser-content a:hover img {
	background-color1: #fff;
	border: 1px #ddd solid;
	background-color: #fff;
	box-shadow1: 0px 0px 8px 3px #ccc;
	opacity: 1;

}



.itemsbrowser-mask {
	position: absolute; /* il contenitore deve avere position: relative */
	width: 100%;
	height: 100%;
	top: 0; 
	left: 0; /* FIX IE6*/
}
.itemsbrowser-mask img {
	width: 100%;
	height: 100%;
}


.itemsbrowser-control {
	margin: 0 auto;
	margin-bottom: 0px;
	font-size: 0px;
	line-height: 0px;
	
	width: 50%; /* oppure imposto i pixel */
	position: relative;
	margin-top1: -30px;
	background: url('../../../img/area_bg_heavy.png');
	z-index: 1;
}
.itemsbrowser-control a {
	outline: none; /* FIX IE8, FF Outline */	
}

.itemsbrowser-control a:hover {
	/* IMP IMP FIX IE6: senza questo stile inutile l'hover sui bottono non funziona sempre */
	overflow: visible; /* uso una proprietà inutile e validabile (poteri anche mettere zoom:1) */
	/* cursor1: hand; /* FIX IE 6 che non cambia il cursore -> lo metto nel JS visto che hand non è CSS valid*/
}
.itemsbrowser-control a.pane-button {
	/* display: -moz-inline-box; /* FIX FF 1.5 e 2 -> lo metto nel JS visto che non è CCS valid */
	display: inline-block; /* Così evito il float e centro senza problemi. IMP: IE 6/7 accepts the inline-block value only on elements with a natural display: inline. Con FF2 non funziona */
	width: 10px;
	height: 10px;
	margin: 4px;
	margin-left: 6px;
	margin-right: 6px;
	vertical-align: middle;
	background: url('../img/marker_off.png') no-repeat;
}
.itemsbrowser-control a.pane-button:hover {
	background: url('../img/marker_over.png') no-repeat;
}
.itemsbrowser-control a.pane-button.active,
.itemsbrowser-control a.pane-button.active:hover {
	background: url('../img/marker_on.png') no-repeat;
}

.itemsbrowser-control a.prev-button {
	width: 17px;
	height: 17px;
	background: url('../img/button_prev.png') no-repeat;
	position: absolute; 
	top:  0px; /* FIX FF 1.5 e 2*/	
	left: 0px;
	margin: 0px;
	margin: 4px;
	margin-left: 6px;
}
.itemsbrowser-control a.next-button {
	width: 17px;
	height: 17px;
	background: url('../img/button_next.png') no-repeat;
	position: absolute;
	top:  0px; /* FIX FF 1.5 e 2*/	
	right: 0px;
	margin: 0px;
	margin: 4px;
	margin-right: 6px;
}

.itemsbrowser-control a.playpause-button {
	/* display: -moz-inline-box; /* FIX FF 1.5 e 2 -> lo metto nel JS visto che non è CCS valid */
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin: 4px;
	margin-right: 12px;
	background: url('../img/button_play.png') no-repeat;
}
.itemsbrowser-control a.playpause-button.pause {
	/* display: -moz-inline-box; /* FIX FF 1.5 e 2 -> lo metto nel JS visto che non è CCS valid */
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin: 4px;
	margin-right: 12px;
	background: url('../img/button_pause.png') no-repeat;
}



.itemsbrowser .spinner {
	position: absolute;
	opacity: 0.9;
	z-index: 999;
	background: #fcfcfc;
}
.itemsbrowser .spinner-msg {
	text-align: center;
	font-weight: bold;
}
.itemsbrowser .spinner-img {
	background: url('../img/spinner.gif') no-repeat;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
