.lb-album{
	width: 100%;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.lb-album li{
	float: left;
	/*margin: 5px;*/
	position: relative;
	list-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lb-album li > a{
	max-width: 100%
	height: auto;
	position: relative;
}
.lb-album li > a span{
	position: absolute;
	max-width: 250px;
	text-align: right;
	line-height: 35px;
	font-size: 18px;
	opacity: 0;
	filter: alpha(opacity=0.3); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FABE32;
	background-position: left;
	color: #1E0000;
	height: 30px;
	right: 0px;
	bottom: -38px;
	text-decoration: none;
	font-style: normal;
	left: auto;
	top: 133px;
	padding-right: 6px;
	width: 215px;
}
.lb-album li > a:hover span{
	opacity: 0.7;
	filter: alpha(opacity=30); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	width: 100%;
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background: rgb(241,210,194);
	line-height: none;
	background-image: url(../add%20images/latar2.png);
	background-position: center;
	background-repeat: repeat;
	background-color: #1E0000;
}
.lb-overlay > div{
	position: relative;
	color: rgba(30,0,0,0.8);
	width: 550px;
	height: 80px;
	margin: 40px auto 0px auto;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
}
.lb-overlay div h3,
.lb-overlay div p{
	padding: 0px 20px;
	width: 200px;
	height: 60px;
	color: #1E0000;
}
.lb-overlay div h3{
	font-size: 28px;
	float: left;
	text-align: right;
	border-right: 1px solid rgba(27,54,81,0.4);
	margin-top: 0px;
}
.lb-overlay div h3 span,
.lb-overlay div p{
	font-size: 18px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-style: italic;
}
.lb-overlay div h3 span{
	display: block;
	line-height: 6px;
}
.lb-overlay div p{
	font-size: 16px;
	text-align: left;
	float: left;
	width: 320px;
	margin: 0px;
}
.main .inner section .lb-album div p em tt cite {
	font-size: 12px;
	font-family: "Lucida Console", Monaco, monospace;
	float: left;
	font-style: normal;
	color: #333;
}

.lb-overlay a.lb-close{
	z-index: 1001;
	color: #FAFAE1;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	text-transform: lowercase;
	width: 60px;
	height: auto;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	background-color: rgba(30,0,0,0.8);
	margin-right: 25px;
	font-style: normal;
	font-weight: bold;
	border-radius: 6;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
.lb-overlay a.lb-close:hover {
	z-index: 1001;
	color: #1E0000;
	position: absolute;
	top: 43px;
	left: 50%;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	text-transform: lowercase;
	width: 60px;
	height: auto;
	overflow: hidden;
	margin-left: -25px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	background-color: rgba(250,190,50,0.8);
	margin-right: 25px;
	font-style: normal;
	font-weight: bold;
	border-radius: 6;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 100%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	top: -32px;
	width: 24px;
	height: 25px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=50); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.lb-prev{
	margin-left: -30px;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.lb-next{
	margin-left: 6px;
	background: transparent url(../images/arrows.png) no-repeat top right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 60px 0px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}
.container .main .inner section .lb-album li a span em {
	font-size: 12px;
	font-style: italic;
}
