@charset "utf-8";
/* CSS Document */

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

/* Easy Slider */

/* numeric controls */	

ol#controls {
	position:absolute;
	width:auto;
	left:328px;
	top:400px;
	clear:both;
	z-index:99999;
}

ol#controls li {
	padding:0;
	float:left;
	list-style:none;
}

ol#controls li a {
	display:block;
	float:left;
	background:url(imagem/bola.png) no-repeat;
	height:8px;
	width:8px;
	margin-right:4px;
	font-size:0px;
	color:#fff;
	text-decoration:none;
	line-height:8px;
}

ol#controls li.current a {
	background:url(imagem/bola2.png) no-repeat;
	color:#333;	
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}

/* // Easy Slider */