	*{
	  	margin:				0;
		padding:			0;
		border:				0;
	}
	#feature_wrap{
		display:			block;
		margin-left:        -308px;
		left:               50%;
		height:				297px;
		width:				616px;
		margin-top:         50px;
		position:           relative;
		padding:          0 0 50px 0;
	}
	ul#feature_buttons{
		margin:				0 0 0 350px; /*distancia da lateral até o inicio dos numeros*/
		padding:			3px 0 0 0;
		width:				300px;
		height:				27px;
	}
	ul#feature_buttons li{
		display: 			block;
		float:				left;
		text-align:			center;
		color:				#accfd6;
		padding:			0 0 5px 0;
		font-size:			15px;
		font-weight			bold;
		cursor: 			pointer;
		margin:				0 4px 0 0;
		width:				20px;
		height:				17px;
		background:			transparent url("img/terceirizacao/butoesfundo.jpg") no-repeat top left;
	}
	ul#feature_buttons li:hover {
		background-position:		center left;
		color:				        #83b2ba;
	}
	ul#feature_buttons li.active {
		background-position:		bottom left;
		color:				        #fefefe;
	}
	a#previous, a#next {
		cursor: 			pointer;
		display:			block;
		width:				40px;
		height:				40px;
		text-indent:		-9999px;
		z-index:			999;
		position:			absolute;
		border:				none;
		overflow:			hidden;
	}
	a#previous, a#previous:visited{
		float: 				left;
		margin:				110px 0 0 40px;
		background:			transparent url("img/terceirizacao/butoesesquerda.png") no-repeat top left;
	}
	a#next, a#next:visited{
		float: 				right;
		margin:				110px 0 0 570px;
		background:			transparent url("img/terceirizacao/butoesdireita.png") no-repeat top left;
	}
	a#previous:hover, a#next:hover{
		background-position: top right;
		border:				none;
	}
	#slider_wrap {
		border: 			#accfd6 1px solid;
		background:			#0f1a21;
		width: 				517px;
		margin: 			0 0 0 66px;
		display:			block;
		z-index:			-1200;
		height:				266px;
		max-height:			266px;
		overflow:			hidden;
	}
	#slider_wrap div div {
		overflow: 			hidden;
		height:				266px;
		z-index:			-1200;
	}
	#slider_wrap div div a{
		border:				none;
	}

