.bg_banner_right_slide
{
	background-image:url(../images/bg_banner_right_slide.jpg);
	background-repeat:repeat-x;
	width:578px;
	height:250px;
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	font-weight:bold;
}

.div_main_right_s
{
	width:24px;
	height:20px;
	display:inline;
	position:absolute;
	z-index:-1; 
	background:url(../images/bg_banner_2_s.gif);
	text-align:center;
	line-height:18px;
	cursor:pointer;
}
.div_main_right_banner
{
	position:absolute;
	display:none;
}
.div_main_right_banner_s
{
	position:absolute;
	display:block;
}
.div_main_right
{
	width:20px;
	height:20px;
	display:inline;
	margin-left:0px;
	position:absolute; 
	background:url(../images/bg_banner_2.jpg);
	text-align:center;
	line-height:18px;
	cursor:pointer;
}

.bg_banner_right
{
	background-image:url(../images/bg_banner_right_slide.jpg);
	background-repeat:repeat-x;
	width:20px;
	height:250px;
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	font-weight:bold;
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 578px;
height: 250px; /* Set height to be able to contain height of largest content shown*/
border: 0px;
overflow: hidden;
z-index:0; 
}


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 578px;
}


.bannerPanel{ /*style for DIV used to contain toggler links. */
	z-index:1;
	position:absolute;
	width:24px;
}



.bannerPanel a{ /*style for every navigational link within toggler */
display: -moz-box;
width:20px;
height:20px;
color: #ffffff;
font-size: 11px;
text-align:center;
line-height:18px;
text-decoration:none;
font-weight:bold;
background:url(../images/bg_banner_2.jpg);
background-repeat:no-repeat;
}


.bannerPanel a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
width:24px;
height:20px;
color: #ffffff;
font-size: 11px;
line-height:18px;
text-align:center;
font-weight:bold;
background:url(../images/bg_banner_2_s.gif);
background-repeat:no-repeat;
}


.bannerPanel a:hover{
width:24px;
height:20px;
color: #ffffff;
line-height:18px;
text-align:center;
font-size: 11px;
font-weight:bold;
text-decoration:underline;
background:url(../images/bg_banner_2_s.gif);
background-repeat:no-repeat;
}


.bannerPanel a.toc{  /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}


.bannerPanel a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}



.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}