body{
		font-family:verdana;
		font-size:80%;
		}
	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 540px;	/* IE 5.x */
		width/* */:/**/500px;	/* Other browsers */
		width: /**/540px;
		
		/* CSS HACK */
		height: 256px;	/* IE 5.x */
		height/* */:/**/290px;	/* Other browsers */
		height: /**/305px;
		
		background-color:#FFF;
		border:1px solid #CCCCCC;
		position:relative;	/* Never change this value */
		margin-right:5px;
		
	}
	.imageInGallery{	
		background-image:url(../img/siteImages/karakter.gif);
		background-repeat:no-repeat;
		background-repeat:repeat-x;
		width:100%;
		height:300px;
		background-color:#FFF;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	#imageSlideshowHolder img{
		position:absolute;
		margin-top:15px;

		
	}
	
	/*chris - description overlay*/
	#the_captions{
		display:none;
		}
	.imageInGallery_DESC{
		display:none;
		position:absolute;
		color:#FFFFFF;
		padding:30px;
		padding-top:25px;
		margin-top:70px;
		margin-left:40px;
		z-index:100;
		/*height:200px;*/
		width:240px;
		direction:rtl;
		background:url(../img/images/bg.png);
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		
		}
	.imageInGallery_DESC h1{
		display:none;
		color:#99cc33;
		font-size:140%;
		margin:0px;
		padding:0px 0px 5px 0px;
		}
		
		#karecter{margin-top:5px; float:right; padding:5px 0px 5px 0px; clear:none;}
		
		
.main-karakter-title {
background-image:url(../img/siteImages/titleback.gif);
background-repeat:repeat-x;
}
.main-karakter {
border:1px solid #D6D6D6;
float:right;
height:auto;
margin-right:auto;
text-align:right;
font-size:15px;
padding:5px;
width:500px;
}

.main-karakter-image {
border:1px solid #D6D6D6;
margin-left:0.769em;
clear:both;
margin-top:10px;
margin-bottom:10px;
}

.karaktercontentstyle {
background-image:url(../img/siteImages/readmore.gif);
background-repeat:repeat-x;
border:1px solid #D6D6D6;
display:block;
float:left;
height:100%;
font-size:14px;
text-align:right;
margin-bottom:50px;
margin-top:5px;
padding:10px 20px 20px;
width:300px;
}



#imagecontiner{
	margin-top:40px;
	margin-right:50px;
	
	}
.strkar {
border:1px solid #A4BCDF;
padding:5px 5px 5px 5px;
width:auto;
}