/* 
    Document   : gallery
    Created on : 08.12.2009, 19:16:15
    Author     : X-Cat
    Description:
*/

div.themevideo {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #000000;
    float: left;
}

img.prev, img.next {
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
}

img.prev {
}

img.next {
    margin-right: 3px;
}

div.galPreview {
    position: relative;
    width: 150px;
    height: 120px;
    margin-left: 5px;
    margin-right: 5px;
    color: #000000;
    float: left;
}

div.galPreviewTitle {
    left: 0;
    top: 90px;
    width: 150px;
    height: 25px;
    background-image: url(../images/Gallery/transparent-bg.png);
    padding-top: 8px;
    clear:both;
    position: absolute;
}

div.galPreviewTitle a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #ffffff;
}
