/*
CSS created by Lokesh Dhakar. 
For more information visit ww.huddletogether.com
Last revision 2006-12-14

CSS modified by Stef @isproductions.net
This CSS is needed for displaying large images on dimmed background and have to be used on Portfolio & Image pages. 
*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#prevNavigation, #nextNavigation {
	position: absolute;
	top: 0px;
}
#prevNavigation {
	left: -50px;
	width: 20px;
}
#nextNavigation {
	left: 100%;
	width: 50px;
}

#outerImageContainer{
	position: relative;
	background-color: #212121;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	font: 10px Arial, Helvetica, sans-serif;
}
#imageDataContainerLB {
	position: relative; 
	left: 0px;
	background: #212121;
	border: 1px solid #5d5e5e;
	border-top: none;	
	text-align: center;
	font-size:11pt;
	width: 100%;
}
#imageTitleHolder {
	padding: 10px 5px;
	white-space:nowrap;
	z-index: 10;
	overflow: hidden;
}	

#caption {
	font-weight: bold; 
	white-space:nowrap;
}


#imageContainer{
	background-color: #212121;
	position: relative;
	left: 0px;
	width: 100%;
	z-index: 9;
	}
.imageContainer{
	border: 1px solid #5d5e5e;
	border-top: none;
	border-bottom: none;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background:  url(loading.gif) no-repeat;
	background-position:center;
	}
#imageDetails {
	position: relative;
	text-align: center;
}
.imageDetails {
	border: 1px solid #5d5e5e;
	border-bottom: none;
	width: 100%;
}

#eCloseLink
{
	/*float: right; */
	position: absolute;
	right:0px;
	top: 0px; /*0*/
	z-index: 10;
}
#lblCloseLink img {
	opacity:0.7;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

#prevLink, #nextLink{
	height: 20px;
	width: 20px;
	overflow: hidden;
	background: transparent url(spacer.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	position: absolute;
	z-index: 2;
	top: 200px;
}
#prevLink { background-repeat: no-repeat; left: 0px;}
#nextLink { background-repeat: no-repeat; right:0px;}

#imageDataContainerLB, #artistLogoContainer{
	background-color: #212121;
	margin: 0;
	line-height: 1.4em;
	text-align: center;
	}
#artistLogoContainer 
{
	height: 30px; 
	overflow: hidden; 
	position: relative; 
	width: 100%; 
	height: 100%;
	z-index: 1;
	padding:10px 0; /*margin*/
	font-weight: bold; /*font-size: 11pt;*/
}
#ALCwrap {
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}
#caption { color: #ffffff; }	
	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #333;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	
}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
	
	#caption { font-size: 10pt;}
	#artistLogoContainer {font-size: 10pt; color: #FFFFFF;}
	/* common images for Prev and next arrows. They can be replaced in skin */
	#prevLink { background-image: url(LB-prev.gif); }
	#nextLink { background-image: url(LB-next.gif); }
	
	
	#oTemp { font-size: 11pt; visibility: hidden;position: absolute;}