/* outmost wrapper element */
div.scrollable {
	/*background-color:#efefef;*/
}

div.horizontal {
	width:415px;  /*366/732/1098 */
	height:183px;		
}


div.noitems {
	padding-top:0px;		
}

div.noitems div.__scrollable {
	margin-top:8px;
}

/* container for the scrollable items */
div.horizontal div.items {
	height:183px;	
	float:left;
	width:370px !important;/*366/732/1098 */
}

/* single item */
div.items div, div.noitems div {
	display:block;
	width:370px; 
	height:183px;
	font-family:verdana;
}

div.items div {
	float:left;
}

div.item {
	height:183px;
	width:96px;
	float:left;	
}


/* next / prev buttons */
.flechas{ 
	display:block;
	float:left;
	margin-left:6px
}
a.prev{ 
	/*display:none;*/
	/*background:url(/imagenes/left.png) no-repeat right top;*/
	display:block;
	width:27px;
	height:74px;
	margin:3px 0 0 0;
	cursor:pointer;
	background:url(/imagenes/tarifas_izq.gif) -27px 0px no-repeat;
}
a.next {
	display:block;
	width:27px;
	height:74px;
	margin:0px 0 0 8px;
	cursor:pointer;
	background-image:url(/imagenes/bot_tarifas.gif)		
}

a.prev:hover {
	background-position: left top;		
}

a.next:hover {
	background-position:-27px 0px;		
}

