.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 699px;
	height: 194px;
	overflow: hidden;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	background-image: url(../_images/hSlide-prod-bg.jpg);
	background-repeat: no-repeat;
}
/*
	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: #512C09 url(../_images/index-bg-glide.jpg) no-repeat;
	visibility: hidden;
	width: 699px;
	height: 194px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: "Century Gothic", Arial, Verdana, sans-serif;
	font-size: 11px;
}
/*
 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. */
	margin-top: 6px;
	text-align: center;
	margin-left: 15px;
	float: left;
	padding-right: 10px;
}
/*
 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: inline-block;
	border: 1px solid #B89063;
	color: #BE650E;
	padding: 1px 3px 3px 5px;
	margin-right: 3px;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 11px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #FCDEB0;
color: #FF3300;
}

.glidecontenttoggler a:hover{
	background: #FEEEB5;
	color: #84470D;
	text-decoration: none;
}

.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: #FEEEB5;
	color: #FF6600;
	text-decoration: none;
}

.glidecontenttoggler a.prev:active, .glidecontenttoggler a.next:active{
	background: #6699FF;
	color: #FFFFFF;
	text-decoration: none;
}
