/* LIGHTBOX */
#lightbox{
	position:fixed;
	overflow: hidden;
	background-color: #181818;
	background-image: url('../images/layout/backgrounds/lightNoise.png');
	color:#FFFFFF;
	z-index:1001;
	display:none;
	padding:10px;
	border-radius:10px;
	text-align:center;
}
#lightbox #inner_box{
	padding: 30px;
	background-color: #000000;
	border-radius:10px;
	overflow: scroll;
}
#lightbox_shadow{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}
#x{
	position:fixed;
	z-index:1002;
	display:none;
	height:30px;
	width:30px;
	background-image:url('../images/layout/lightbox/x2.png');
	background-repeat:no-repeat;
	background-position:center center;
}
#x:hover{
	cursor:pointer;
}
#lightbox #result_box{
	display:inline-block;
	margin:0 auto;
	font-size:0;
	background-color: #000000;
	background-image: url("../images/layout/loading.gif");
	background-position: center, center;
	background-repeat: no-repeat;
}
#lightbox h2{
	text-align:left;
	font-size: 14pt;
	padding-top:20px;
	padding-bottom:5px;
}
#lightbox #des, #lightbox #tag_list, #share a, #shareable{
	text-align:left;
	width:100%;
	display:inline-block;
	color: #D4D4D4;
	font-size:10pt;
	padding-top:7px;
}
#shareable textarea{
	color: #D4D4D4;
	background-color:#212121;
	resize:none;
	border-color:#373737;
	padding: 5px;
}
#lightbox #rendered{
	display:inline-block;
}
#lightbox #spotifyimg{
	width:350px;
	height: 390px;
}
html.noscroll{
	overflow:hidden;
}
