table.gallery_nav { width: 822px; border: 1px solid #ddd; }
table.gallery_nav td { vertical-align: middle; }
table.gallery_nav td.gn_arr { padding: 0 10px; }
td.gn_arr div { width: 25px; height: 41px; cursor: pointer; cursor: hand; }
td.gn_arr div#gn_arr_left { background: #FFFFFF url('/images/pic_prev_img.gif') 50% 50% no-repeat; }
td.gn_arr div#gn_arr_right { background: #FFFFFF url('/images/pic_next_img.gif') 50% 50% no-repeat;}
div.gn_container { position: relative;overflow:hidden; }

table.gn_thumbs { position: absolute; overflow: hidden;border-collapse:separate;height:124px;}
table.gn_thumbs td {vertical-align: middle; border: 1px solid #ddd;width:115px !important; }
div.thumb {width:100px;padding:5px;}
div.thumb div {text-align:center;}
div.thumb div img {display:block;margin:0 auto;}
div.thumb div a { cursor: pointer; cursor: hand; }
.sel { border: 1px solid red !important;}
div.sel {border: 0px solid #ddd !important;}
div.thumb div.sel a { cursor: default; }