#boxer-overlay {
	background: #000;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
#boxer {
	background: transparent;
	padding: 0px;
	border-radius: 0px;
	box-shadow: 0 0 25px #000;
	position: absolute;
	z-index:1001;
}
#boxer.inline {
	padding: 30px;
}
#boxer .boxer-close {
	background: url(../img/jquery.fs.boxer-icons.png) no-repeat -70px -60px;
    background-color:transparent;
    top:-26px;
    right:-26px;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	padding: 0;
	width: 30px;
	text-indent: -99999px;
	z-index: 106;
}
#boxer .boxer-container {
    background:transparent;
    overflow:visible;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 105;
	zoom: 1;
}
#boxer .boxer-content {
	background: #fff;
	overflow: hidden;
	padding: 0;
	width: 10000px;
}
#boxer .boxer-image {
	float: left;
}
#boxer .boxer-video {
	height: 100%;
	width: 100%;
}
#boxer .boxer-iframe {
	float: left;
	height: 100%;
	overflow: auto;
	width: 100%;
}
#boxer .boxer-meta {
	clear: both;
}
#boxer .boxer-arrow {
	background: #fff url(../img/jquery.fs.boxer-icons.png) no-repeat 0 0;
	background-color:transparent;
	border-radius: 100%;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	display: block;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	text-indent: -99999px;
	top: 0;
	width: 40px;
}
#boxer .boxer-arrow.previous {
    left:-40px;
    background-position:0px -40px;
}
#boxer .boxer-arrow.next {
    right:-40px;
    background-position:-40px -40px;
}
#boxer .boxer-meta{
    background-color:#000;
}
#boxer .boxer-arrow.previous.disabled,
#boxer .boxer-arrow.next.disabled {
    display: none;
}
#boxer .boxer-position {
	display: none;
}
#boxer .boxer-caption p {
	margin: 0;
	padding: 15px 10px 10px 10px;
}
#boxer .boxer-caption.gallery p {
	padding-top: 10px;
	color:#ccc;
}