#flores-scroll, #productos-scroll{
	position:relative;
	overflow:hidden;	 	
	width: 961px;	
	height:198px;				
}

#flores-scroll div.items, #productos-scroll div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
	margin-left:20px;
}
#flores-scroll div.items div.portada-bottom, #productos-scroll div.items div.portada-bottom {
	float:left;
	width:184px;
}

#flores-scroll div.items div.active, #productos-scroll div.items div.active {
	/*border:1px inset #ccc;		
	background-color:#fff;*/
}


#prevPage-portada, #nextPage-portada{
	position:absolute;
	background:transparent #00FF00;
	width:15px;
	height:220px;
	top:25px;
	text-indent:-9999px;
	display:block;
	z-index:1;
}

#prevPage-portada{
	left:5px;
	background:url(../ev-images/anterior.gif) no-repeat;
	background-position:5px 100px;
	cursor:pointer;
}
a#prevPage-portada:hover{
	left:5px;
	background:url(../ev-images/anterior-hover.gif) no-repeat;
	background-position:5px 100px;
}

#nextPage-portada{
	right:5px;
	background:url(../ev-images/siguiente.gif) no-repeat;
	background-position:0px 100px;
	cursor:pointer;
}
a#nextPage-portada:hover{
	right:5px;
	background:url(../ev-images/siguiente-hover.gif) no-repeat;
	background-position:0px 100px;
}
