#newsInfocatolica{
	width: 660px; /* Defines the size of the visible part of the carousel
		Attention : if you only want to see plain items in the newsInfocatolica,
		the width of the newsInfocatolica should take into account of :
		- the items width
		- the right and left padding of items
		- the number of items you want to see in the newsInfocatolica
	 */
	overflow:hidden; /* Hides extra elements, those outside the newsInfocatolica area */
	/* Fix for IE */
	position:relative;
}
#newsInfocatolica ul{
	position: relative; /* Enables positionning of elements inside newsInfocatolica */
	padding: 0; /* Resets default - User Agent - style */
	margin: 0;
}
#newsInfocatolica li{
	width: 200px; /* Defines the size of inner element */
	float: left; /* Places list items side by side*/
	list-style: none; /* Resets default - User Agent - style */
	/* Cosmetic */
	margin: 0 1px;
	padding: 10px;

}

/* Cosmetic */
.btPrev, .btNext{
  color:#990000;
	cursor: pointer;
	font-size: 1.2em;
	text-decoration: underline;	
}
.btPrev{
 float:left;
}
.btNext{
 float:right;
}
