.adgallery-photowall {
	position:relative;
}
.adgallery-photowall .infobar{
    background-color:#000;
    height:28px;
    line-height:28px;
    right:20px;
    position:fixed;
    bottom:0px;
    left:20px;
    z-index:999999999;
    text-align:center;
    color:#ddd;
    -moz-border-radius:10px 10px 0px 0px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    text-shadow:0px 0px 1px #ccc;
}
.adgallery-photowall span#description{
    text-shadow:1px 1px 1px #000;
    display:none;
}
.adgallery-photowall span#loading{
    display:none;
    padding-right: 30px;
    background:transparent url(../img/ajax-loader.gif) no-repeat center right;
}
.adgallery-photowall #thumbsWrapper{
/*    overflow:hidden;
    position:fixed;
    height:100%;
    width:100%;
    left:0px;
    right:0px;
    bottom:0px;
	position:relative;*/
}
.adgallery-photowall #content{
 /*  position:absolute;
   top:0px;
   height:100%;
   width:100%;
   left:0px;
   background-color:#111;
   overflow-y:scroll;
   display:none;  */
}
.adgallery-photowall #content img{
    float:left;
    cursor:pointer;
    opacity:1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.adgallery-photowall .placeholder{
    float:left;
    clear:both;
    width:100%;
    height:30px;
}
.adgallery-photowall #panel{
    background-color:#222;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:0px;
    text-align:center; 
	z-index:99999;
}
.adgallery-photowall #panel img{
    cursor:pointer;
    position:relative;
    border:1px solid #000;
    -moz-box-shadow:0px 0px 10px #111;
    -webkit-box-shadow:0px 0px 10px #111;
    box-shadow:0px 0px 10px #111;
    display:none;
}

.adgallery-photowall #wrapper{
    position:relative;
    margin:40px auto 0px auto;
}
.adgallery-photowall a#next,
.adgallery-photowall a#prev{
    width:40px;
    height:40px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(../img/nav.png) no-repeat top left;
}
.adgallery-photowall a#next:hover, a#prev:hover{
    background-color:#fff;
}
.adgallery-photowall a#next{
    right:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px 0px;
}
.adgallery-photowall a#prev{
    left:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px -40px;
}