
.sliderwrapper{ /*CONTENEDOR */
	position: relative;
	overflow: hidden;
	border: 1px solid #D8D8D8;    /* BORDE CONTENEDOR    */
	border-bottom-width: 1px;   /* BORDE ENTRE CONTENIDO Y PAGINADOR */
	width: 570px;   /*  ANCHO CONTENEDOR IMG */
	height: 250px;  /*  ALTO CONTENEDOR  IMG   */
	padding: 0px;
	}
.sliderwrapper .contentdiv{  /*CONTENIDO */
	visibility: hidden;
	position: absolute; 
	left: 0;  
	top: 0; 
	background: #FFF;	
	border: 0px solid #DDD;
	padding: 0px; /* ENTRE CONEDOR Y CONTENIDO */
	width: 570px; /*(390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100); -moz-opacity: 1; opacity: 1;
	}
.pagination{	/* PAGINADOR  */
	width: 570px; 
	text-align: right;
	padding: 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	}
.pagination a{  /* PAGINADOR  LINK */
	padding: 0 5px;
	text-decoration: none; 
	color: #000;
	background: white;
	}
.pagination a:hover, .pagination a.selected{
	background-color: #2E2E2E;
	font-weight: bold;	
	color: #fff;
	}
.slide_img{ 
	width:285px; 
	height:250px;  
	float: left;
	cursor: pointer;
	vertical-align: middle;
	}
.slide_txt{
	width:282px; 
	height:250px;
	float: left;	
	}
