/* CSS Document */

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 660px;
	height: 445px;
	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;
	visibility: hidden;
	width: 660px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: 200;
	_line-height: 8px;
}
.glidecontent p {
}
.glidecontent strong {
	color: #666666;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: 100;
}
.glidecontent em {
	color: #FFFFFF;
}
/*
 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;
	display: inline-block;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color: #000000;
	font-weight: 500;
}

.glidecontenttoggler a:hover{
color: #CE7D83;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	–letter-spacing: 4px;
	word-spacing: 3px;
	padding-left: 5px;
	padding-right: 5px;
	
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	padding-right: 2px;
	padding-left: 2px;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	color: #000000;
	padding-right: 2px;
	padding-left: 2px;
}
* {
	margin: 0px;
	padding: 0px;
}

