.images
{
	text-align:center;
	margin:3px auto;
}
.images > fieldset
{
    float:          	left;
    padding:        	5px;
    margin:         	5px;
    border-color:   	#A3A9BB;
    border-style:   	solid;
    border-width:   	2px;
	width:				200px;
	background-color:	#d4d9e1;
	text-align:			center;
}

.images > fieldset > legend
{
	display:	none;
}

h2
{
	text-align:	center;
	font-size:	medium;
	color:		#000000;
	margin:	5px;
}
h3
{
	text-align:	center;
	font-size:	smaller;
	color:		#440000;
	margin:	5px;
}
h4
{
	text-align:	center;
	font-size:	smaller;
	color:		#060c27;
	margin:	5px;
}

.content .image
{
    float:          	left;
    padding:        	5px;
    margin:         	5px;
    border-color:   	#A3A9BB;
    border-style:   	solid;
    border-width:   	2px;
	background-color:	#d4d9e1;
}

.gallery_selector
{
	border:				none;
	text-align:			center;
	width:				100%;
	display:			block;
	float:				none;
}

.gallery_selector fieldset
{
	margin:3px;
	float:left;
	width:214px;
	height:304px;
    line-height:300px;
	border-style:solid;
	border-width:2px;
	border-color:#555555;
	background-color:#777777;
    text-align:center;
}
.gallery_selector fieldset span
{
	margin:0px;
	padding:0px;
}
.gallery_selector fieldset img
{
    vertical-align:middle;
    width:auto;
    height:auto;
    max-width:200px;
    max-height:300px;
	border:none;
}

