#gallery-overview {
    padding: 25px;
    padding-left:0;
}
#gallery-overview > div {
    margin-left: 0px;
}
#gallery-overview > div > h2 {
    margin-left: 15px;
    margin-bottom: 15px;
}
#gallery-overview ul{
    list-style-type:none;
}
#gallery-overview li {
    float:left;
    margin: 10px 20px 10px 0;
    width: 332px;
    height: 75px;
    text-align:center;
}

#gallery-overview li a{
    display:block;
    padding-top:52px;
    color:white;
    font-weight:bold;
    text-decoration: none;
    font-size:14px;
    border-bottom: 0px;
}

#gallery-overview li a:hover{
    border-bottom: 0px;
    color:white;
}

.gallery-category{
    background-color:#000000;
    height: 23px;
    padding-top:6px;
    font-size:10px;
}
/*
#gallery-category-1 {
    background-image:url("/resources/images/vle/gallery-overview/vle-gallery-overview-necker_island.jpg");
}
#gallery-category-2 {
    background-image:url("/resources/images/vle/gallery-overview/vle-gallery-overview-kasbah_tamadot.jpg");
}
#gallery-category-3 {
    background-image:url("/resources/images/vle/gallery-overview/vle-gallery-overview-the_roof_gardens.jpg");
}
#gallery-category-4 {
    background-image:url("/resources/images/vle/gallery-overview/vle-gallery-overview-the_lodge.jpg");
}
#gallery-category-5 {
    background-image:url("/resources/images/vle/gallery-overview/vle-gallery-overview-sa_terra_rotja.jpg");
    clear:both;
}
#gallery-category-6 {
    background-image:url("/resources/images/vle/gallery-overview/vle-gallery-overview-necker_belle.jpg");
}
#gallery-category-7 {
    background-image:url("/resources/images/vle/gallery-overview/vle-gallery-overview-ulusaba.jpg");
}
#gallery-category-8 {
    background-image:url("/resources/images/vle/gallery-overview/vle-gallery-overview-necker_island.jpg");
}
*/


/* stuff only for media gallery below */
#media-gallery-header {
    float: left;
    margin-left: 40px;
    margin-top: -10px;
}
#media-gallery-login-form {
    float:left;
    background-color:#446680;
    width:700px;
    height:40px;
    margin-top: -15px;
    margin-bottom: 10px;
    color: #99BBDD;
    padding: 5px;
    font-weight: bold;
}
#media-gallery-login-form a {
    color: #99BBDD;
    text-decoration:underline
}

#media-gallery-login-form table, #media-gallery-login-form tr, #media-gallery-login-form td  {
    background: none;
}
#media-gallery-login-form table  {
    text-align:left;
    border: 0px solid white;
    height: 34px;
    vertical-align: middle;
    width: 100%;
}
#media-gallery-login-form td {
    padding: 2px;
    text-align: left;
}

#media-gallery-login-form input[type=text], #media-gallery-login-form input[type=password] {
    font-size:11px;
    height: 13px;
}



