	
	#dhtmlgoodies_slideshow{
		width:100%;	/* Total width of slideshow */
		border:0px solid #0000CC;
		/*float:center;*/
		margin:0px;
	}
	
	#previewPane{
		background:url(../images/gall.jpg) repeat-x;
		margin-bottom:10px;	
		vertical-align:middle;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	.rio {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 20px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
	
#keterangan {width:600px;margin:2px 2px 4px 15px;}
#keterangan h3 {
	padding:2px;
	font-size:18px;
	color:#003399;
	font: Arial, Helvetica, sans-serif bold;
	margin:0 0 3px 0;
	width:550px;
	border-bottom:#0099CC 1px solid;
	letter-spacing: 0.2em;
}
#keterangan h6 {font-size:10px; color:#CCCCCC; font: Arial, Helvetica, sans-serif;margin:0;}
.desc {
	background-color: #FFFFFF;
	background-image: url(../images/kutip.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 450px;
	padding-left: 25px;
	padding-bottom:3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-style:italic;
	margin:3px 0;
}

	#galleryDesc{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:12px;
	}
	
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border-top:2px solid #003399;
		border-bottom:1px solid #003399;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		cursor:pointer;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		cursor:pointer;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
