.glidecontentwrapper{
position: absolute; /* Do not change this value */
width: 260px;
height: 240px; /* Set height to be able to contain height of largest content shown*/
margin: 0px 0 0 3px;
clear: left;
overflow: hidden;
}

.ie6 .glidecontentwrapper, .ie7 .glidecontentwrapper, .ff3 .glidecontentwrapper  {
margin: -10px 0 0 3px;
}

.safari .glidecontentwrapper  {
margin: -12px 0 0 3px;
}
/*
	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
*/
.glidecontentwrapper_banner{
position: absolute; /* Do not change this value */
/*width: 640px;*/
height: 320px; /* Set height to be able to contain height of largest content shown*/
margin: -10px 0 0 3px;
overflow: hidden;
}

.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	margin: 5px 0 0 11px;
	visibility: hidden;
}

.ie6 .glidecontent, .ie7 .glidecontent {
	position: relative;
	float: left;
	margin-left: 0;
}

.glidecontent_banner{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	margin: 5px 0 0 11px;
	visibility: hidden;
	width: 260px;
}

/*
 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: 70px;
margin:0;
margin-top: -46px;
right:0;
position: absolute;
text-align: center; /*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*/
}

.ie6 .glidecontenttoggler, .ie7 .glidecontenttoggler, .ff3 .glidecontenttoggler, .safari .glidecontenttoggler{ /*style for DIV used to contain toggler links. */
margin-top: -47px;
}

.glidecontenttoggler_banner{ /*style for DIV used to contain toggler links. */
width: 642px;
margin: -47px 0 0 120px;
position: absolute;
text-align: center; /*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*/
}



.glidecontenttoggler span {
 display: none;
}

.glidecontenttoggler_banner span {
 display: none;
}
/*
 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;
border: 1px solid black;
color: #2e6ab1;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler_banner a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 1px solid black;
color: #2e6ab1;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler_banner a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{

}

.glidecontenttoggler_banner a:hover{

}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler_banner a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev {
display: none;
 background-image: url(../images/prev.jpg);
 background-position: top left;
 width: 21px;
 height: 34px;
 border: none;
 margin: -5px 0 0 0;
}/*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */

.ie8 .glidecontenttoggler a.prev {
 margin-top: -4px;
}

.safari .glidecontenttoggler a.prev {
 margin: -4px 0 0 0;
}



.glidecontenttoggler_banner a.prev_banner {
 background-image: url(../images/prev.jpg);
 background-position: top left;
 width: 21px;
 height: 34px;
 border: none;
 margin: -5px 0 0 0;
}/*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */

.ie8 .glidecontenttoggler_banner a.prev_banner {
 margin-top: -4px;
}



.glidecontenttoggler a.next{ 
	display: none;
 background-image: url(../images/next.jpg);
 background-position: top left;
 width: 21px;
 height: 34px;
 border: none;
 margin: -5px 0 0 0;
}

.glidecontenttoggler_banner a.next_banner{ 
 background-image: url(../images/next.jpg);
 background-position: top left;
 width: 21px;
 height: 34px;
 border: none;
 margin: -5px 0 0 0;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{

}

.glidecontenttoggler_banner a.prev_banner:hover, .glidecontenttoggler_banner a.next_banner:hover{

}