#ImageBoxOverlay
{
	background-color: #ebf2fa;
}
#ImageBoxCaption
{
	background-color: white;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: white;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-family:Tahoma;
	font-size:11px;
	color:#666;
}
#ImageBoxCaptionImages
{
	margin: 0;
	font-family:Tahoma;
	font-size:11px;
	color:#666;
}
#ImageBoxNextImage
{
	background-image: url(spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(next_image.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#ImageBoxPrevImage:hover
{
	background-image: url(prev_image.gif);
	background-repeat:	no-repeat;
	
	background-position: left center;
}

.miniaturas
{
	width:90%;
	height:100%;
	margin:10px auto;
	background-color:white;
	border:1px solid #ccc;
	border-style:dotted;
	padding:10px;
	text-align:center;
}

.miniaturas p a
{
	border:4px solid white;
}

.miniaturas p a:hover
{
	border:4px solid rgb(163,192,232);
}

.tituloDoAlbum
{
	width:90%;
	height:100%;
	margin:10px auto;
	background-color:white;
	border:1px solid #ccc;
	border-style:dotted;
	padding:10px;
	text-align:center;
}