
#glidercontent{
	margin:0;
}

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 960px;
	height: 350px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin:0px 0px 0px 0px;
	background:#000;

	}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position:absolute; /* Do not change this value */
	width:950px;
	color:#ccc;
	margin:0px 0px;
	padding:0px;	
	height:300px;
	
}

.glidim{
	float:left;
	width:500px;
}

.glidim img{
	background:#111;
	border: 4px solid #000;


}
.glidmeta h2{
	margin:10px 0px 5px 0px;
	font-weight:normal;
	font-family: century gothic, georgia, serif;
	font-size:2.5em;
	
}
.glidmeta h2 a:link, .glidmeta h2 a:visited{
	color:#eee;
	text-decoration:none;
}

.glidmeta{
	float:right;
	width:430px;
	margin:0;
	color:#999;
	font-size:1em;
	background:#000;
	height:300px;
	
}

.gmore{
	float:right;
	background:#111;
	line-height:1.5em;
	font-size:1em;
	margin:5px;
	padding:5px 10px;
	
}

.gmore a:link, .gmore a:visited{
	color:#999;
text-decoration:none;

}

.gnav{ /*style for DIV used to contain toggler links. */
	width: 954px;
	z-index:150;
	}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
height:35px;
	z-index:150;
	width: 954px;
	background:#000;
}
.glidecontenttoggler a{ /*style for every navigational link within toggler */
	text-decoration: none;
	font:1.2em/1.8em century gothic, georgia, serif;
	font-weight:normal;
	text-transform:uppercase;
	color:#999;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color: #fff;
}

.glidecontenttoggler a:hover{
	color: #fff;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	float:left;
	margin-left:5px;
	padding:3px;
}
.glidecontenttoggler a.next {
float:right;
	margin-right:5px;
	padding:3px;
}


