.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	/*border: 10px solid navy;
border-bottom-width: 6px;*/
	width: 100%; /*width of featured content slider*/
	height: 155px;
	margin-left:0px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*padding-left:10px;*/
	/*padding-top:8px;*/
	/*padding-right:8px;*/
	/*background: white;*/
	background:url(../images/common/bg_blue2.jpg) repeat-x #133049;
text-align:center;
/*padding-top:10px;*/

/*	background:#FFFFFF;*/
	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;
	font-size: 10px;
	
}




.sliderwrapper-testimonials{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	height: 250px;
	width:300px;
}

.sliderwrapper-testimonials .contentdiv{
	padding:8px;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	/*background:#333333;*/
	/*background:url(../images/menu_r/fondo_black.png) repeat-x #000000;*/
	width: 284px; /*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: 21px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)

text-align: center;
background:url(../images/menu_r/fondo_azul.png) repeat-x #325B7B;
/*padding: 5px 10px;*/
}

.pagination a{
/*padding: 0 2px;
padding-right:3px;
text-decoration: none; 
color: #00007D;*/

}

.pagination a:hover, .pagination a.selected{
/*color: #000;
background-color: #FEE496;*/
}
