/*  
Theme Name: Basic : Galeri
Description: Finas v4 (http://finas.gov.my)
Author: Nezam Mustakim (I-INSAN MULTIMEDIA SDN BHD.)
Author URI: http://www.insanmultimedia.com

*/

/* Album Thumbnails
--------------------------------------------------------------- */
#albums {}
.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 2px 10px;
	width: 650px;
	border: 1px solid #E7F0F5;
	background: #F7F9FD;
    line-height: 100%;
}
.album .thumb_album {
	float: left; 
	text-align:center;
}
.albumdesc {
	float:left;
	line-height: 18px;
	margin-left:10px;
}
.albumdesc2 {
	line-height: 18px;
}
.albumdesc3 {
	margin-left:200px;
	line-height: 18px;
}
.actdesc{
	line-height: 18px;
	float:left;
	margin-left:10px;
	width:500px;
}
/* Image Thumbnails
------------------------------ */

.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
}
.imagethumb a:visited {
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
}
.imagethumb a:hover {
	background-color: #f3f3f3;
	border: 1px solid #cccccc;
}
.imagethumb {
	float: left;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.picture {
	max-width:565px;
}
#imagedesc {
	width:420px;
	height:100%;
	float:left;
}
.imgnav {
	float: left;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}
#video_gallery {
	width:auto;
	height:100%;
	background-color:#454545;
	text-align:center;
	overflow:hidden;
	padding:20px;
}
#container {
	width:550px;
	margin:0 auto;
}
#video_nav {
	width:550px;
	margin:10px;
	border: 0;
}

/*--------------------------------------------------------------------------------
Gallery Thumb
---------------------------------------------------------------------------------*/
.thumb_box {width:120px; margin: 0 5px;}