.glidecontentwrapper{
position: relative; /* Do not change this value */
margin-top: 10px;
width: 100%;
height: 186px; /* 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 */
visibility: hidden;
width: 100%;
}
/*
 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: 100%;
margin-top: 6px;
float: right;
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;
outline: none;
border: 1px solid #FFFFFF;
color: #a6a6a6;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #FFFFFF;
color: #00006F;
}

.glidecontenttoggler a:hover{
background: #FFFFFF;
color: #3399cc;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
cursor: pointer;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */cursor: pointer;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #FFFFFF;
color: #3399cc;
cursor: pointer;
}

.glider {
padding: 10px;
}

.slider-keywords {
	font-weight:100; 
	font-size: 24px; 
	font-family:Arial Narrow;
	margin: 0;
}

.slider-frame-box {
	background: url(images/main-msg-frame-C.png) top left repeat-x ;
	height: 179px;	
}

.slider-content-1 {
	background: url(images/main-msg-bg.jpg) center bottom no-repeat #FFF ;
	width: 100%;
	height: 179px;
	text-align: left;
	color: #7F7F7F;
}
/*
.slider-content-2 {
	background: url(images/slider-bg-2.png) top left no-repeat #C6FFC6;
	width: 100%;
	height: 179px;
	text-align: left;
}

.slider-content-3 {
	background: url(images/slider-bg-3.png) top left no-repeat #CBD2EF;
	width: 100%;
	height: 179px;
	text-align: left;
}

.slider-content-4 {
	background: url(images/slider-bg-4.png) top left no-repeat #FFEFCE;
	width: 100%;
	height: 179px;
	text-align: left;
}*/

.slider-text h1 {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}

.glider-header {
	font-size: 24px;
	color: #363;
	padding-right: 10px;
}

.glider-content {
	color: #FFF;
	font-size: 18px;
	margin: 9px 0 6px 0;
	color: #990000;
}

.slider-text {
	padding: 20px 0 0 0;
}

.main-msg-frame-L {
	background: url(images/main-msg-frame-L.png) left top no-repeat;
	width: 8px;
	float: left;
	line-height: 179px;
}

.main-msg-frame-R {
	background: url(images/main-msg-frame-R.png) right top no-repeat;
	width: 8px;
	float: right;
	line-height: 179px;
}

.glider-button {
	width: 114px;
	height: 32px;
	float: right;
	padding-right: 10px;
}

/*
.glider-btn {
	width: 114px;
	background: url(images/next-button.png) top left no-repeat;
	line-height: 32px;	
	color: #FFFFFF;
	font-size: 12px;
	padding: 6px 24px 7px 24px;
	text-decoration: none;
	font-weight: 700;
}

.glider-btn:hover {
	width: 114px;
	background: url(images/next-button.png) bottom left no-repeat;
	line-height: 32px;
	color: #FC0;
}
*/