/* special  CSS Stylesheet for Displaying about  the Greatest Majecty King of Siam-Thailand */
.theking {
	display:block;
	width: 770px;
	height:340px;
	margin:auto;
	margin-left: 8px;
	background-color: #EFFEDE;
	border: 1px solid #A2DFC0;
	overflow: hidden;
}

/* inner div [#theking] =  div[.display  inner div[.displaycontent] ] */
#displayarea{
	/*width: 760px;*/
	/*height:260px; */
}


.displaycontent{ /*style for each glide content DIV within wrapper.*/
position:  absolute;  /* Do not change this value */
overflow: hidden;   /*leave as is*/
visibility: hidden;
width: 750px;
height: 280px; /* Set height to be able to contain height of largest content shown*/
/*background-color: red;  /*#EAFFF1;*/
padding: 0px;

}

 .contentdiv{
visibility: hidden; /*leave as is
/*position: absolute; /*leave as is*/
position: relative; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
margin: 0;
padding: 5px;
/*background-color:  #EAFFF1;*/
/*	background-color: #FFFFAE;*/
width: 750px;  /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 280px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
overflow: hidden; /*leave as is*/

}

.contentdiv  table{
	width: 100%;
	height: 100%;
/*background-color:  #EAFFF1;*/
/*	background-color: #FFFFAE;*/
} 

.contentdiv td .tdimg img{
	text-align: center;
	margin: 20px;
}

 .contentdiv  td.tdtext {
	text-align:justify;
	font-family:  "Tahoma";
	font-size: 13px;
	padding:25px;

}
#displaymessage{
	position:absolute;
	top: 290px;
	width:760px;
	height:25px;
	text-align:center;
	font-size:14px;
}


/*  upper div[.displayarea] / lower div[.displaycontrol] */

.displaycontrol{
	position:relative;
	top:310px;
	height:25px;
	width:100%;
	padding-left: 330px;
	overflow: hidden;

}
.displaycontrol a{ /*style for every navigational link within toggler */
background: transparent url('/Include/glider/square-gray-left.gif') no-repeat top left;
color: #494949;
display: block;
float: left;
margin-right: 6px;
font: normal 13px Tahoma; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

.displaycontrol a span{
background: transparent url('/Include/glider/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

.displaycontrol a.selected, .displaycontrol a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom left;
}

.displaycontrol a.selected span, .displaycontrol a:hover span{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom right;
color: black;
}

.displaycontrol a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.displaycontrol a.prev, .glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.displaycontrol a.prev:hover, .glidecontenttoggler-2 a.next:hover{
}
