
#prevBtn, 
#nextBtn,
#prevBtn1, 
#nextBtn1
{
	margin: 					0;
	padding: 					0;
	
	display: 					block;
	
	text-indent: 				-8000px;
	
	overflow: 					hidden;
}

#slider_portfolio
{
	position: 					relative;
}

#slider_portfolio li .thumbnail
{ 
	width: 						155px;
	height: 					120px;
	
	overflow: 					hidden;
}

#slider_portfolio li .thumbnail a
{ 
	line-height: 				120px;
	
	display: 					block;
}

	/* ARROW CONTROLS */

#prevBtn1, 
#nextBtn1
{ 
	position: 					absolute;
	top: 						20px;
	right: 						80px;
	
	width: 						32px;
	height: 					31px;
	
	display: 					block;
	z-index: 					100;
}

#nextBtn1
{ 
	right: 						30px; 
}

#prevBtn1 a, 
#nextBtn1 a
{ 
	position: 					relative; 
	
	width: 						32px; 
	height: 					31px; 
	
	display: 					block; 
	
	background: 				url("../immagini/frame/freccia_back.png") left top no-repeat; 
} 

#nextBtn1 a
{ 
	background: 				url("../immagini/frame/freccia_next.png") right top no-repeat; 
} 
	/*  */ 

	/* NUMERIC CONTROLS */ 
/*
ol#controls
{
	margin: 					10px 0; 
	padding: 					0;
	
	height: 					28px; 
}

ol#controls li
{
	float: 						left;
	
	height: 					28px;
	
	margin-right: 				10px; 
	padding: 					0;
	
	line-height: 				28px;
	
	list-style: 				none;
}
ol#controls li a
{
	float: 						left;
	
	height: 					28px;
	
	padding:0 10px;
	
	line-height: 				28px;
	
	color: 						#555555;
	text-decoration: 			none;
	
	background: 				#DAF3F8;
	
	border: 					1px solid #CCCCCC;
} 

ol#controls li.current a
{
	color: 						#FFFFFF;
	
	background: 				#5DC9E1;
} 
*/
	/*  */ 

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

