.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 491px;
height:243px; /* Set height to be able to contain height of largest content shown*/

 
overflow: hidden;
background-image: url(../images/slidesbg.gif);
z-index:0;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
background-image: url(../images/slidesbg.gif);
background-position:bottom;
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size:14px;
width: 491px;
/*border: 1px solid #666666;*/
z-index:0;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 491px;
/*margin-top: 10px;*/
text-align: center; 
background-image: url(../images/bg_LeftBoxHeader.gif);
color:#FD7202;
font:Verdana,Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;

padding:0px 0px 4px 0px;/*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}

.slidetophead{ /*style for DIV used to contain toggler links. */
width: 491px;
margin-top: 0px;
text-align: center; 
background-image: url(../images/IslamWeb_bg_TextBoxTitle.gif);
color:#FD7202;
font:Verdana,Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
border-bottom: 1px solid #D7DDDE;
padding:0px 0px 4px 0px;/*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
background:#BED4D1;
color: #FFFFFF;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
font-size:12px;
font-family:Verdana,Arial, Helvetica, sans-serif;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #F17417;
color: #FFFFFF;
}

.glidecontenttoggler a:hover{

}

.glidecontenttoggler a.toc:hover{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */

}

.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
background:url(../images/leftarrow.jpg);
background-repeat:no-repeat;
color: #2e6ab1;
background:#FFFFFF;

}
.glidecontenttoggler a.next
{
background:url(../images/leftarrow.jpg);
background-repeat:no-repeat;
color: #2e6ab1;
background:#FFFFFF;
}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{

}
glidecontent.WhatNewTitle {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: left;
	font-family: Verdana,Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FF8A00;
	padding:20px 0px 0px 5px;
	border-bottom: 0px solid #D7DDDE;
}
glidecontent.Title {
	direction: ltr;
	font-family: Verdana,Arial;
	text-align: left;
	font-size: 18px;
	color: #FF0000;
	font-weight: normal;
	padding:0px 0px 0px 5px;
}
glidecontent.Summary {
	direction: ltr;
	text-align: left;
	padding:15px 10px 15px 5px;
	font-family: verdana;
	font-size: 12px;
	color: #4D768F;
	font-weight: normal;
}
glidecontent.More
{
		background-image: url(../images/IslamWeb_bul_OrangeArrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3D3D3C;
	text-decoration: none;
	display: block;
}
glidecontent.glidecontent.More {
	background-image: url(../images/bul_Back.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2A80B3;
	text-decoration: none;
	display: block;
}


glidecontent.WhatNew .WhatNewContent .WhatNewContentTable {
	direction: ltr;
}
