
#moldura {
	width: 276px;
	height: 192px;
	position:absolute;
	left:24px;
	top:22px;
}
#flash_movie {
	width: 276px;
	height: 192px;
	background-color:#999988;
	position: absolute;
	left:0;
	top:0;
}
#img_grande {
	width: 276px;
	height: 192px;
	overflow: hidden;
	position:relative;
	cursor: pointer;
}
#img_grande div{
	height: 192px;
	width:1200px;
	position: absolute;
	left: 0px;
	top: 0;
}
#img_grande div img{
	float: left;
}

#imgs-pequenas {
	float: left;
	margin: 20px 0 24px 348px;
}
#imgs-pequenas img{
	cursor: pointer;
}
