#djmediatools {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.dj-album-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 50px 0;
}
.no-title .dj-album-item {
	padding-top: 0;
}
.dj-album-item-in {
	position: relative;
	height: 100%;
}

.dj-album-title {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 10px !important;
	height: 50px;
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	z-index: 5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dj-album-image {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: auto;
	text-align: center;
	margin: 0 360px 0 0;
	background: #000;
}
.dj-album-image img {
	max-width: none;
	max-height: none;
}
.dj-album-image img#dj-image {
	max-width: 100%;
	max-height: 100%;
}

.dj-album-item-desc {
	position: absolute;
	top: 0;
	right: 0;
	overflow: auto;
	height: 100%;
	width: 320px;
	padding: 0 20px;
	font-size: 13px;
	color: #333;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.dj-album-desc {
	margin: 0 0 10px;
	font-weight: bold;
}
h2.dj-item-title {
	margin: 10px 0;
}

.djmt_comments {	
}

/* jcomments */
#jc #comments-form textarea,
#jc #comments-form .grippie {
	max-width: 98% !important;
}

.modules-item-desc {
}

.dj-album-navi {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	color: #666;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.dj-album-navi a.dj-prev,
.dj-album-navi a.dj-next {
	position: absolute;
	color: #333;
	max-width: 40%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 200ms ease 50ms;
	transition: all 200ms ease 50ms;
	opacity: 0.5;
}
.dj-album-navi a.dj-prev {
	left: 0;
	padding: 0 0 0 40px;
	background: url(../images/prev.png) 0 0 no-repeat;
}
.dj-album-navi a.dj-prev:hover,
.dj-album-navi a.dj-prev:focus {
	color: #333;
	opacity: 1;
}
.dj-album-navi a.dj-next {
	right: 0;
	padding: 0 40px 0 0;
	background: url(../images/next.png) 100% 0 no-repeat;
}
.dj-album-navi a.dj-next:hover,
.dj-album-navi a.dj-next:focus {
	color: #333;
	opacity: 1;
}

#main { min-height: none !important; }
body.contentpane { overflow:hidden !important; }

@media (max-width: 767px) {
	#djmediatools {
		overflow: auto;
	}
	.dj-album-item {
		position: relative;
		height: auto;
		padding: 0;
	}
	.dj-album-title {
		position: relative;
		height: auto;
	}
	.dj-album-image {
		height: auto;
		margin: 0;
	}
	.dj-image {
		margin: 0 !important;
	}
	.dj-album-item-desc {
		position: relative;
		height: auto;
		width: auto;
		padding: 10px;
	}
	.dj-album-navi {
		position: relative;
		padding: 10px;
	}
	
	/* fluid video width */
	.dj-album-video {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.dj-album-image iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
