/* Image */
a img
{
	border					:	none;
}
a:hover img.RollOver, a:hover img.Button
{
	opacity					:	0.5;
	-moz-opacity				:	0.5;
	filter					:	alpha(opacity=50);
}
img
{
	border					:	0px;
}
img.Photo
{
	margin-bottom				:	5px;
}

img.PhotoLeft
{
	float					:	left;
	margin					:	0px 10px 20px 0px;
}
img.PhotoRight
{
	float					:	right;
	margin					:	0px 0px 20px 10px;
}
img.Title
{
	margin-bottom				:	10px;
}
img.PhotoFrame
{
	border					:	solid 1px #999999;
	background-color			:	#ffffff;
	padding					:	10px;
}
