.home-menu{
	width:980px;
	height:35px;
	margin-top:20px;
}
.home-menu a{
	float:left;	
}
.home-menu li{
	width:127px !important;
	text-align:center;
	color:#444;
	margin-bottom:15px;
	margin-right:15px;
	background-color:#E3E3E3;
	position:relative;
	font-size:12px;
	font-family:'Open Sans';
	height:35px;
	cursor:pointer;
	line-height:35px;	
}
.limitador{
	width:127px;
	height:35px;
	overflow:hidden;	
}
.menu-container{
	width:127px;
	height:35px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:5;	
}
.tooltip{
	background-color:#333;
	color:#FFF;
	font-family:'Open Sans';
	position:absolute;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:10px;
	top:-39px;
	display:none;
	opacity:0;
	left:50%;
	margin-left:-15px;
	z-index:4;
}
.seta{
	position:absolute;
	width:8px;
	height:4px;
	top:-9px;
	opacity:0;
	left:50%;
	margin-left:-4px;
	z-index:5;
}
.home-menu li:hover{
	background-color:#E67682;	
}
.bttselected{
	background-color:#E67682 !important;	
}
.last{
	width:112px !important;
	margin-right:0px !important;	
}
.ultimo-job{
	margin-right:0px !important;	
}
.home-listagem{
	width:980px;
	position:relative;
	min-height:10px;
	margin-bottom:20px;	
}
.home-listagem li{
	width:233px;
	height:200px;
	position:absolute;
}
.job-container{
	width:233px;
	height:200px;
	position:relative;
}
.job-bg{
	width:233px;
	height:200px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../imagens/textura.png) no-repeat top left;
	opacity:0;
	z-index:5;	
}
.mouse{
	position:absolute;
	top:0px;
	left:0px;
	width:233px;
	height:200px;
	z-index:10;	
	display:block;
	cursor:pointer;
}
.plus{
	position:absolute;
	top:50%;
	left:50%;
	width:24px;
	height:24px;
	margin-left:-12px;
	margin-top:0px;
	background:url(../imagens/plus.png) no-repeat top left;
	opacity:0;
	z-index:7;	
}
.text{
	position:absolute;
	bottom:0px;
	left:16px;
	width:201px;
	height:90px;
	z-index:10;
	font-weight:bold;
	font-size:16px;
	font-family:'Open Sans';
	text-align: center;
	color: #FFF;
	opacity:0;
	z-index:9;
}