
#scrolltext {width:160px;}

.link {
cursor:pointer;
color:#9f81a3;
z-index:10;
}
.link:hover {color:#7c5493;}

.slider {position:relative; overflow:hidden; height:400px; width:160px;}

.slidercontent {position:relative; overflow:hidden; height:auto;}

.section {
padding-bottom:10px;
padding-right:10px;
}
.link {text-align:right; width:150px; padding:5px;}
.section p {padding-bottom:10px;}

#slider-buttons { text-align:center;}
#slider-buttonsV {}
#next_catalogo { 
	cursor:pointer;
	display:block;
	width:10px;
	height:42px;
	overflow:hidden;
	background:transparent url(images/mas_next.gif) no-repeat 0 0;
	/*border:1px solid orange;*/
	}
#next_catalogo:hover {
	background:transparent url(images/mas_next.gif) no-repeat -14px 0px;
	}
#previous_catalogo {
	cursor:pointer;
	display:block;
	width:10px;
	height:42px;
	overflow:hidden;
	background:transparent url(images/menos_previous.gif) no-repeat -26px 0;
/*	border:1px solid blue;*/
	}
#previous_catalogo:hover {
	background:transparent url(images/menos_previous.gif) no-repeat -12px 0;
	}
	
	
/*****icos*****/ 
.ordenar_down { 
	background:url(images/icons/ordenar_down_lila.gif) no-repeat 100% 100%;
	height:10px;
	} 
.ordenar_up { 
	background:url(images/icons/ordenar_up_lila.gif) no-repeat 100% 100%;
	height:10px; 
	}	


				
