span#loading{
    display:none;
    padding-right: 30px;
    background:transparent url(/images/loading.gif) no-repeat center right;
}
#thumbsWrapper{
	overflow:auto;
    /*position:fixed;*/
    height:100%;
    width:90%;
	top:10px;
    left:10%;
	right: 10%;
    bottom:0px;
}
#content1{
   /*position:absolute;*/
   top:0px;
   height:100%;
   width:100%;
   left:0px;
   background-color:#111;
   display:none;
}
#content1 img{
    float:left;
    margin:2px;
    cursor:pointer;
    opacity:0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#panel{
    background-color:#222;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:0px;
    text-align:center; 
}
#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;
}

#wrapper1{
    position:relative;
    margin:40px auto 0px auto;
}
a#next, a#prev{
    width:40px;
    height:40px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(/images/nav.png) no-repeat top left;
}
a#next:hover, a#prev:hover{
    background-color:#fff;
}
a#next{
    right:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px 0px;
}
a#prev{
    left:0px;
    top:50%;
    margin-top:-20px;
    background-position: 0px -40px;
}
