#jgallery_image {
	display:inline-block;
	float:left;	
}

#jgallery_image .caption {
	display:none;
	font-family:Verdana;
	font-size:10px;
	color: #888888;
}


.jgallery1 li {
	display:inline-block;
	float:left;
	margin:0px 4px 4px 4px;
	padding:0px;
	width:70px;
	height:70px;
	overflow:hidden;
}

.jgallery1 li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	width:auto;
	height:auto;
}

.jgallery li {
	display:inline-block;
	width:63px;
	height:50px;
	overflow:hidden;
	float:left;
	border:3px double #111;
	margin: 0 2px;
	background:#fff;		
}

.jgallery {
	display:inline-block;
	float:left;
	list-style:none;
	width:365px;
	margin:0px;
	padding-top:0px;
	padding-bottom: 2px;
	padding-left: 0px;	
}

.jgallery1 {
	list-style:none;
	width:150px;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.jgallery li img.thumb {
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}


#jgallery_image img{margin-bottom:0px;margin-top:3px;border:3px double #111;}
