@charset "utf-8";
/* CSS Document */


/* *** prova modifica *** */

#viste{
	height:310px;
	width:570px;
	text-align:center;
	margin-left:310px;
}

#carousel {
	width:870px;
	height:340px;
	margin:0 auto;
        margin-top: 75px;
	overflow:hidden;
	background:#FFF;
	
}

#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:870px;
	height:335px;
	/*padding-left:300px;*/
	/*border:1px solid #ccc;*/
}

#slides ul {
	/*position:relative;
	left:0;
	top:0;*/
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;	
	/*width:750px;*/
	height:320px;
	/*margin-left:150px;*/
}

#slides li {
	width:870px;
	height:320px;
	float:left;
}

/* menu */

#prima_vista{
	z-index:1;
	position:absolute;
	height:320px;
	width:530px;
	/*padding-top:20px;*/
	font-size:10px;
	
}

#altre_viste{
	z-index:2;
	position:absolute;
	height:320px;
	width:530px;
	
}

#descrizione{
    position: absolute;
    left:-290px;
    top: 240px;
    width: 200px;
    height: 30px;
    color: #666;
    /*border: solid 1px black;*/
    text-align: right;
}

.menu{
    position:absolute;
    top:285px;
    font-size:10px;
    left: 230px;
}

.menu a{
	/*padding: 5px 8px;*/
        padding-right: 15px;
	height:20px;
        width: 20px;
	color:#000000;
	width:5px;
	background: url(../img/thumb1.jpg) no-repeat ;
	margin-right:5px;
	float: left;
}

.menu em {
	width: 530px;
	height: 260px;
	position: absolute;
	z-index: 1;
	display: none;
	left:-230px;
	margin-top:20px;
        top:-310px;
        
}



/* prev - next */

#buttons {
	padding:0 0 0 0;	
	float:left;
	z-index:3;
	position:absolute;
	top:300px;
	margin-left:490px;
}

#buttons a {
	display:block; 
	width:23px;
	height:23px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev {
	background:url(../img/prev.jpg) no-repeat;
        margin-right:100px;
}

/*a#prev:hover {
	background:url(../img/arrow.gif) 0 0 no-repeat;
}*/

a#next {
	background:url(../img/next.jpg) no-repeat;
}

/*a#next:hover {
	background:url(../img/arrow.gif) -32px 0 no-repeat;
}*/

.clear {clear:both}
