div#dock {
	width: 775px;
	overflow:visible;
	z-index:1;
	position: relative;
	float: left;
	color: #FFFFFF;
	padding-top: 50px;
}
div#dockContainer {
	position: relative;
	height: 50px;
	padding-left: 20px;
	overflow:visible;
	
}
div#dockContainer a {
	display: block;
	width: 60px;
	bottom: 0px;
	position: absolute;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
div#dockContainer a span {
	display: none;
	padding-left: 20px;
}
div#dockContainer a img {
	border: none; 
	margin: 5px 9px 0px; 
	width: 100%;

}

/* classes */
.transferer
{
	background-color: #CCCCCC;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3; 
	opacity: 0.3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.anterior, .proximo {
	text-indent:-9000px;
	width:21px;
	height:24px;
	display:block;
	float:left;
}
.anterior{
	background:url(../images/bot_voltar.gif) no-repeat;
}
.proximo {
	background:url(../images/bot_avancar.gif) no-repeat;
	margin-left:10px;
}
.link {
	font-size:18px;
}
 
/* Image Box */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
