/*By Mohd Farhan bin Nor*/

#exGalleryContainer {
	width: 680px;
	min-height: 500px;
	position: absolute;
	background: #FFF;
	z-index: 105;
	display: none;
}

#exGalleryContainer h4 {
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 20px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}

#exGalleryOverlay {
	background-color: #000;
	position: absolute;
	z-index: 102;
	display: none;
}

.transparent_class {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.theLargeImage {
	width: 640px;
	overflow-x: hidden;
	padding: 10px 0 20px 0;
	margin: 0 auto;
	min-height:300px;
	background: transparent url(images/v2_images/ajax-loader.gif) center no-repeat;
}

#theLargeImageBox {
	display: none;
	text-align: center;
}

.theLargeImage img {
	max-height: 500px;
}

.theThumbnailContainer {
	width: 650px;
	margin: 0 auto;
	padding-bottom: 20px;
	display: none;
}

.theThumbnailContainer .theThumbnail {
	float:left;
	margin: 0 5px;
	*margin: 0 4px;
}

.theThumbnailContainer .theThumbnail img {
	border: 0;
}

#theThumbnailSet1 {
	display: block;
}

#thumbPrev {
	display: block;
	position: absolute;
	top: 50px;
	left: 5px;
	width: 50px;
	height: 25px;
	z-index: 105;
	cursor: pointer;
}

#thumbNext {
	display: block;
	position: absolute;
	top: 50px;
	right: 5px;
	width: 50px;
	height: 25px;
	z-index: 105;
	cursor: pointer;
}

.theLoading {
	text-align:center;
}

.galleryFB {
	position: absolute;
	bottom: 5px;
	text-align: center;
	width: 100%;
}

.galleryFB a {
	font-size: 10px;
	font-family: Helvetica, Arial;
	color: #5f78ab !important;
}

#videoBox {
	position: absolute;
	width: 640px;
	height: 500px;
	background: #FFF;
	display:none;
	z-index: 120;
}

#videoBox #videoClose {
	text-align: right;
}
