@charset "UTF-8";
/* CSS Document */

#mainImg{
width:735px;
height:104px;
background:url(../images/main_img.jpg) no-repeat;
margin:0px 0px 30px;
}

#mainImg h2{
display:none;
}

#galleryTop{
width:640px;
height:97px;
background:url(../images/gallery_top.gif) no-repeat;
margin:0px 0px 0px 20px;
}

#galleryTop p{
display:none;
}

#galleryBg{
width:595px;
background:url(../images/gallery_bg.gif) repeat-y;
margin:0px 0px 0px 20px;
padding:0px 0px 0px 45px;
}


.g_thumbnailBox{
width:595px;
padding:0px 0px 45px;
position:relative;
}

.g_thumbnail{
width:127px;
text-align:center;
margin:0px 10px 0px 0px;
float:left;
}

.g_img img{
padding:0px 0px 2px;
border-bottom:2px solid #15126e;
}

/*.g_img a:link{
padding:0px 0px 2px;
border-bottom:2px solid #15126e;
}

.g_img a:visited{
padding:0px 0px 2px;
border-bottom:2px solid #15126e;
}

.g_img a:hover{
padding:0px 0px 2px;
border-bottom:2px solid #15126e;
}*/

.g_thumbnail p{
font-size:80%;
color:#15126e;
text-align:center;
margin:5px 0px 0px;
padding:0;
}

#galleryBottom{
width:640px;
height:48px;
background:url(../images/gallery_bottom.gif) no-repeat;
margin:0px 0px 15px 20px;
}

#galleryBottom hr{
display:none;
}



#back_next{
width:640px;
color:#2E74FD;
text-align:center;
margin:0px 0px 0px 20px;
}

#back_next a:link{
color:#2E74FD;
text-decoration:none;
}

#back_next a:visited{
color:#2E74FD;
text-decoration:none;
}

#back_next a:hover{
color:#2E74FD;
text-decoration:underline;
}



