.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 950px;
height: 233px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
background:#4f8ab5;
}
/*
	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: white;
visibility: hidden;
width: 330px;
}
/*
 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: 360px;
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*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

#toggler {
	background:#2172ab;
	height: 45px;
	position: relative;
	font: bold 12px Arial, Helvetica, sans-serif;
	width:950px;
}
	ul#toggler { padding: 0; margin: 0; list-style: none;line-height:23px; letter-spacing:0px; }
	ul#toggler li { float: left; position:relative; overflow: visible; text-align:center;}
	li.menu2 { height: 45px; overflow: visible;} 
	li.menu2 span { position: absolute;}
	li.menu2 a { display: block; height: 45px; color: #fff; text-decoration:none; border-top:1px solid #fff;}
	li.menu2 a:link		{ color: #fff;}
	li.menu2 a:visited	{ color: #fff;}
	li.menu2 a:hover		{ color: #33FF99;}
	li.menu2 a:active		{ color: #fff;}
	
#li-slide1 { width: 128px; border-right:1px solid #fff;}
#li-slide2 { width: 128px; border-right:1px solid #fff;}
#li-slide3 { width: 82px; border-right:1px solid #fff;}
#li-slide4 { width: 128px; border-right:1px solid #fff;}
#li-slide5 { width: 103px; border-right:1px solid #fff;}
#li-slide6 { width: 103px; border-right:1px solid #fff;}
#li-slide7 { width: 103px; border-right:1px solid #fff;}
#li-slide8 { width: 88px; border-right:1px solid #fff;}
#li-slide9 { width: 79px; }

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #4f8ab5;
color: black;border:0;
}