
.photogallery_container {
    width: 510px;
    height: 442px;
    margin: 0px auto;
    border: none;
    margin-top: 0px;
    background-color: rgb(48,48,48);
}

.photogallery_bgthumbs{
    width: 100%;
    background-color: rgb(48,48,48);
    /*height: 102px;*/
    height: 72px;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -khtml-opacity: 0.6;
}

.photogallery_thumbs_slider{
   margin-right: 4px;
}

.photogallery_thumbs_slider div{
    float: left;
    /*padding: 0 4px 0 0;*/
    padding: 4px 4px 0 0;
}

.photogallery_thumbs_slider div img{
    /*width  : 136px;
    height : 102px;*/
    /*width  : 102px;*/
    height : 68px;
}

.photogallery_thumbs_slider div a{
    filter: alpha(opacity=70);
    opacity: 0.7;
    -khtml-opacity: 0.7;
}
.photogallery_thumbs_slider div a:hover{
    filter: alpha(opacity=90);
    opacity: 0.9;
    -khtml-opacity: 0.9;
}

.photogallery_thumbs_slider div a:focus {
    outline-style: none;
}

.photo_container {
    width: 510px;
    /*height: 340px;*/
    height: 370px;
    margin: 0;
    border: 0px solid #BFBCB3;
    margin-top: 0;
    display: table;
}
