@charset "utf-8";
/* CSS Document */
/* Easy Slider */
#slider{
	visibility:hidden;
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:487px;
	height:143px; /*height:248px;*/
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:95px;
	float:left;
}

					
		

#nextBtn {
	float:right;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:93px;
	padding:4px 0;
	margin:2px 0;
	background:url(../images/bg_booton.gif) repeat-x;
	color:#aeb1b6;
	text-align:center;
	text-decoration:none;
	border:1px solid #3a3e44;
}
#nextBtn a {
}
#prevBtn a:hover, #nextBtn a:hover {
	background:url(../images/bg_booton_active.gif) repeat-x;
	color:#FFF;
}


/* // Easy Slider */

