

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:#dedede /*url(images/slider.png) no-repeat*/;
    width:390px; /* CHANGE: important to be same as image width */
    height:398px; /* CHANGE: important to be same as image width */
    margin:auto;
}

#slider/*,#slider2*/{
	position:relative;
    width:390px; /* CHANGE: important to be same as image width */
    height:398px;    /* CHANGE: important to be same as image width */
	background:#1f336a url(images/loading.gif) no-repeat 50% 50%;
	z-index:0;
}
#slider3/*,#slider2*/{
	position:relative;
    width:429px; /* CHANGE: important to be same as image width */
    height:80px;    /* CHANGE: important to be same as image width */
	background:#1f336a url(images/loading.gif) no-repeat 50% 50%;
	z-index:0;
}
/*#slider2{
    width:185px; 
    height:120px;
}
#slider2 .nivo-caption{ bottom: -260px;}
*/
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider2 .nivo-controlNav{ top:-34px; right:0;}
#slider a {
	border:0;
	display:block;
}

#slider3 a {
	border:0;
	display:block;
}

#slider3 .nivo-controlNav {

	display: none;
}

.nivo-controlNav {
	position:absolute;
	top:1px;
	right:6px;
}
.nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	/*margin-right:3px;*/
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    width: 370px;
	height:85px;
	padding:10px 10px;
	left:0;
	bottom: 105px;
	background-color: rgba(62, 62, 62, .7);
	color:#fff;
}
.nivo-caption .text-18{ font-size:14px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif;}
.nivo-caption a { 
    color:#efe9d1;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.content, #encuesta{ overflow:hidden;}