.infobar{
    display:none;
    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;
}
span#description{
    text-shadow:1px 1px 1px #000;
    display:none;
}
span#loading{
    display:none;
    padding-right: 30px;
    background:transparent url(../loading.gif) no-repeat center right;
}

#content3{
    top:0px;
    height:auto;
    /*width:100%;*/
    left:0px;
    background-color:#111;
    overflow-y: hidden;
    display: inline-block !important;
    padding: 1px;
}
#content3 img{
    float:left;
    margin:1px;
    cursor:pointer;
    opacity:0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.placeholder{
    float:left;
    clear:both;
    /*height:30px;*/
}
#panel{
    background-color:#222;
    /*width:100%;*/
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    height:0px;
    text-align:center;
    z-index:999;
}
#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;
}

#wrappers{
    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(../nav.png) no-repeat top left;
}
a#close
{
    width:35px;
    height:35px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background-color: #0000FF;
    background: url(../close.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;
}
a#close{
    right:0px;
    top:10%;
    margin-top:-20px;
}
.karma_div{
    padding:20px;
    border-radius:8px;
    -moz-border-radius:8px;
    font-size:14px;
    color: white;
    display: none;
    right:10%;
    top:10%;

    position:fixed;
    z-index:9999;
}
div.content3
{
    height: auto;
}