.albumtable {
    border:0px;
    margin:0px;
    width:100%;
}
.albumtable td {
    text-align:center;
    width:50%;
    padding:6px;    
}

.albumtable td a img {
    border:1px #333 solid;    
}

.albumtable td a:hover img {
    border:1px #c00 solid;    
}

#gallery_main {
    width: 100%;
    background-color: transparent;
    text-align:center;
}


#gallery_controls {
    width:350px;
    float:left;
}


.gallery_navtable td a, a:visited{
    text-decoration:none;
    color:#000;
    font-size:14px;
    font-weight:bold;
} 

.gallery_navtable td a:hover {
    text-decoration:underline;
    color:#c00;
}

#gallery_thumbs {
    overflow:auto;
    width:340px;
    height:270px;
    border:0px;
    border-top:1px;
    border-bottom:1px;
    border-color: #666;
    border-style:dotted;    
}

.gallery_thumbtable {
    margin:6px;
    margin-left:50px;
}

.gallery_thumbtable  td {
    padding:4px;
}

.gallery_thumbtable td a img {
    border:1px #333 solid;    
}

.gallery_thumbtable td a:hover img {
    border:1px #c00 solid;    
}
#gallery_img {
    /*border:1px #000 solid;*/
    /*float:left;*/
    width:100%;
    height:auto;
    border:1px #000 solid;
}

.gallery_imgbg {
    width:420px;
    float:left;
    
}
.gallery_half_left a {
    position:relative;
    display:block;
    width:50%;
    height:100px;
    background-color: #fff;
    filter:alpha(opacity=01); 
   -moz-opacity: 0.01; 
   opacity: 0.01;
    margin-top:-100px;
    float:left;
    
}

.gallery_half_left a:hover {
    background-color: #fff;
    filter:alpha(opacity=50); 
   -moz-opacity: 0.5; 
   opacity: 0.5;
    background-image: url(images/navleft.png);
    background-repeat: no-repeat;
    background-position: center;
}

.gallery_half_right a {
    position:relative;
    display:block;
    width:50%;
    height:100px;
    background-color:#fff;
    filter:alpha(opacity=1); 
   -moz-opacity: 0.01; 
   opacity: 0.01;
    margin-top:-100px;
    margin-left:50%;
    float:left;
    border:none;
    
}

.gallery_half_right a:hover {
    background-color: #fff;
    filter:alpha(opacity=50); 
   -moz-opacity: 0.5; 
   opacity: 0.5;
    background-image: url(images/navright.png);
    background-repeat: no-repeat;
    background-position: center;
}