/* Container when content is shown in slider */
.showcase{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	visibility: hidden;
}

	.showcase-content-container{
		background-color: transparent;
	}

	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next{
		width: 32px;
		height: 32px;

		position: absolute;
		background: url('images/arrows.png');
		bottom: 20px;
		cursor: pointer;
		z-index:2;

	}
	#galeria_video .showcase-arrow-previous,
	#galeria_video .showcase-arrow-next{
		bottom: 55px;
	}

	.galeria_video .showcase-arrow-previous,
	.galeria_video .showcase-arrow-next{
		bottom: 45px;
	}
	.showcase-arrow-previous{
		right: 60px;
		background-position:left top;

	}

	.showcase-arrow-previous:hover{
		background-position: left bottom;
	}

	.showcase-arrow-next{
		right: 20px;
		background-position: right top;
	}

	.showcase-arrow-next:hover{
		background-position: right bottom;
	}

	/* Content */
	.showcase-content{
		background-color: transparent;
	}

		.showcase-content-wrapper{
			display: table-cell;
		}

		/* Styling the caption */
		.showcase-caption{
			padding: 6px 15px;
			position: absolute;
			bottom: 20px; left: 10px; right: 112px;
			display: none;
			background-color: #ffffff;
			background-color: rgba(255, 255, 255, .8);
		}
		figure.showcase-caption{
			padding: 0;
			bottom: auto; left: auto; right: 0;
			background: transparent
		}

	/* Button Wrapper */
	.showcase-button-wrapper {
		clear: both;
		text-align: center;
	}
		.showcase-button-wrapper span {
			margin: 0 5px;
			padding: 2px 5px;
			cursor: pointer;
			font-size: 18px;
			color: #666666;
		}
		.showcase-button-wrapper span:hover,
		.showcase-button-wrapper span.active {
			color: #cccccc;
		}

	/* SLIDESHOW HOME */
	#slideshow_home .showcase-arrow-previous,
	#slideshow_home .showcase-arrow-next{
		width: 42px;
		height: 42px;
		background: url('images/arrows_home.png');
		top: 179px;
	}

	#slideshow_home .showcase-arrow-previous{
		background-position:left top;
		left: -10px;
	}

	#slideshow_home .showcase-arrow-next{
		background-position: right top;
		right: -10px;
	}

	#slideshow_home .showcase-arrow-previous:hover{
		background-position: left bottom;
	}

	#slideshow_home .showcase-arrow-next:hover{
		background-position: right bottom;
	}