html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

#body_page {
    margin: 0px;
    background: url(bkg_copertina.png) top center repeat-x #fff;
}

#loader {
    height: 100%;
    position: absolute;
    width: 100%;
    background: #000 url(img/loader1.gif) no-repeat center center;
    opacity: 0.8;
}

#exit_menu {
    position: fixed;
    bottom: 55px;
    width: 100%;
    height: 100px;
}

#nav {
    position: fixed;
    bottom: -43px;
    width: 100%;
    height: 64px;
    text-align: center;
    background: url(img/black_bkg.png) repeat-x bottom center;
}

#nav_prev {
    text-align: right;
    height: 50px;
    width: 100px;
    float: left;
    background: transparent url(img/line.png) no-repeat right top;
}

#nav_next {
    height: 50px;
    width: 100px;
    float: right;
    background: transparent url(img/line.png) no-repeat left top;
}

#nav_wrap {
    width: 270px;
    margin: 0 auto;
    height: 50px;
}

#nav_prev img {
    margin: 13px 20px 0 0;
    cursor: pointer;
    cursor: hand;
}

#nav_next img {
    margin: 13px 0 0 20px;
    cursor: pointer;
    cursor: hand;
}

#nav_gal {
    background: transparent url(img/icn_gal.png) no-repeat center center;
    width: 70px;
    height: 50px;
    float: left;
    cursor: pointer;
    cursor: hand;
}

#tri {
    width: 95%;
    height: 14px;
    background: url('img/tri.png') top right no-repeat;
}

.filin_over {
    position: absolute;
    top: 0;
    height: 10px;
    width: 100%;
    background: url(fascetta_up.png) repeat-x;
}

#gallery {
    z-index: 100;
    position: absolute;
    padding: 40px;
}

.thumbgal {
    float: left;
    margin: 0 30px 30px 0;
    width: 260px;
    height: 200px;
    overflow: hidden;
    border: solid #000 2px;
    position: relative;
}
.sfumel {
	background: transparent url(img/sfumel.png) repeat-x left top;
	position:absolute;
	top:0;
	left:0;
	width:260px;
	height:115px;
	padding-top:85px;
	display:none;
}

.titolo {
    margin: 0 auto;
    padding: 2px 6px;
	white-space:nowrap;
    background: #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
}

