@charset "UTF-8";
body{
	padding: 0px;
	margin: 0px;	
}
#bg-overlay{
	opacity: .6;
	height: 100%;
	width: 100%;	
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	display: none;
	z-index: 9999;
}
#theBox{
		position: fixed;
		background-color: #fff;
		display: none;	
		border-radius: 8px;
		-webkit-border-radius: 8px;
		z-index: 99999999;
}
#theBox img{
	border-radius: 8px;	
	border: 2px solid #fff;
	box-shadow: 0 0 70px #000;
}
.large{
	display: none;	
}/* CSS Document */

#close{
	height: 35px;
	width: 35px;
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 35px;	
	position: absolute;
	right: -17.5px;
	top: -17.5px;
	border: 2px solid #fff;
	border-radius: 50%;
	line-height: 35px;
	cursor: pointer;
}
#close img{
	border-radius: 8px;
	border: 0px;	
	box-shadow: 0;
}
#next{
	width: 100px;	
	height: 35px;
	background: #000;
	border: 2px solid #fff;
	position: absolute;
	bottom: -50px;
	right: -4px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	line-height: 35px;
	display: none;
	cursor: pointer;
}
#previous{
	width: 100px;	
	height: 35px;
	background: #000;
	border: 2px solid #fff;
	position: absolute;
	bottom: -50px;
	left: 0;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	line-height: 35px;
	display: none;
	cursor: pointer;
}
#caption{
	position: absolute;
	width: 250px;
}
#inner-caption{
	border: 1px solid #fff;
	background: #000;
	border-radius: 10px;
	color: #fff;
	padding: 10px;
	margin: 0 auto;
	display: table;
	text-align: left;
}
