#imagewrapper{
	position:relative;
	clear:both;
	}
.infobar{
    height:28px;
    line-height:28px;
    right:20px;
    position:fixed;
    bottom:0px;
    left:20px;
    z-index:9;
    text-align:center;
    color:#FFF;
    -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 0px #ccc;*/
}
span#description{
    /*text-shadow:1px 1px 1px #000;*/
    display:none;
	color:#CCC;
}
span#loading{
    display:none;
    padding-right: 30px;
    background:transparent url(../loading.gif) no-repeat center right;
}
#thumbsWrapper{
    overflow:hidden;
	position:relative;
    height:100%;
    width:100%;
    left:0px;
    right:0px;
    bottom:0px;
	margin:0px;
}
#content{
   position:relative;
   top:0px;
   height:100%;
   width:100%;
   left:0px;
   background-color:#FFF;
   /* overflow-y:scroll; */
   display:none;  
}
#content img{
	float:left;
	cursor:pointer;
	opacity:1.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	z-index:999999;
}
.placeholder{
    float:left;
    clear:both;
    width:100%;
	height:30px;
}
#panel{
    background-color:#000;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:0px;
    text-align:center; 
	z-index:9999999999999999999;  	
}
#panel img{
	cursor:pointer;
	position:relative;
	border:2px solid #FFF;
	-moz-box-shadow:0px 0px 10px #111;
	-webkit-box-shadow:0px 0px 10px #111;
	box-shadow:0px 0px 10px #111;
	display:none;
	margin:0px;
}

#wrapper{
    position:relative;
    margin:40px auto 0px auto;
	z-index:99999999999999999999;
}
a#next, a#prev{
    width:30px;
    height:30px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(nav-small.png) no-repeat top left;
}
a#close{
    width:30px;
    height:30px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(x-small.png) no-repeat top left;
}
a#last{
    width:169px;
    height:40px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(visa-fler-fram.png) no-repeat top left;
    z-index:9999999999999999999999999999;
}


a#next:hover, a#prev:hover{
    background-color:#FFF;
}
a#next{
    right:10px;
    top:50%;
    margin-top:-15px;
    background-position: 0px 0px;
}
a#prev{
    left:10px;
    top:50%;
    margin-top:-15px;
    background-position: 0px -30px;
}
a#close{
    right:10px;
    top:10px;
    background-position: 0px 0px;
}
a#last{
    right:10px;
    bottom:10px;
    background-position: 0px 00px;
}