/*
 *  FLASH MENU
 *  Desenvolvido por: Fábio Augustin Neis.
 * 
 *  EQUIPE X-NEO
 *  Data: 15/04/2008
 */
 
#flash_box {
	position:absolute;
	background:url(/images/flash-noticias-.gif) top left no-repeat;
	width:550px;
	height:352px;
	z-index:6;
	text-align:center;
	left: 185px;
	top:0;
	left: 0;
}
#flash_img_click {
	position:absolute;
	width:520px;
	height:285px;
	z-index:9;
	cursor:pointer;
	margin:17px 10px 10px 15px;
}
#flash_buttons {
	position:absolute;
	width:536px;
	z-index:9;
	color:#FFFFFF;
	left: 6px;
	top: 311px;
	height: 34px;
}
#flash_buttons_img1 {
	float:left;
	margin:5px 5px 0 5px;
}
#flash_buttons_img1 a {
	cursor:pointer;
}
#flash_buttons_img2 {
	float:right;
	margin:0 5px 0 5px;
}
#flash_buttons_img2 img {
	border:1px solid #141414;
	cursor:pointer;
}
#flash_buttons_img2 img.selected {
	border:1px solid #FFFFFF;
}
#flash_img {
	position:absolute;
	z-index:5;
	/*background:url(images/teste2.jpg) top left;*/
	width:520px;
	height:285px;
	margin:15px 10px 10px 15px;
}
#flash_text {
	position:absolute;
	z-index:8;
	bottom:0;
	background:#000000;
	opacity:0.7;
	filter:alpha(opacity:70);
	overflow:hidden;
	min-height:50px;
	_height:50px;
	padding:5px 10px 10px 5px;
	width:500px;
	display:inline;
}
#flash_text2 {
	position:absolute;
	color:#FFFFFF;
	z-index:9;
	overflow:hidden;
	min-height:50px;
	_height:50px;
	font-family:bold 17px Arial;
	padding:0px 10px 10px 8px;
	width:500px;
	display:inline;
	left: 205px;
	top: 362px;
	cursor:pointer;
}
