@charset "UTF-8";
/* CSS Document */

#imageSection {
background-image:url(../images/galleryBG_imgSection.png);
width:405px;
height:269px;
}
#buttonSection {
background-image:url(../images/galleryBG_btnSection.png);
width:405px;
height:32px;
}
#nextBtn {
position:relative;
left:353px;
top:5px;
border:hidden;
z-index:2;
}
#prevBtn {
position:relative;
left:5px;
top:5px;
border:hidden;
z-index:2;
}
#galleryText {
font:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}


