.image-gallery{
	margin-top:5px;
	background: white;
	padding-bottom:5px;
}
.image-gallery table{

}
.image-gallery td{
	border:none;
}
.image-gallery .set{
	float:left;
	padding:3px 3px;
	border:none;
	text-align:center;
}
.image-gallery #showing{
	margin: 0 0 5px 5px;
	font-weight:bold;
}

.image-gallery #link{

}
.image-gallery td{
	padding:7px;
	text-align:center;
}
.image-gallery #image{
	border: 1px solid #DCDCDC; 
	margin-bottom:5px;
}

.image-gallery #title{
	margin-top:0px;
	font-size:1em;
	color:#333;
	margin-top:0px;
}

.image-gallery #description{
	font-size:0.9em;
}

.image-gallery #pagination{
	/*clear:left; */
	color:black;
}
.image-gallery #pagination #paging_select{
	padding:2px;
	font-size:9px;
	background: orange; 
	color:white;
	font-weight:bold;
	
}
.image-gallery #pagination a{
	text-decoration:none;
	color: #0075B0;
}
.image-gallery #pagination a:hover{
	text-decoration:underline;
	color:orange;
}
.image-gallery #more_link{
	float:right;
	margin:0px 10px 5px 4px;
	font-weight:normal;
}
