#Chamada {
	position: absolute;
	left: 1px;
	top: 3px;
	width: 900px;
	height: 396px;
	z-index: 1;
	overflow: hidden;
	visibility: hidden;
}

			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:0px;
            }
    /* // image replacement */
			
	#container{
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
	margin-bottom: 2em;
		}	
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{
	margin-top:0px;
}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width: 900px;
	height: 396px;
	overflow: visible;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:0px;
	height:0px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
	clip: rect(0px,auto,auto,auto);
		}	
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:0px;
	height:0px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
	padding: 0;
	height: 0px;
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 5px;
		}
	ol#controls li{
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 2px;
	line-height: 2px;
		}
	ol#controls li a{
	float: left;
	height: 20px;
	line-height: 18px;
	border: 1px solid #ccc;
	color: #FFF;
	padding: 0 5px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #333333;
	z-index: auto;
		}
	ol#controls li.current a{
	color: #fff;
	background-color: #cc2026;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
