.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 972px;
height: 343px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
z-index: 1
}
/*
	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 */
padding: 10px;
background:url(../images/slider.jpg) no-repeat left top;
visibility: hidden;
width: 972px;
/* *margin-left: -486px; */
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontent .leftcontent{ float: left; width: 293px; padding: 15px; color: #f6f4f4; text-align: left}
.glidecontent .leftcontent h2{ color: #f6f4f4; font: bold 20px Arial, Helvetica, sans-serif; padding: 0 0 15px 0; margin: 0}
.glidecontent .leftcontent p{ padding-bottom: 0px; line-height: 18px;}
.glidecontent .leftcontent li{ background:url(../images/bullets.gif) no-repeat left 8px; padding: 2px 0 2px 10px;}

.glidecontent .leftcontent a { color:#fff; }

.glidecontent .rightcontent{ float: right; width: 580px; padding-right: 30px; padding-top: 45px; text-align: left}
.glidecontent .rightcontent .img{ float: left; padding-right: 10px;}
.glidecontent .rightcontent h2{ padding-bottom: 20px;}
.glidecontent .rightcontent p{ padding-bottom: 10px;}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
background:url(../images/slide-paging-bg.png) no-repeat right;
float: right;
width: 138px;
padding: 2px 8px 3px 0;
margin-top: -46px;
margin-left: 810px;
position: absolute;
*margin-left: 325px;
z-index: 100000;
text-align: right; /*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;
color: #989898;
padding: 3px 5px;
margin-right: 3px;
font: bold 14px 'Myriad Pro', Arial, Helvetica, sans-serif;
text-decoration: none;
}

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

.glidecontenttoggler a:hover{
color: #989898;
}

.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! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}