.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 755px;
height: 240px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
text-align: left;
}


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width: 755px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ 
width: 468px;
margin-top: 6px;
text-align: right;
background: white; 
float: right;
margin-bottom: 10px;
}

.glidecontenttoggler a {
float: left;
display: block;
width: 78px;
height: 27px;
}

.glidecontenttoggler a span { 
display: none;
}

a.prev {
background:url(images/previous_news.gif) top left no-repeat;
}
a.next {
background:url(images/next_news.gif) top left no-repeat;
}
a#page1 {
background:url(images/page1_news.gif) top left no-repeat;
}
a#page2 {
background:url(images/page2_news.gif) top left no-repeat;
}
a#page3 {
background:url(images/page3_news.gif) top left no-repeat;
}
a#page4 {
background:url(images/page4_news.gif) top left no-repeat;
}
.glidecontenttoggler a:hover,
.glidecontenttoggler a#page1:hover,
.glidecontenttoggler a#page2:hover,
.glidecontenttoggler a#page3:hover,
.glidecontenttoggler a#page4:hover,
.glidecontenttoggler a#page1.selected,
.glidecontenttoggler a#page2.selected,
.glidecontenttoggler a#page3.selected,
.glidecontenttoggler a#page4.selected,
.glidecontenttoggler a.selected {
background-position: 0 -27px;
}


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

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