body {
background-image: url("http://www.omegaimob.com.br/layout/fundo.jpg");
background-repeat: repeat-x;
}
.preto9{font-family:Verdana;font-size:9px;color:#000000;text-decoration:none}
.preto10{font-family:Verdana;font-size:10px;color:#000000;text-decoration:none}
.verde10{font-family:Verdana;font-size:10px;color:#01793B;text-decoration:none}
.preto11{font-family:Verdana;font-size:11px;color:#000000;text-decoration:none}
.branco10{font-family:"Trebuchet MS", Verdana, Arial;font-size:13px;color:#FFFFFF;text-decoration:none}
.branco11{font-family:Verdana;font-size:11px;color:#FFFFFF;text-decoration:none}
.caixa10{
	font-family:Verdana;
	font-size:11px;
	color:#01793B;
	text-decoration:none;
	background-color: #f4f4f4;
}
.caixa11{
	font-family:Verdana;
	font-size:11px;
	color:#01793B;
	text-decoration:none;
	background-color: f4f4f;
}
.link10{font-family:Verdana;font-size:10px;color:#000000;text-decoration:none}
.link10:hover{
	font-family:Verdana;
	font-size:10px;
	color:#999999;
	text-decoration:none;
	font-weight: bold;
}
.linkpreto10{font-family:Verdana;font-size:10px;color:#000000;text-decoration:none}
.linkpreto10:hover{font-family:Verdana;font-size:10px;color:#008ABD;text-decoration:none}
.linkbranco{font-family:"Trebuchet MS", Verdana, Arial;font-size:13px;color:#FFFFFF;text-decoration:none}
.linkbranco:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
tr.row {
	background-color: #F9F9F9;
	cursor: pointer;
} 
tr.row2 {
	background-color: #EBEBEB;
	cursor: pointer;
	}
td.dest {
	background-color: #F9F9F9;
	cursor: pointer;
} 
td.dest2 {
	background-color: #EBEBEB;
	cursor: pointer;
}
/*-----------------------------------------------*/
/*Slideshow*/
*{outline: none;}
img {border: 0;}
td.container {
	width: 530px;
	padding: 0;
	margin: 0 auto;
}
td.folio_block {
	position: absolute;
	left: 50%; top: 50%;
	margin: -140px 0 0 -395px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:250px;	width: 530px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #47a947; 
	border: 1px solid #67bf67;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
