@charset "UTF-8";
/* CSS Document */
/*/----------------------------------GENERAL--------------------------------/*/

	body
{ 
	margin-left:0px;
	padding: 0 0px;
  	background-color: #EEEEEE;

	height:auto;
	width:auto;
	
}

img
{
border:none;
}

/*/----------------------------------SCREEN--------------------------------/*/

#screen
{
	position:relative;
	float:left;
	height:auto;
	width:auto;
	margin-top: 0px;
	padding: 0 0px;

}

#screen 
{
	overflow:hidden;
	width:100%; /*stabilisce la larghezza della finestra di navigazione*/

}
	#screen ul 
{
	width:19000px; /*stabilisce la larghezza della navigazione*/
	padding-left:0px;
	list-style:none;
}
	#screen li
{
	float:left;
	margin:0 0px;
	cursor:pointer;
}
		
#slideshow 
{
		position:relative;
		padding: 0 0px;
		height:auto;
		width:auto;
		left: 0px;
		margin-top: 0px;

}

/* url */ /*/------- GESTIONE POSIZIONE E CARATTERISTICHE IMMAGINI -------/*/

#url-images img {

	z-index: 99;
	top:30px;
	width:auto;
	height:400px;
	margin-bottom: 40px;
	}
	
#url-images p {
	position:absolute;
	width:auto;
	top:200px;
	left:17px;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
}

#url-images .spinner {
	z-index: 1000;
	position: absolute;
	top:433px;
	left:180px;
	width:40px;
	height:40px;

	}

/*/----------------------------------SCROLLPULSANTI--------------------------------/*/

#buttons .prev   {
	z-index: 999;
	position:fixed;
	float:left;
	top: 430px;
    left: 57px;
	text-decoration: none;
	cursor:pointer;
	border: 0px;
}

#buttons .next  {
	z-index: 999;
	position:fixed;
	float:right;
	top: 430px;
   	left: 43px;
	text-decoration: none;
	cursor:pointer;
	border: 0px;
}


	
































