
/* ----------------USADO EN MI PERFIL------------- */


/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:100%; 
	margin:1px auto 1px; 
	
	display:block; 
	position:relative; 
	padding:0;
}

/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:15px; 
	height:20px; 
	top:0px; 
	right:5px;
	background:url(../images/icos/ico_arrow.gif) no-repeat center; 
	margin-top:30px;
	/*margin-bottom:100px;*/
}
#SlideItMoo_outer .SlideItMoo_forward { 
	left:5px;
	background:url(../images/icos/ico_arrow_izq.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:400px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0 auto 0;
	padding:0;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0; 
	font-size:11px; 
	width:90px; 
	text-align:center; 
	
}
#SlideItMoo_items a { padding:0; margin:0; clear:both; display:block; background:transparent; padding:2px; }
#SlideItMoo_items a img{ border:none; }


