/*--------------- PHOTO GALLERY ------------------------*/
#flash-gallery{
    top:0px;
    text-align:center;
    width:100%;
    height:100%;
    position:fixed;
    background-color:#000000;
    z-index:2;
}
#container{
    float:none;
    position:relative;
    z-index:1;
}
#gallery-header{
    background:url(../uploads/gallery/header-back.jpg) #E0E1DC no-repeat;
    width:100%;
    height:30px;
    float:left;
}
#gallery-header a{
    font-family:Arial;
    width:100px;
    margin-top:8px;
    padding-right:5px;
    float:right;
    font-size:11px;
    color:#333333;
    font-weight:bold;
    text-decoration:none;
}