/* @override 
	http://127.0.0.1/SitiPicov/iWorldCupiPhone/modules/ELF_itembrowser/css/ELF_itembrowser.css
*/

.itemsbrowser {
	text-align: center;
	margin: 0 auto;
	width: 240px; /* oppure imposto i pixel */
	margin-top: 0px;
	overflow:hidden; /* maschero il visualizzatore */
	float: left; /* ok per schermate iphone in mezzo alle img */
}

.itemsbrowser-content {
	width: 1000%; /* 100% * numero pannelli -> impostato da mootools */
	float: left;
}
.itemsbrowser-content table {
	width: 10%;  /* 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: 75%; /* oppure imposto i pixel */
	height: 14px;
	margin-top: 8px;
	padding-bottom: 4px;

	position: relative; 
}

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

.itemsbrowser-control a.pane-button img {
	width: 8px;
	height: 8px;
	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: 14px;
	height: 14px;
	background: url('../immagini/arrow_left.gif') no-repeat;
	position: absolute; 
	left: 0px;
	margin: 0px;
}
.itemsbrowser-control a.next-button img {
	width: 14px;
	height: 14px;
	background: url('../immagini/arrow_right.gif') no-repeat;
	position: absolute; 	
	right: 0px;
	margin: 0px;
}

