div#slideshow
{
	width:520px;	
	position:relative;
	
}

#galleryContainer2
{
	height:72px;	/* Height of the images + 2 */
	position:absolute;
	overflow:hidden;
	left:24px;
	top:0px;
	width:342px;
	/* CSS HACK */
	height: 70px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/70px;	/* Other browsers */
	height: /**/72px;
	
}

#arrow_left2
{
	position:absolute;
	left:-11px;
	top:0px;
	z-index:99;
}

#arrow_right2
{
	position:absolute;
	right:110px;
	top:0px;
	z-index:99;
}

#theImages2
{
	min-height:40px;
	width:100000px;
	position:absolute;
	left:0px;
	top: 13px;
}

#theImages2 #slideEnd2
{
	float:left;
}

#theImages2 img
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	border:0px;
	float:left;
	margin-right:8px;
	position:relative;
}
#fundo_gallery
{
	height:72px;	/* Height of the images + 2 */
	position:absolute;
	overflow:hidden;
	left:5px;
	top:2px;
	width:388px;
	/* CSS HACK */
	height: 70px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/70px;	/* Other browsers */
	height: /**/72px;
	background:url(../imagens/fundo_slide.jpg)
	
}

