/* @override 
	http://127.0.0.1/SitiPicov/TPS2009/ptv.it/_engine/modules/dyn_code_home/modules/itembrowser/css/itembrowser.css
	http://127.0.0.1/SitiPicov/GM%20Tendaggi/gmtendaggi.it/modules/ELF_itembrowser/css/ELF_itembrowser.css
	http://127.0.0.1/SitiPicov/TPS2009/ptv.it/_engine/modules/dyn_code_home/modules/ELF_itembrowser/css/ELF_itembrowser.css
*/

.itemsbrowser {
	text-align: center;
	margin: 0 auto;
	width: 100%; /* oppure imposto i pixel */
	margin-top: 8px;
	overflow:hidden; /* maschero il visualizzatore */

}

.itemsbrowser-content {
	width: 500%; /* 100% * numero pannelli -> impostato da mootools */
	float: left;
}
.itemsbrowser-content table {
	width: 20%;  /* 100 / numero pannelli -> impostato da mootools */
	border: 0;
	float: left;
}
.itemsbrowser-content table td {
	padding: 0px;	
	margin: 0px;
	border: 0;
	font-size: 0px;
	line-height: 0px;
}

.itemsbrowser-content table td img {
	margin: 0px;
}

.itemsbrowser-control {
	margin: 0 auto;
	font-size: 0px;
	line-height: 0px;

	width: 90%; /* oppure imposto i pixel */
	height: 18px;
	margin-top: 0px;
	padding-bottom: 8px;

	position: relative; 
}

.itemsbrowser-control img {
	margin: 4px;
	vertical-align: middle;
}

.itemsbrowser-control a.pane-button img {
	width: 9px;
	height: 9px;
	background: url('../immagini/marker_off.gif') no-repeat;
}

.itemsbrowser-control a.pane-button:hover img,
.itemsbrowser-control a.pane-button.active img {
	background: url('../immagini/marker_on.gif') no-repeat;

}

.itemsbrowser-control a.prev-button img {
	width: 16px;
	height: 16px;
	background: url('../immagini/arrow_left.gif') no-repeat;
	position: absolute; 
	left: 0px;
	margin: 0px;
}
.itemsbrowser-control a.next-button img {
	width: 16px;
	height: 16px;
	background: url('../immagini/arrow_right.gif') no-repeat;
	position: absolute; 	
	right: 0px;
	margin: 0px;
}
