#banner{
	height: 496px;
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 0;
	overflow: hidden;
	background: #dfdfdf
}

/*decoracao*/

#banner-bg-preto-transparente-top{
	height: 20px;
	width: 100%;
	background: url(../images/bg-preto-transparente.png);
	z-index: 5
}

#banner-linha-amarela{
	height: 7px;
	width: 100%;
	background: #fff200;
	position: absolute;
	bottom: 11px;
	z-index: 5
}

/*******cenas************/


#carousel-box{
	width: 1263px;
	height: 496px;
	position: absolute;
	left: 50%;
	margin-left: -631px;	
}

#carousel {
	width: 1263px;
	height: 496px;
	overflow: hidden;
}

#carousel a{	
	width: 1263px;
	height: 496px;
	display: block;
	float: left;
}

		
#pager {
	position: absolute;
	top: 45px;
	width: 926px;
	left: 50%;
	margin-left: -463px;
	z-index: 100
}

#pager a {
	width: 27px;
	height: 27px;
	float: left;
	cursor: pointer;
	margin-right: 5px;
	background: url(../images/icones.png)
}

#pager a.selected {
	background-position: -27px 0
}

#pager a span {
	display: none;
}

/********cena 2**************/

#cena1{
	width: 1263px;
	height: 496px;
	margin: 0 auto;
	position: relative;
	overflow: hidden
}

#cena1 img#cena{
	position: absolute;
	z-index: 0
}

#anim {
	 height: 354px;
	 width: 348px;
	 background: url(../images/banner/alho.png) no-repeat 0 0;
	 position: absolute;
	 z-index: 1;
	 left: 650px
}

#mao_esquerda {
	 height: 179px;
	 width: 181px;
	 background: url(../images/banner/mao-esquerda.png) no-repeat 0 0;
	 position:relative;
	 z-index: 3;		 
	 margin: 250px 0 0 870px
}

#mao_direita_box{
	position:absolute;
	z-index: 10;
	width: 125px;
	height: 111px;
	top: 150px;
	left: 530px;
	
}

#mao_direita{
	background: url(../images/banner/mao-direita.png);
	width: 125px;
	height: 111px
}

#panela{
	position: absolute;
	z-index: 4;
	right: 298px;
	top: 358px;
}

#panela-full{
	position: absolute;
	z-index: 2;
	top: 309px;
	right: 117px;
	
}


