.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 930px;
	height: 250px; /* Set height to be able to contain height of largest content shown*/
	border: none;
	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 */
	background: white;
	padding: 0;
	visibility: hidden;
	z-index: 1;
	width: 930px;}
/*  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: 930px;
	margin-top: none;
	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) */
/*
.glidecontenttoggler a{ /*style for every navigational link within toggler */
/*	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid black;
	color: #2e6ab1;
	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: #E4EFFA;
	color: black;}

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

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

.glidecontentwrapper .glidecontent img {
	float:left;}
	
div.feature_caption {
    background: url("/images/slides/feature_caption_bg.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    margin: 0 0 0 1px;
    padding: 6px 6px 8px 6px;
    position: absolute;
    width: auto;}
	div.feature_caption.bottom.left {
    bottom: 10px;
    left:9px;}
 
div.feature_caption.top {
    top: 10px;}
 
div.feature_caption.right {
    right: 9px;}
 
div.feature_caption.left {
    left: 9px;}
 
div.feature_caption.bottom.right{
    bottom: 35px;
    right:9px}
 
div.feature_caption  h3 {
	font: bold normal 14px Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	margin:0 0 6px 0;
	padding:0;}

#content div.feature_caption h3 a:link, #content div.feature_caption h3 a:visited {
	font: bold normal 14px Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	color: #fff;
	text-decoration:none;
	border-bottom:1px solid #A7A7A7;}

#content div.feature_caption h3 a:hover, #content div.feature_caption h3 a:active {
	text-decoration:none;
	border-bottom:1px solid #FFF;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);}
	
div.feature_caption p {
         font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
         margin:0;
         padding:0;}


/* ADDING NEW TOGGLER INFO */

.glidecontenttoggler {
    right: 20px;
    margin-top: 6px;
    position: absolute;
    text-align: right;
    bottom: 10px;
    width: 130px;
    z-index: 100;}
	
.glidecontenttoggler a {
    background: url("/images/slides/bullet.png") no-repeat scroll 0 0 transparent;
    border-bottom: medium none;
    display: inline-block;
    height: 15px;
    padding-right: 2px;
    text-decoration: none;
    width: 15px;}
	
.glidecontenttoggler a.selected {
    background-position:0px -30px;}
	
.glidecontenttoggler a:hover {
    background-position:0px -15px;}
	
.glidecontenttoggler a.toc span {
    line-height: 14px;}
	
body#home-page #p-select a span {
    visibility: hidden;}
	
.glidecontenttoggler a.prev {
    background: url("/images/slides/fs_prev.png") no-repeat scroll 0 0 transparent;
    border-bottom: medium none;
    display: inline-block;
    height: 10px;
    padding-right: 2px;
    text-decoration: none;
    width: 9px;}
	
.glidecontenttoggler a.prev:hover {
    background: url("/images/slides/fs_prev_hov.png") no-repeat scroll 0 0 transparent;}
	
.glidecontenttoggler a.next {
    background: url("/images/slides/fs_next.png") no-repeat scroll 0 0 transparent;
    border-bottom: medium none;
    display: inline-block;
    height: 10px;
    padding-right: 2px;
    text-decoration: none;
    width: 9px;}
	
.glidecontenttoggler a.next:hover {
    background: url("/images/slides/fs_next_hov.png") no-repeat scroll 0 0 transparent;}


/* END TOGGLER */

#p-select a span {
    visibility: hidden;}
	
a.toc span {
    line-height: 14px;}	