

div.pagebody div.footer_containing_galleryfoto
{
    position:fixed;
    bottom:0;
    left:0;
    height:155px !important;
}

div.background-nav
{
    background-image: url("../../upload/6/images/interfaccia/background-footer.png");
    background-position: left top;
    background-repeat: repeat-x;
    height:155px;
    width:1000%;
    position:relative;
    z-index:99;
}

div.container-nav
{
    position:fixed;
    right:0px;
    width:70%;
}

@media all and (max-width: 1099px)
{
    div.container-nav
    {
        width:50%;
    }
}

.ad-gallery 
{
}

.ad-gallery, .ad-gallery * {
    margin: 0;
    padding: 0;
}

.ad-gallery .ad-image-wrapper-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.ad-gallery .ad-image-wrapper
{
    /*
    width:636px;
    height:430px;
    */
    position: relative;
    z-index: 1;
}

.ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 0;
    top: 45%;
    left: 50%;
    border: 1px solid #CCC;
    width: 28px !important;
    height: 28px !important;
}

.ad-gallery .ad-image-wrapper .ad-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
    /*background: url(non-existing.jpg)\9;*/
	z-index: 1 !important;
	height:100% !important;
	position:fixed;
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, 
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../../upload/6/images/interfaccia/freccia-sx-big.gif) no-repeat left 1px;
    width: 40px;
    height: 50px;
    /*display: none;*/
    display: block !important;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 101 !important;
}
/*
.ad-gallery .ad-image-wrapper:hover .ad-prev .ad-prev-image, 
.ad-gallery .ad-image-wrapper:hover .ad-next .ad-next-image
{
    display:block !important;
}
*/

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url(../../upload/6/images/interfaccia/freccia-dx-big.gif) no-repeat right 1px;
    width: 40px;
    height: 50px;
    right: 0;
    left: auto;
	z-index: 101 !important;
}

.ad-gallery .ad-image-wrapper .ad-image {
    width:100%;
    height:100%;
    z-index: 0 !important;
}

.ad-gallery .ad-image-wrapper .ad-image img {
    /*width:100%;
    height:100%;*/
    z-index: 0 !important;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url(../../upload/3/images/interfaccia/opa75.png);
    color: #000;
    font-size:75%;
    color:#3f4241;
}

* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: none;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');*/
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}

.ad-gallery .ad-controls {
    height: 16px;
    font-size:10px;
    width:100%;
    display:none;
    visibility:hidden;
}

.ad-gallery .ad-info {
    float: left;
    color:#fbfbfc !important;
}

.ad-gallery .ad-slideshow-controls {
    float: right;
    margin-right:10px;
}

.ad-gallery .ad-nav 
{
    width:100%;
    position: relative;
    top:15px;
    height:120px;
    overflow:hidden;
    z-index: 100;
}

.ad-gallery .ad-forward, .ad-gallery .ad-back {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 10;
}

/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
    height: 60px;
}

.ad-gallery .ad-back {
    cursor: pointer;
    left: 0px;
    width:30px;
    display: block;
    background: url(../../upload/6/images/interfaccia/freccia-sx-small.gif) 10px 50px no-repeat;
    background-color:#4D5E3A;
    height:120px;
}

.ad-gallery .ad-forward {
    cursor: pointer;
    display: block;
    right: 0px;
    width:30px;
    background: url(../../upload/6/images/interfaccia/freccia-dx-small.gif) 10px 50px no-repeat;
    background-color:#4D5E3A;
    height:120px;
}

.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width:100%;
    height:120px;
}

div.ie8_gallery .ad-gallery .ad-nav .ad-thumbs,
div.ie7_gallery .ad-gallery .ad-nav .ad-thumbs
 {
	width:699px;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
}

.ad-gallery .ad-thumbs li {
    float: left;
}

.ad-gallery .ad-thumbs li.last {
    float: left;
    padding-right: 0px;
}

.ad-gallery .ad-thumbs li a {
    display: block;
}

.ad-gallery .ad-thumbs li a img {
    display: block;
    height:120px;
}

.ad-gallery .ad-thumbs li.first a img 
{
    border-left:0px;
}

.ad-gallery .ad-thumbs li.last a img 
{
    border-right:0px;
}

.ad-gallery .ad-thumbs li a.ad-active img {
    
}

/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}