.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 415px;
height: 148px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	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_alt {
position: relative; /* Do not change this value */
width: 415px;
height: 441px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	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_alt2 {
position: relative; /* Do not change this value */
width: 415px;
height: 950px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	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:url(../img/bluegrad.png) top left no-repeat;
padding: 10px 10px 10px 0px;
visibility: hidden;
width: 415px;
}


.glidecontent p { padding-top:7px; }


.glidecontent_alt{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background:url(../img/bluegrad2.png) top left no-repeat;
padding: 10px 10px 10px 0px;
visibility: hidden;
width: 415px;
}


/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontent_alt2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background:url(../img/bluegrad3.png) top left no-repeat;
padding: 10px 10px 10px 0px;
visibility: hidden;
width: 415px;
}


/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontent_alt3{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background:url(../img/bluegrad4.png) top left no-repeat;
padding: 10px 10px 10px 0px;
visibility: hidden;
width: 415px;
}


/*
 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: 225px;
padding:5px 0 0 25px;

 /*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;
height:18px;
width:275px;
border:0px solid #333;
outline:none;
padding:3px;
color:#7195b6;
font:bold 12px Arial, Helvetica, sans-serif;
text-decoration:none;
float:left;


}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
 color:#ffa200;
}

.glidecontenttoggler a:hover{

color:#969696;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
background:url(../img/yellow-bull.jpg) no-repeat; padding:0 0 0 13px; background-position: 0 3px;

}

.glidecontenttoggler a.prev { position:absolute; top:535px; left:30px; z-index:1000; color:#e19c06; width:60px; height:11px; text-align:center; font-size:10px; background:url(../img/more_alt.png) no-repeat; background-position: 50px 3px;   }

.glidecontenttoggler a.next{ position:absolute; top:535px; left:90px; z-index:1000; color:#e19c06; width:60px; height:11px; text-align:center; font-size:10px; background:url(../img/more.png) no-repeat; background-position: 5px 3px;  }

.glidecontenttoggler a.prev:hover { position:absolute; top:535px; left:30px; z-index:1000; color:#e19c06; width:60px; height:11px; text-align:center; font-size:10px; background:url(../img/more_alt.png) no-repeat; background-position: 50px -11px;   }

.glidecontenttoggler a.next:hover { position:absolute; top:535px; left:90px; z-index:1000; color:#e19c06; width:60px; height:11px; text-align:center; font-size:10px; background:url(../img/more.png) no-repeat; background-position: 5px -11px;  }




