.container {
	height: 580px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top:auto;
	margin-bottom:auto;
	border: 5px double #666;
}
.header {
	height: 70px;
	background:#000;
}
.center {
	height: 465px;
	z-index: 1;
	background:url(images/sfondo5.jpg)
}
.footer {
	height: 45px;	
	background:url(images/sfondo2.jpg)

}

.footer .bottone {
	margin-top: 0px;
	margin-right: -4px;
	margin-bottom: 0px;
	margin-left: 0px;	

}

.barra {
	width: 180px;
	height:445px;
	position: relative;
	right:38px;
	float: right;
	background:url(images/sfondobarra.png);
	-moz-opacity: 0.75;
	opacity: 0.75;
	padding: 10px;
	
}

#iva {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #666;
	margin-left:740px;
}

body {
	background-color: #212121;
}
.immagine {
	height: 100%;
	width: 680px;
	position: relative;
	top: 0px;
	right: 0px;
	float: left;
}

.titolo{
	height:40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #06C;
	text-align: center;
	margin-top:30px;
}

.titolo2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #900;
	text-align: center;
}

.indicazioni{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#999;
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.citta{
	font-weight: bold;
	
}

.descrizione{
	height:80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

#suggerimenti{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #900;
	text-align: center;
	
}

.map{
	margin: 20px;	
	
}

.maptable{
	margin-right:auto;
	margin-left:auto;
}


#sxqual {
	float: left;
}
#dxqual {
	float: right;
	height:100%;
	width:210px;
	margin-right:50px;
	background-color: white;
	-moz-opacity: 0.55;
	opacity: 0.55;
	padding-right:20px;
	padding-left:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 620px;
    height: 335px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 620px;
	height: 405px;
    padding: 30px 30px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  620px;
    height: 405px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 620px;
    height: 405px;
}
/*
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}
*/
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 217px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(images/freccedx.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -60px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 217px;
    left: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(images/freccesx.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -30px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -60px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}

#lingua {
	margin-top: 10px;
	margin-left: 400px;

}