/*
CSS Name: Shadow Effect Enhanced
Description: LiteBox2 Gallery with a Shadow effect
Author: Sarwo Ajie
Version: 1.10

It's been enhanced with a TRANSPARANCY EFFECT on thumbnails

*/

/* ----------- Album Styles Extend -------------*/

body#galeri {
	background: #FFFFFF url(img/galeribg.jpg) no-repeat top left;
	}

.album-konten {
	float: left;
	width: 650px;
	margin: 100px 0 0 70px;
	padding-right: 15px;
	}
	
.trailer-konten {
	float: left;
	width: 650px;
	margin: 50px 0 0 50px;
	padding: 5px;
	}


.konten {
	float: left;
	width: 500px;
	margin: 30px 0 0 300px;
	padding: 5px;
	}

.kontenprod {
	float: left;
	width: 800px;
	margin: 30px;
	padding: 5px;
	}

.kalbum-thumbnail-box {
	float: left;
	margin: 15px;
	padding: 0px;
}

.kalbum-thumbnail-box a {
	width: 100%;
	float: left;
	color: #962B54;
	display: block;
    clear: both;
	margin-top: 0px;
	margin-left: 5px;
    text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 21px;
}

.kalbum-thumbnail {
	float: left;
	background: url(img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
}

.kalbum-thumbnail img {
	margin: -6px 6px 6px -6px;
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	display: block;
	padding: 4px 4px 18px 4px;

}

h1 { font-size: 40px}

.kalbum-title p {
    float: left;
    width: 250px;
	color: #962B54;
	display: inline;
	position: relative;
    clear:both;
	margin: 5px;
    text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 22px;
	}
	
.kalbum-title img {
    float: left;
    width: 256px;
	color: #962B54;
	display: inline;
	position: relative;
    clear:both;
	margin: 0 0 -30px 300px;
    text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 32px;
	}

/* ----------- Album Styles Compact -------------*/

.kalbum-compact {
	float:left;
	height:240px;
	padding-right:6px !important;
	margin:0px !important;
	text-align:left;
	width:240px;
}

.kalbum-compactbox {
    background: url(img/albumthumb.png) no-repeat bottom right !important;
	/*background: url(img/albumthumb.gif) no-repeat bottom right;*/
	height:182px;
    margin: 2px auto 10px 25px !important;
	padding:0px 0pt 0pt 7px !important;
	width:200px;
}

.kalbum-compactbox .Thumb {
	border:2px solid #666;
	margin: 36px 6px 6px 30px;
	padding:0px !important;
}

.kalbum-compact h4 {
	font-size:20px;
	font-weight:bold;
	margin:-10px 0 0 25px;
	width:180px;
}

.kalbum-compact p {
	font-size:11px;
    font-weight:bold;
	margin:-2px 0 0 25px;
}


/* ----------- Gallery style -------------*/

.kgalleryoverview {
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}

.kgallery-thumbnail-box {
	float: left;

}

.kgallery-thumbnail {
	float: left;
	background: url(img/shadowAlpha.png) no-repeat bottom right !important;
	background: url(img/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
}

.kgallery-thumbnail img {
	margin: -6px 6px 6px -6px;
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	display: block;
	padding: 4px 4px 14px 4px;
	position:relative;
}

.kgallery-thumbnail img:hover {
	background-color: #C0AFD3;
}

/* ----------- Gallery navigation -------------*/

.knavigation {
	font-family: Tahoma;
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
}

.knavigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.knavigation a.page-numbers, a.next, a.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
	color: #875D83;
	text-decoration: none;
}

.knavigation a.page-numbers:hover, a.next:hover, a.prev:hover {
	background-color: #875D83;
	color: #FFFFFF;
	text-decoration: none;
}


/*-- MENGABURKAN THUMBNAIL -- */

a.Link img, a.thickbox img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity:0.6;
}


a.Link:hover img,
a.thickbox:hover img {
	filter: Alpha(opacity=100, finishopacity=100, style=1);
	-moz-opacity: 1.00;
	opacity:1;
}

a.kalbum:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity:0.4;
}