.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: auto; /*width of featured content slider*/
	height:auto;
	}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

.pagination{
	width: auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	height:47px;
	}

.pagination a{
	text-decoration: none; 
	color: #00007D;
	}

.pagination a:hover, .pagination a.selected{
	color: #000;
	}
	
.flecha1{
	width:47px;
	height:47px;
	position:absolute;
	z-index:21000;
	margin:-70px 0px 0px 750px;
	background:url(img/but_next.png) no-repeat;
		}
		
.flecha2{
	width:47px;
	height:47px;
	position:absolute;
	z-index:21010;
	margin:-80px 0px 0px -55px;
	background:url(img/but_prev.png) no-repeat;
		}		
		
*:first-child+html .flecha1{
	width:47px;
	height:47px;
	position:absolute;
	z-index:21000;
	margin:-70px 0px 0px -1410px;
	background:url(img/but_prev.png) no-repeat;
		}
		
*:first-child+html .flecha2{
	width:47px;
	height:47px;
	position:absolute;
	z-index:21010;
	margin:-70px 0px 0px -720px;
	background:url(img/but_next.png) no-repeat;
	}