#simplegallery1
{ 
	/*CSS for Simple Gallery Example 1*/
	
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	
	/* border: 10px solid darkred; */
	
	border-style:solid;
	border-color:rgb(32,80,129);
	border-width:2px;
	
	margin-top: 10px;
	margin-bottom: 0px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;	

}

#simplegallery1 .gallerydesctext
{ 
	/* CSS for description DIV of Example 1 (if defined) */
	text-align: left;
	padding: 2px 5px;
}