#slideShow
{
	/*height: 600px;*/	
	padding:10px;
	text-align:center; /*per supporto no JS*/
}

#slideShow.w700{width: 700px;}
#slideShow.w180{width: 180px;}
#slideShow.w336{width: 336px;}

/*#slideShow.w180 img{width: 180px;;position:absolute;top:75px;left:54.5px;}
#slideShow.w336 img{width: 310px;}*/

.pagelinks a
{
	font-weight: bold;
	color: #666;	
}


.pagelinks a
{
	font-weight: bold;
	color: #666;	
}
.slideCaption
{
	background-color: #CCC;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
.pagelinks a.activeSlide
{
	color: #f90;
}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
	background-image: url(images/spacer.gif);
	text-decoration:none;
}
.nextSlide:hover
{
	background-image: url(slideshow_avanti_big.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.prevSlide:hover
{
	background-image: url(slideshow_indietro_big.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.inputsTooltip
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#tooltipURL
{
	display: none;
}