#photogallery {
	margin-top:15px; 
	width:500px;
	position: relative;
}
#photogallery div.scroller { 
    padding: 0 0 10px 0; 
}
#photogallery div.scroller span { 
    margin-left: .3em; 
	padding: 0 .3em; 
}
#photogallery div.scroller span.sel { 
    background: #68B0DD; 
	color: #FFFFFF; 
}

#photogallery table.gallery_nav { 
    width: 100%; 
	border: 0px solid #C8C8C8;
	background: url('../img/d_scrbg.png')
}
#photogallery table.gallery_nav td { 
    vertical-align: middle; 
}
#photogallery table.gallery_nav td.gn_arr { 
    padding: 0px; 
}
#photogallery td.gn_arr div { 
    width: 45px; 
	height: 41px; 
	cursor: pointer;
}

#photogallery div#gn_arr_left { 
    position: absolute;
	left: 7px;
	top: 3px;
	z-index: 2;
	width: 45px;
	height: 120px;
	opacity: .85;
	background: url('../img/d_lscroll.png') 50% 50% no-repeat #fff; 
}
#photogallery div#gn_arr_right { 
    position: absolute;
    right: 7px;
    top: 3px;
    z-index: 2;
    width: 45px;
    height: 120px;
    opacity: .85;
	background: url('../img/d_rscroll.png') 50% 50% no-repeat; 
}

#photogallery div.gn_container { position: relative; overflow: hidden; height: 126px;}
#photogallery table.gn_thumbs { position: absolute; overflow: hidden; left: 0;}
#photogallery table.gn_thumbs td { padding: 3px 2px; vertical-align: middle; }
#photogallery div.thumb div { 
    padding: 0 1px; 
}
#photogallery div.thumb div a { cursor: pointer;}
#photogallery div.thumb div.sel { border: 0px solid #000; }
#photogallery div.thumb div.sel a { cursor: default; }

#photogallerytable .gallery_previews td { padding: 15px 0 0 0; }
#photogallery .gp_td { 
    padding-top: 14px;
}
#photogallery img.gp_preview { margin-bottom: 0px; }

#photogallery table.gallery_items { width: 100%; }
#photogallery table.gallery_items td { padding-right: 30px; }
#photogallery table.gallery_items td p { margin-bottom: .3em; }

#photogallery table.gallery_preview td { padding: 0; text-align: center; }
#photogallery table.gallery_preview td img { margin: 0px; }
#photogallery table.gallery_preview td div.gp_thumb { width: 90px; height: 120px; border: 1px solid #C8C8C8; margin-bottom: 0em; }

