div.scrollable
{
	/* required settings */
	position:relative;
	overflow:hidden;
	/* vertical scrollers have typically larger height than width */
	height: 780px; /*470*/
	width:100%;
}


div.scrollable div.items
{
	position:absolute;
	
}

div.items div
{
	margin:0px 0px 10px 0px;
}
div.items div a
{
	text-decoration:none;
}


div.scrollable div.items img
{
	display:block;
	cursor:pointer;
	border:0px;
	text-decoration:none;
}
div.scrollable div.items span
{
	display:block;
	color:#000000;
	font-size:12px;
	height:30px;
}

div.items div.active span
{
	color:#e9098a;
	font-weight:bold;
}
div.items div.active a
{
	text-decoration:none;
}





a.prev, a.next
{
	display:block;
	height:13px;
	width:80px;
	cursor:pointer;
}
a.disabled {
	visibility:hidden !important;		
}
a.prev
{
	background:url(foto_pre.png) no-repeat center;
	margin:0px 0px 5px 0px;
}
a.next
{
	background:url(foto_nex.png) no-repeat center;
	margin:5px 0px 0px 0px;
}
a.prevPage, a.nextPage
{
	display:block;
	width:18px;
	height:18px;
	cursor:pointer;
}
a.prevPage
{
	background:url(arrow_le.png) no-repeat;
	float:left;
	margin:10px 0px 0px 0px;
}
a.nextPage
{
	background:url(arrow_ri.png) no-repeat;
	float:right;
	margin:10px 20px 0px 0px;
	display:inline;
}
#FotoPageNav
{
	width:80px;
	border:0px solid red;
	text-align:center;
	margin:0px 0px 0px 0px;
}