#feature h1 { 
	margin: 0; padding: 0;
	font-size: 16px;
	color: #2B4552;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 2px;
	}
	#feature h2 { 
	margin: 0; padding: 0;
	font-size: 20px;
	color: #A25142;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	}
	#feature h3 { 
	margin: 0; padding: 0;
	font-size: 14px;
	color: #2B4552;
	font-weight: bold;
	line-height: 16px;
	}
	
	#feature li { margin-left: 20px; }
	#feature p,  #feature li { font-size: 12px;}	
	#feature p  { margin-bottom: 10px;}	

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 644px;
height: 178px; /* Set height to be able to contain height of largest content shown*/
/*border: 5px solid #687C98;*/
overflow: hidden;
float: right;
}
/*
	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: url(images/glider_bkg.jpg) repeat-x;
padding: 20px;
visibility: hidden;
width: 604px;
line-height: 14px;
}
/*
 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: 634px;
z-index: 300;
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*/
background-color: #3571A3;
padding: 5px;
font-weight: bold;
float: right;
}
/*
 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 */
color: #2e6ab1;
padding: 1px 6px;
margin-right: 3px;
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: #E4EFFA;*/
color: DDDBCC;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
/*background-color: #fff;*/
color: #fff;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
background-color: #3571A3;
color: #3571A3;
}

.hide {
background-color: #3571A3 !important;
color: #3571A3 !important;
padding: 0 !important;
}