#photogallery {
    margin-top:15px; 
    width:543px;
    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: 0;
}
#photogallery table.gallery_nav td { 
    vertical-align: middle; 
}
#photogallery table.gallery_nav td.gn_arr { 
    padding: 0px; 
}

#photogallery div#gn_arr_left { 
    position: absolute;
    width: 25px; 
    height: 41px; 
    left: -25px;
    top: 25px;
    background: url('/res/frontend/img/photogallery/gn_left.gif') 50% 50% no-repeat;
    cursor: pointer; 
}
#photogallery div#gn_arr_right { 
    position: absolute;
    width: 25px; 
    height: 41px; 
    right: -25px;
    top: 25px;
    background: url('/res/frontend/img/photogallery/gn_right.gif') 50% 50% no-repeat; 
    cursor: pointer; 
}

#photogallery div.gn_container { 
    position: relative; 
	overflow: hidden; 
	height: 84px;
}
#photogallery table.gn_thumbs { 
    position: absolute; overflow: hidden; left: 0;
}
#photogallery table.gn_thumbs td { 
    padding: 0px; vertical-align: middle; 
}
#photogallery .thumb div { 
    padding: 0;
	border: 2px solid #aaa; 
}
#photogallery div.thumb div a { 
    cursor: pointer;
}
#photogallery div.thumb div.sel { 
    border: 2px solid #f60; 
}
#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: 0px solid #C8C8C8; margin-bottom: 0em; }


.simplePhotogalleryHolder {
	text-align: left;
	clear: both;
	height: 1%;
	overflow: hidden;
	cursor: pointer;
}
.simplePhotogalleryHolder .thumb {
    display: block;
	float: left;
	position: relative;
	width: 100px;
	height: 110px;
	text-align: center;
	
}
.simplePhotogalleryHolder .thumb span {
   
}
.simplePhotogalleryHolder .thumb img {
    
}