
/* GALLERY CSS */

#gallerytop{
width:480px;
height:324px;
background-image:url(../images/gallerytop.jpg);
background-position:top left;
background-repeat:no-repeat;
padding:0 15px;
margin:0;
}
#gallerytop img{
border:none;
}
#gallerytop select{
margin:0 0 15px 0;
border:1px white solid;
}
#gallerytop select, #gallerytop select option{
background-color:#000000;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}
#gallerytop .mainpic{
position:absolute; 
top:6px; 
left:6px;

}

div#mainpictd{
position:relative;
}
#gallerytop a.dlimage{
display:block;
margin:14px 0 7px 0;
padding:1px 0;
}
#gallerytop a.dlimage:hover{
padding:2px 0 0 0;
}

#gallerytop table{
width:480px;
}

#gallerytop table td.desc{
width:238px;
padding-left:5px;
}
#gallerytop td{
color:#000000;
padding:10px 10px 0 0;
}
#gallerytop td.backnext{
vertical-align:bottom;
}
#gallerytop td.backnext a{
display:block;
float:left;
padding:1px;
}
#gallerytop td.backnext a:hover{
padding:2px 1px 0 1px;
}


#gallerytop .imagetitle{
color:#000000;
font-size:16px;
font-weight:800;
margin-bottom:5px;
}

#gallerybottom{
width:510px;
background-image:url(../images/gallerybg.jpg);
background-repeat:repeat-y;
background-position:top left;
margin:0;
position:relative;
}
#gallerybottom p{
margin:0;
}

#gallerylist{padding:0 0 0 15px; position:relative;}
#gallerylist div.pic{
position:relative;
width:88px;
height:88px;
padding:0px;
margin:0 10px 10px 0;
float:left;
}
#gallerylist div.pic a img{
position:absolute;
top:0;
left:1px;
border:none;
}

