.nivoSlider {
	position:relative;
}
/*.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
*/
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:-350px;
	top:30px;
	height:120px;
	width:365px;
	z-index:89;
	
}
.nivo-caption p {}

.nivo-html-caption {
    display:none;
}
.logos img { margin-right:10px }

#slider h2 { margin-bottom:16px }
#slider p { font-size:17px; line-height:18px; color:#585858; margin-bottom:16px  }


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:267px;
	z-index:99;
	cursor:pointer;
	display:block;
	width:24px;
	height:28px;
	background:url("../img/flechas.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-prevNav {
	left:-252px;
}
a.nivo-nextNav {
	left:-226px;
	background-position:-24px 0;
	right:15px;
}
a.nivo-prevNav.disabled {
	background-position:0 -28px;
}
a.nivo-nextNav.disabled {
	background-position:-24px -28px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	left:-354px;
	bottom:9px;
}

.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:block;
	width:17px;
	height:22px;
	background:url("../img/bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;	
}
.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background-position:0 -22px;
}







#slider-wrapper {
    width:940px;
    height:253px;
	background:url(../img/bg1.png) 0 bottom no-repeat;
	position:absolute;
	right:0;
	top:160px
}

#slider {
	position:absolute;
	right:0;
    width:460px;
    height:300px;
	background:url("../img/loading.gif") no-repeat 50% 50%;
}
/*
#slider img {
	position:absolute;
	top:0px;
	right:0px;
	display:none;
}
*/