/* CSS Document */
table#gal_tab{
width:540px;
text-align:center;
}
table#gal_tab td, div.gal_enter{
/*max = 180*/
text-align:center;
width:170px;
height:120px;
}
table#gal_tab td a.main, div.gal_enter a.main{
text-decoration:none;
display:block;
background-color:#4d7d22;
text-align: center;
padding:5px;
width:170px;
height:180px;
}
table#gal_tab td a.main:hover, div.gal_enter a.main:hover{
background-color:#578d26;
}
table#gal_tab td img, div.gal_enter img{
margin:5 0 0 0;
}

div#img{
text-align:center;
padding:10px;
}
div#img table#gal_nav{
height:20px;
}
div#img td.prev, div#img td.img_name, div#img td.next{
height:20px;
text-align:center;
font-weight:bold;
padding:0;
}
div#img td.prev, div#img td.next{
width:90px;
}
div#img td.img_name{
background-color:#4d7d22;
width:340px;
height:20px;
padding:3px;
}
#img_name{
font-weight:bold;
}

