@charset "utf-8";
/* CSS Document */
#simplegallery1{
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
float:right;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	display: inline;
	padding: 3px;
	border: thin dotted #000000;}
#simplegallery1 .gallerydesctext{ /*CSS for description DIV of Example 1 (if defined)*/
text-align: left;
padding: 2px 5px;
}
#simplegallery2{ /*CSS for Simple Gallery Example 1*/
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 6px solid darkred;
}

#simplegallery2 .gallerydesctext{ /*CSS for description DIV of Example 1 (if defined)*/
text-align: left;
padding: 2px 5px;
}
#ramsaygallery{
	font: bold 14px Georgia;
	text-align: left;
	font-style: italic;
	color: darkred;
	display: inline-block;
	height: 20px;
	width: 530px;
}
#simplegallery3{
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
float:right;
	margin-top: 4px;
	margin-right: 14px;
	margin-bottom: 4px;
	margin-left: 4px;
	display: inline;
	padding: 3px;
	border: thin dotted #000000;}
#simplegallery3 .gallerydesctext{ /*CSS for description DIV of Example 1 (if defined)*/
text-align: left;
padding: 2px 5px;
}


