/* Diseņķ SevenLatam */





.plusslider {
	height: 665px;
	padding-bottom: 15px;
	overflow: hidden;
	position: relative;
}





/* Controles */
.plusslider-pagination-wrapper {
	background-color: transparent;
	height: 185px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 50;
}

.plusslider-pagination {
	display: table;
	margin: 0 auto;
	padding: 20px 0;
}

.plusslider-pagination li {
	background: url(../imagenes/home_slider/estructura/botones.png) no-repeat left top;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 0;
	height: 14px;
	margin: 0 2px;
	text-indent: -50px; /*IE6 fix */
	width: 14px;
	position: relative;
}

.plusslider-pagination .current, .plusslider-pagination li:hover {
	background-position: -13px 0;
}

.plusslider-arrows li {
	background: url(../imagenes/home_slider/estructura/botones.png) no-repeat left top;
	cursor: pointer;
	display: block;
	height: 32px;
	margin-top: -50px;
	opacity: 0;
	width: 32px;
	position: absolute;
	top: 50%;
	z-index: 0;
	text-indent: -9999px;
}

.plusslider:hover .plusslider-arrows li {opacity: 1; }
.plusslider-arrows .prev {background-position: 0 -10px; left: 10px; }
.plusslider-arrows .prev:hover {background-position: 0 -42px; left: 10px; }
.plusslider-arrows .next {background-position: -33px -10px; right: 10px; }
.plusslider-arrows .next:hover {background-position: -33px -42px; }

.plustype-fader .child { display: none; position: absolute; left: 0; top: 0; }
.plustype-fader .current { z-index: 2; }
.plustype-fader .plusslider-pagination { position: relative; z-index: 50; }

.plusslider-container > * { display: none; }
.plusslider-container > *:first-child { display: block; }

.plusslider-container .child { display: block; }