
#scroller_container{
 width: 480px;
 height:150px;
}

#scroller{
	width:405px;
	height:128px;
	overflow:hidden;
	float:left;
	border: medium solid #ffffff;
	border-left: 5px solid #ffffff;	
	vertical-align:middle
}

#scroller_marco{
	width:414px;
	height:134px;
	float:left;
	border: thin solid #e2e1a8;	
	vertical-align:middle
}
#scroller_left_arrow{
	width:20px;  
	height:121px;
	background-image:url(flecha_izq.png);
	background-position: 2px 13px ;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-right: 5px;
	float:left
}
#scroller_right_arrow{
	width:20px;  
	height:121px;
	background-image:url(flecha_der.png);
	background-position: 2px 13px ;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left: 5px;
	float:left
}




#scroller_container.detalle_scroll{
 width: 280px !important;
 height:80px !important;
}

#scroller.detalle_scroll{
	width:205px !important;
	height:78px !important;
	overflow:hidden;
	float:left;
	border: medium solid #ffffff;
	border-left: 5px solid #ffffff;	
	vertical-align:middle
}

#scroller_marco.detalle_scroll{
	width:214px !important;
	height:84px !important;
	float:left;
	border: thin solid #8a8a7a;	
	vertical-align:middle
}
#scroller_left_arrow.detalle_scroll{
	width:11px;  
	height:81px;
	background-image:url(flecha_izq_p.png);
	background-position: 2px 13px ;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-right: 5px;
	float:left
}
#scroller_right_arrow.detalle_scroll{
	width:11px;  
	height:81px;
	background-image:url(flecha_der_p.png);
	background-position: 2px 13px ;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left: 5px;
	float:left
}