/* PARAGRAPH STYLES */

.gallery_title
{
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.gallery_creators_name
{
	font-size: 0.9em;
}

p.error_message
{
	color: #FF0000;
	padding: 0px 0px 0px 0px;
}

p.error_message a
{
	font-weight: bold;
}

/* END OF PARAGRAPH STYLES */

/* DIV STYLES */

.gallery_holder
{
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 0px 0px 15px 0px;
	text-align: center;
	background-color: #FFFFFF;
}

.gallery_image_holder
{
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* END OF DIV STYLES */

/* IMAGE STYLES */

.gallery_holder img
{
	width: 200px;
	height: 170px;
	border: 5px #FFFFFF solid;
}

/* END OF IMAGE STYLES */