#glidercontent{
	margin:5px 0 0px 5px;


}

.glidecontentwrapper{
	position: relative; 
	width: 642px;
	height:316px;
	overflow: hidden;
	margin:0px 0px 0px 0px;
	padding:0px 0px;
	background:#fff url(images/gcontent.jpg) repeat-y; 
	/* border:1px solid #CCCCCC; */
}

.glidecontent{ 
	position:absolute; 
	padding:0px 0px 0px 0px;
	width:642px;
	color:#555;
	margin:0px 0px;
	height:100%;
	overflow:hidden;
	float:left;
	background:#FFF; /* 222; */

}

.glidim{


}

.glidim img{
	margin:0px 5px 5px 0px;
	padding:7px 7px;

}


.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: 650px;
	background:#e2eaf4 url(images/featured.png) no-repeat;

}
.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:2px;
	right:30px;
	position:absolute;
	display:block;
	background:url(images/left.jpg) left no-repeat;
	width:30px;
	height:21px;
}
.glidecontenttoggler a.next {
	float:right;
	display:block;
	background:url(images/right.jpg) right no-repeat;
	width:30px;
	height:21px;
	position:absolute;
	top:2px;
	right:5px;
}

.inpost{
	position:absolute;
	top:195px;
	height:125px;
	background:url(images/inpost.png);
	padding: 5px 10px 0 10px;
	width:642px;
	z-index:100;
}
	
.inpost h2{
	margin:0px 0px 0px 0px;
	padding:5px 5px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	overflow:hidden;
	font-family: Arial,Century gothic,Tahoma,sans-serif;
	color:#000;
}
.inpost h2 a:link, .inpost h2 a:visited{
	color:#1582bb;
}

.inpost p{
	margin:0px 0px 0px 0px;
	padding:2px 15px 5px 5px;
	font-size:12px;
	line-height:16px;
	overflow:hidden;
	font-family: tahoma,Century gothic,Arial,Tahoma,sans-serif;
	color:#000;
}	