.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 400px;
	height: 300px; /* Set height to be able to contain height of largest content shown*/
	border: 1px solid #595D3E;
	overflow: hidden;
	margin: 0px auto auto;
	padding: 0px;
}
.trggliderholder {
	margin: auto auto 0px;
	padding: 0px 0px 2px;
	width: 480px;
	background-color: #EAEAEA;
	border: 1px solid #666666;
}

/*
	Total wrapper width: 450px+5px+5px=460px
	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;
	padding: 0px;
	visibility: hidden;
	width: 400px;
	text-align: left;
	color: #333333;
	background-color: #EAEAEA;
}
/*
 Total glidecontent width: 440px+10px+10px=460px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	width: 480px;
	margin-top: 6px;
	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*/
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 4px;
}
/*
 Total contenttoggler width: 470px+5px+5px=480px
	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 #666666;
	color: #CC0000;
	padding: 1px 3px;
	margin-right: 3px;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	font-style: normal;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background:#ffffff;
color: white;
}

.glidecontenttoggler a:hover{
	background: #ECE9D8;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
color:#666666;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
color:black;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	background: #ECE9D8;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.trgglideimages {
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.trggliderholderright {
	margin: 0px;
	padding: 0px 0px 2px;
	width: 480px;
	background-color: #EAEAEA;
	border: 1px solid #666666;
	float: right;
}

