#slideshow{
	text-align: center;
	padding-bottom: 30px;
}

#slideshow img{
	cursor: pointer;
	margin: 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#slideshow img:hover{
	-webkit-box-shadow: 0 0 20px #ff5105;
	/*-moz-box-shadow: 0 0 20px #ff5105;*/
	box-shadow: 0 0 20px #ff5105;

	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);

}


#previewSlideshow{
	background: rgba(0,0,0,0.8);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 800px;
	width: 800px;
	z-index: 500;
}

#previewSlideshow #imagen{
	height: 800px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	box-shadow: 0 0 50px #000;
	-webkit-box-shadow: 0 0 50px #000;
	z-index: 500;
	position: 1px;
}

#previewSlideshow #descripcion{
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 5px;
	position: relative;
	margin-top: -800px;
	margin-left: 400px;
	margin-right: auto;

	height: 470px;
	z-index: 550;
	overflow: scroll;
}

#previewSlideshow #cerrar{
	background: #961049;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 50px;
	float: left;

	z-index: 510;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

#previewSlideshow #cerrar:hover{
	padding: 30px 10px 10px 10px;
}
