.glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 305px;
	margin-top: 10px;
	height: 265px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	}
.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	padding: 0;
	visibility: hidden;
	width: 305px;
	}
.glidecontent img {
	float: left;
	padding: 0 15px 5px 0;
	}
.glidecontenttoggler { /*style for DIV used to contain toggler links. */
	width: 305px;
	margin-top: 10px;
	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*/
	}
.glidecontenttoggler a { /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	border: none;
	padding: 2px 10px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	}
.glidecontenttoggler a.selected, .glidecontenttoggler a:hover { /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #C50030;
	color: #FFF;
	text-decoration: none;
	}
.glidecontenttoggler a.toc {
	/*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	padding: 0 3px;
	}
.glidecontenttoggler a.prev, .glidecontenttoggler a.next {
	/*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	padding: 2px 5px;
	}
.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
	background: #666;
	color: #FFF;
	}
