﻿.imageDivClass
{
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.captionDivClass
{
	border-top: solid 2px #AAAAAA;
	background-color: #000000;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 2px 2px 2px 2px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
.authorhover
{
text-transform:uppercase;
}

.authorhover a:link
{
	text-decoration: none;
	color: #FFFFFF;
}

.authorhover a:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}

.authorhover a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}
