/*********************************
* Slideshow Styling
*********************************/
#slideshow {
	width: 100%;
	height: 100%;
	margin: 100px auto;

	/*
    position:relative;

    overflow: hidden;
    */
}
	#slideshow.fullscreen {
		/**position: fixed;
		top: 0;
		left: 0;

		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;

		overflow: hidden;**/
	}
	.img-wrapper {
	    min-width: 100%;
	    min-height: 100%;
		
		position: absolute;
		top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;

	    margin: auto;
	    overflow: hidden;
	    
	    z-index:8;

	    background-size: cover;
	    background-position: center center;
	}
		#slideshow .img-wrapper.active {
		    z-index:10;
		}

		#slideshow .img-wrapper.last-active {
		    z-index:9;
		}

	/*********************************
	* Thumbnail Styling
	*********************************/
	.thumbs-container {
		width: 100%;
		height: 70px;
		position: absolute;
		border:none!important;
		/*left: 0;*/

		z-index: 11;

		/**background: #222222;**/
		background: rgba(0,0,0,0.5);
		opacity: .9;
	}
		.thumbs-container.top {
			top: 0;
		}
		.thumbs-container.bottom {
			/**bottom: 0;**/
				bottom: 50px;
			background: rgba(0,0,0,0.5);
		opacity: .9;

		}
		


.thumbs-container.bottom .container-flecha-izq{
	background:rgba(0,0,0,0.5) no-repeat -5px;
	left:-80px;
	width: 40px;
	height: 290px;
	position: absolute;
	background-size:contain;	
	background-color: rgba(0,0,0,0.55);	
	opacity: .9;	
	z-index: 50;
	margin-top:-290px;
	
}

.thumbs-container.bottom .container-flecha-der{
	background:rgba(0,0,0,0.5) no-repeat -55px;
	right:-80px;
	width: 40px;
 	height: 290px;
 	position: absolute;
 	background-size:contain;	
	background-color: rgba(0,0,0,0.55);	
 	opacity: .9;	
 	z-index: 50;
	margin-top:-290px;
}


		.prev, .next {
			width: 3%;
			min-width: 40px;
			height: 48px;
			/**padding: 32px 1%;**/
			color: #999999;
			cursor: pointer;
			z-index: 80;
		}
		.prev { float: left; margin-top:90px; margin-left:12px; padding: 100px 4%;z-index: 80;}
		.next { float: right; margin-top:90px; margin-right:-12px; padding: 100px 1%;z-index: 80;}
			.prev:hover, .next:hover {
				color: #555555;
				z-index: 80;
			}
		ul.thumbs {
			position: absolute;
			top: 0;
			left: 13%;
			right: 13%;
			height: 70px;
			padding: 0;
			margin: 0 0%;
			overflow: hidden;
			white-space: nowrap;
			/*text-align: center;*/

		}
			.thumb {
				display: inline-block;
				/**width: 75px;
				height: 75px;**/
				width: 50px;
				height: 50px;
				/**margin: 10px;**/
				margin: 8px!important;
				overflow: hidden;
				background-size: cover;
	    		background-position: center center;

	    		cursor: pointer;
			}
				.thumb:first-of-type {
					margin-left: 0px;
				}
			.thumb.active {
				/**width: 75px;
				height: 75px;**/
				width: 50px;
				height: 50px;
				border: 2px solid #FFF;
			}
			
			
			