.glidecontentwrapper{
    text-align: center; 
position: relative; /* Do not change this value */
width: 340px;
height:210px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin-top: 30px;
margin-left: 7px;
}

/*
	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: #C0AE5A;
text-align: center; 
padding: 0px;
visibility: hidden;
background-image: url(../images/slidesbg.gif);
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size:14px;
width: 340px;
}
/*
 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: 340px;
margin-top: 5px;
text-align: center; 
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*/
}

.newshead{
background-image:url(../images/bg_newshead.png);
background-repeat:no-repeat;
text-align:center;
}


.slidetophead{ /*style for DIV used to contain toggler links. */
width: 340px;
margin-top: 0px;
text-align: center; 
background-image: url(../images/IslamWeb_bg_TextBoxTitle.gif);
color:#FD7202;
/*font:Verdana,Arial, Helvetica, sans-serif;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:4px 0px 3px 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;*/
color: #2e6ab1;
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/hasad-left-icon.png);
background-repeat:no-repeat;
/*color: #2e6ab1;
background:#e8f0f4;*/

}
.glidecontenttoggler a.next
{
background:url(images/hasad-right-icon.png);
background-repeat:no-repeat;
/*color: #2e6ab1;
background:#e8f0f4;*/
}
.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;

}
.glidecontent.Title {
	direction: ltr;
	font-family: Verdana,Arial;
	text-align: left;
	font-size: 18px;
	color: #FF0000;
	font-weight: normal;
	padding:0px 0px 0px 0px;
}
.glidecontent.Summary {
	direction: ltr;
	text-align: left;
	padding:15px 10px 15px 5px;
	font-family: verdana;
	font-size: 12px;
	color: #4D768F;
	font-weight: normal;
}
.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;
}