#slider{
margin: 0;
background-color: Transparent;
}

#slider ul
{
margin: 0;
list-style:none;
}

#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:700px;
	height:380px;
	overflow:hidden; 
	background-color: Transparent;		
	background:url(../App_Images/slider/Fundo.png) no-repeat 0 0;
	}	

	#sliderBox
	{
	height: 400px;
	width: 700px;
	background-color: Transparent;
	}
	
	.tituloItem
	{
	font-family:"lane_-_narrowregular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 30px;
	position: relative;
	margin: 0 auto;
	top: 40px;
	left: 270px;
	color: #db2424;
	}

	.textoItem
	{
	width: 450px;
	color: #666666;
	position: relative;
	margin: 0 auto;
	top: 50px;
	left: 30px;
	font-family:"lane_-_narrowregular", Verdana, serif;
	font-size: 17px @important;
	font-style:normal;
	}

p#controls{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	/*width:30px;
	height:77px;*/
	width:30px;
	height:40px;
	position:absolute;
	left:100px;
	top:-220px;
	}	
#nextBtn{ 
	left:620px;
	}														
#prevBtn a, #nextBtn a{  
	position: absolute;
	display:block;
	/*width:30px;
	height:77px;*/
	width:30px;
	height:40px;
	background:url(../App_Images/slider/btn_prev.png) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../App_Images/slider/btn_next.png) no-repeat 0 0;	
	}	