/* MAIN BANNER */

.glideMainBannerWrapper{
position: relative; /* Do not change this value */
width: 470px;
height: 60px; /* Set height to be able to contain height of largest content shown */
border: 0px;
overflow: hidden;
}
/*
	Total wrapper width: 470px+0px+0px=470px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glideMainBanner{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 4700px;
}
/*
 Total glideMainBanner width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glideMainBannerToggler{ /*style for DIV used to contain toggler links. */
width: 470px;
margin-top: 0px;
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*/
font-size: 2px;
}
/*
 Total contenttoggler width: 470px+0px+0px=470px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glideMainBannerToggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px;
color: #000000;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glideMainBannerToggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #FFFFFF;
color: #000000;
}

.glideMainBannerToggler a:hover{
background: #FFFFFF;
color: #000000;
font-weight: bold;
text-decoration: none;
}

.glideMainBannerToggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glideMainBannerToggler a.prev, .glideMainBannerToggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glideMainBannerToggler a.prev:hover, .glideMainBannerToggler a.next:hover{
background: #FFFFFF;
color: #000000;
font-weight: bold;
text-decoration: none;
}

/* SKYSCRAPPER */

.glideSkyscraperWrapper{
position: relative; /* Do not change this value */
width: 125px;
height: 390px; /* Set height to be able to contain height of largest content shown */
border: 0px;
overflow: hidden;
}
/*
	Total wrapper width: 125px+0px+0px=125px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glideSkyscraper{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 1250px;
}
/*
 Total glideSkyscraper width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glideSkyscraperToggler{ /*style for DIV used to contain toggler links. */
width: 125px;
margin-top: 0px;
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*/
font-size: 2px;
}
/*
 Total contenttoggler width: 125px+0px+0px=125px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glideSkyscraperToggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px;
color: #000000;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glideSkyscraperToggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #FFFFFF;
color: #000000;
}

.glideSkyscraperToggler a:hover{
background: #FFFFFF;
color: #000000;
font-weight: bold;
text-decoration: none;
}

.glideSkyscraperToggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glideSkyscraperToggler a.prev, .glideSkyscraperToggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glideSkyscraperToggler a.prev:hover, .glideSkyscraperToggler a.next:hover{
background: #FFFFFF;
color: #000000;
font-weight: bold;
text-decoration: none;
}

/* HOME BUTTON */

.glideHomeButtonWrapper{
position: relative; /* Do not change this value */
width: 125px;
height: 60px; /* Set height to be able to contain height of largest content shown */
border: 0px;
overflow: hidden;
}
/*
	Total wrapper width: 125px+0px+0px=125px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glideHomeButton{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
padding: 0px;
visibility: hidden;
width: 1250px;
}
/*
 Total glideHomeButton width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glideHomeButtonToggler{ /*style for DIV used to contain toggler links. */
width: 125px;
margin-top: 0px;
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*/
font-size: 2px;
}
/*
 Total contenttoggler width: 125px+0px+0px=125px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glideHomeButtonToggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
border: 0px;
color: #000000;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glideHomeButtonToggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #FFFFFF;
color: #000000;
}

.glideHomeButtonToggler a:hover{
background: #FFFFFF;
color: #000000;
font-weight: bold;
text-decoration: none;
}

.glideHomeButtonToggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glideHomeButtonToggler a.prev, .glideHomeButtonToggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glideHomeButtonToggler a.prev:hover, .glideHomeButtonToggler a.next:hover{
background: #FFFFFF;
color: #000000;
font-weight: bold;
text-decoration: none;
}


