/* use showGallery.js style sheet */

.entry_box .entry #viewZoom {
	width: 350px;
	float: left;
	padding-bottom: 20px;
}
.entry_box .entry #viewThumb {
	width: 230px;
	float: right;
}
.entry_box .entry #viewThumb a {
	width: 43px;
	height: 65px;
	display: block;
	float: left;
	padding-right: 3px;
	padding-bottom: 3px;
}

.entry_box .entry {width:100%;}
.entry_box .entry:after{
    content: ""; 
    display: block; 
    clear: both;}