.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 100%;
height: 250px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
margin: 0 auto -21em auto !important;
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 */
background: #FFF;
color: #FFF;
/*border: solid 1px #666;*/
padding: 2%;
visibility: hidden;
width: 96%;
margin: 0;
height: 210px !important;
z-index: 1;
}
/*
 Total glidecontent width: 96%+2%+2%=100% within a grid_12
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontent a{ 
color: #FFF;
}

.glidecontent a:hover, .glidecontent a.iehover{ 
color:#891212 !important;
text-decoration:none !important;
}

#slide01{ 
background:url('../img/slide01_bkgd.jpg') top center/*no-repeat*/;
clear:both;
margin-left: -1px;
}


#slide01 a{ 
display:block;
position: relative;
left: 45%;
width: 53%;
height: 200px;
overflow:hidden;
}

#slide01 h2{ 
font-size: 300%;
}

#slide02{ 
background:url('../img/slide02_bkgd.jpg') top center/*no-repeat*/;
clear:both;
margin-left: -1px;
}

#slide02 h2{ 
font-size: 300%;
}

#slide02 a{ 
display:block;
height: 200px;
overflow:hidden;
position: relative;
left: 57%;
width: 41%;
}


#slide03{ 
background:url('../img/slide03_bkgd.jpg') top center /*no-repeat*/;
clear:both;
margin-left: -1px;
}

#slide03 h2{ 
font-size: 300%;
}

#slide03 a{ 
display:block;
position: relative;
height: 200px;
overflow:hidden;
float:left;
top: 2%;
left: 2%;
width: 38%;
/*border: 1px #000 solid;*/
}


.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left; /*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*/
	position:relative;
	top: -.7em;
	z-index: 1;
}
/*
 Total glidecontent width: 96%+2%+2%=100% within a grid_12
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: inline;
	/*border: 1px solid black;*/
	color: #666;
	padding: 5px;
	text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */

	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a:hover{
	background: #DDD;
	color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	position:relative;
	top: 22em;
	right: 2%;
	width: auto;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 10px;
	margin: 1px;
	font-weight: bold;
	color: #000000;
	/*background: url('../img/dot.png') center center no-repeat;*/
	border: solid 1px #666;
	text-align:center;
	text-decoration:none;
}

.glidecontenttoggler a.playpause{ /*style for play pause class  */
	position:relative;
	top: 22em;
	right: 2%;
	width: auto;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 10px;
	margin: 1px;
	font-weight: bold;
	color: #000000;
	/*background: url('../img/dot.png') center center no-repeat;*/
	border: solid 1px #666;
	text-align:center;
	text-decoration:none;}

.glidecontenttoggler a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	float:left;
	right: 2.5em;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-weight: bold;
	position: relative;
	top: 7.5em;
	color: #000000;
	background: url('../img/leftbutton.png') no-repeat center center /*#AAA*/;
	text-align:center;
}

.glidecontenttoggler a.next{
	float:right;
	left: 2.5em;
	width:50px;
	height: 4em;
	position: relative;
	top: 7.5em;
	line-height: 50px;
	height: 50px;
	font-weight: bold;
	color:#000000;
	background: url('../img/rightbutton.png') no-repeat center center /*#AAA*/;
	text-align:center;
}

.glidecontenttoggler a.next:hover{
	background: url('../img/rightbuttonhov.png') no-repeat center center/*#DDD*/;
	color: #000;
	text-decoration: none;
}

.glidecontenttoggler a.prev:hover {
	background: url('../img/leftbuttonhov.png') no-repeat center center/*#DDD*/;
	color: #000;
	text-decoration: none;
}