#content {background-image: none; min-height:900px;}
#content-center-home {padding: 31px 48px; width: 543px; line-height: 24px;}
#content-center-home h1 {margin-bottom: 8px;}

.glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 635px;
	height: 288px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	z-index:10;
	text-align: right;
	}

.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	padding: 0px;
	visibility: hidden;
	width: 635px;
	z-index:10;
	}

#toggler-container {width: 635px;}

.glidecontenttoggler { /*style for DIV used to contain toggler links. */
	position: relative;
	top: -25px;
	z-index:20;
	float: right;
	}
	.glidecontenttoggler a {
	background: url('../images/slider-nav.png') no-repeat bottom center;
	display: block; 
	height: 20px;
	padding: 5px 6px 0 6px; 
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	z-index:20;
	float: left;
	}
.glidecontenttoggler a:hover {color: #a6bf79;}
.glidecontenttoggler a.selected {color: #fff; background: url('../images/slider-nav.png') no-repeat top center;}
	.glidecontenttoggler a.prev {background-position: bottom left; padding: 7px 8px 0 7px; height: 18px;}
	.glidecontenttoggler a.next {background-position: bottom right; padding: 7px 8px 0 7px; height: 18px;}
