/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}
	span#prevBtn a, span#nextBtn a {
		position: absolute;
		top: 2px;
		width: 390px;
		height: 365px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}
	span#prevBtn a { left: 3px; }
	span#prevBtn a:hover{ background: url(../img/prevBtn.png) no-repeat 20px 159px; }
	* html span#prevBtn a:hover{ background: url(../img/prevBtn.gif) no-repeat 20px 159px; }
	span#nextBtn a { right: 4px; }					
	span#nextBtn a:hover { background: url(../img/nextBtn.png) no-repeat 290px 159px; }
	* html span#nextBtn a:hover { background: url(../img/nextBtn.gif) no-repeat 290px 159px; }

/* // Easy Slider */

#la, #slider, #slider li { 
	position: relative;
	width: 780px;
	height: 372px;
}
#slider .mascara {
	background: url(../img/bgteste.png) no-repeat;
	width: 780px;
	height: 372px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/bgteste.png);
}
#slider .mascaraClientes {
	background: url(../img/bg_clientes.png) no-repeat;
	width: 780px;
	height: 372px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/bg_clientes.png);
}
#slider .mascaraPortfolio {
	background: url(../img/bg_box_portfolio.png) no-repeat;
	width: 780px;
	height: 372px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/bg_box_portfolio.png);
}
#slider .mascaraBarraGarden {
	background: url(../img/bgteste_clientes_barrag.png) no-repeat;
	width: 780px;
	height: 372px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/bgteste_clientes_barrag.png);
}
* html #slider .mascara { background: url(../img/bgteste.gif) no-repeat; }
* html #slider .mascaraClientes  { background: url(../img/bg_clientes.gif) no-repeat; }
* html #slider .mascaraPortfolio { background: url(../img/bg_box_portfolio.gif) no-repeat; }
* html #slider .mascaraBarraGarden{ background: url(../img/bgteste_clientes_barrag.gif) no-repeat; }

#slider div { 
	position: absolute;
	background: url(../img/bgteste.png) no-repeat;
}
#slider .t, #slider .b, #slider .e, #slider .d { display: none; }
#slider .t, #slider .b {
	height: 6px;
	width: 780px;
	left: 0;
}
#slider .t { top: 0; }
#slider .b { 
	bottom: 0;
	background-position: bottom;
}
#slider .e, #slider .d {
	height: 360px;
	width: 6px;
	top: 6px;
}
#slider .e { 
	left: 0;
	background-position: left;
}
#slider .d { 
	right: 0;
	background-position: right;
}
#h3Jobs, #h3Jobs strong { 
	background: none;
	font-size: 16px;
	color: #112539;
	text-transform: uppercase;
}
