#glidercontent{
	margin:0px 0 0px 0px;
	font-family: Georgia,Century gothic,Arial,Tahoma,sans-serif;

}

.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 560px;
	height: 530px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	padding-left: 0px;
	background:#333333;
border-top:0px solid #CCCDD0;
border-left:3px solid #ffffff;
border-right:0px solid #CCCDD0;
border-bottom:0px solid #CCCDD0;

	}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position:absolute; /* Do not change this value */
	padding:0px 0px 0px 0px;
	width:560px;
	color:#fff;
	margin:0px 0px;
	height: 530px;
	background:#f4f4f4;
	overflow:hidden;
	float:left;
	border-top:1px solid #CCCDD0;
}

.glidim{
	float:left;
	width:400px;

}

.glidim img{
	margin:5px 5px 5px 0px;
	padding:7px 7px;
	background:#333333;
height: 340px;


}
.glidmeta h2{
	margin:0px 0px 9px 0px;
	font-size:27px;
	font-weight:bold;
	overflow:hidden;
	height:32px;
}
.glidmeta h2 a:link, .glidmeta h2 a:visited{
	color:#333333;
text-decoration: underline;
}

.glidmeta{
	float:left;
	width:544px;
	padding:0 8px 0 8px;
	margin:2px 0 0 0;
	color:#333333;
	font-size:12px;
background: #f2f2f2;
}

.gmore{
	float:right;
	height:31px;
	background: #f2f2f2;
	width:75px;
	line-height:30px;
	padding-left:47px;
	font-size:12px;
	margin-top:5px;
	
}

.gmore a:link, .gmore a:visited{

	color: #0C79A6;
text-decoration: underline;
}

.gmore a:hover{
color: #333333;
text-decoration: underline;
}


.gnav{ /*style for DIV used to contain toggler links. */
	width: 100px;
	height:50px;
	z-index:150;
	float:right;
	padding-right:25px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */

	height:25px;
	z-index:150;
	width: 560px;
background: #333333;
	border-bottom:1px solid #CCCDD0;
color: #f8f8f8;
}

.glidecontenttoggler p {
margin:5px 0 3px 4px;
	font-family: Georgia,Century gothic,Arial,Tahoma,sans-serif;
color: #ffffff;
text-decoration: underline;
font-size: 12px;

}


.glidecontenttoggler a{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	color: #2e6ab1;
	font-weight: bold;
	text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	background: #E4EFFA;
	color: black;
}

.glidecontenttoggler a:hover{
	background: #E4EFFA;
	color: black;
}

.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! */
	top:1px;
	right:30px;
	position:absolute;
	display:block;
	background:url(images/left.gif) left;
	width:20px;
	height:24px;
}
.glidecontenttoggler a.next {
	float:right;
	display:block;
	background:url(images/right.gif) right;
	width:20px;
	height:24px;
	position:absolute;
	top:1px;
	right:5px;
}


