
#glidercontent{

	border:0px solid #84909C;
}



.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 210px;
	height: 250px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin:0px 3px;
	padding: 5px 5px 0px;
	border: 0px solid #ff0000;
}

.glidecontentwrapper2 {
	position: relative; /* Do not change this value */
	width: 900px;
	height: 80px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin:0px 0px 0px 0px;

}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background:#E8E7E4;
	padding: 0px;
	visibility: hidden;
	width: 210px;
	color:#333333;


}
.glidecontent1{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background:#F5F5F5;
	padding: 10px 10px;
	visibility: hidden;
	width: 440px;
	color:#333333;


}

.bottomglide{
	position: absolute; /* Do not change this value */
	background:#F5F5F5;
	padding: 10px 10px;
	visibility: hidden;
	width: 900px;
	color:#333333;
}



.glidecontent h2{
	margin:0px 0px 5px 5px;
	font-size:20px;
	font-weight:bold;
}


#glidercontent h2 a:link, #glidercontent h2 a:visited{
	color:#2255AA;
	font-size: 20px;
	line-height: 20px;
}
.hentry {
	height:160px;
	padding:0px 5px 10px 5px;
	overflow:hidden;
}
.hentry p{
	margin:10px 0;
	color:#47535F;
}


.hentry img {
	border:0;
	float:left;
	padding:4px 4px;
	background:#fff;
	border:1px solid #ddd;
	margin:2px 10px 5px 0px;
	}


/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	height:34px;
	width:100%;
	margin-top:5px;
	padding:0;
	/*background:#CCCCCC url(../images/toggler.jpg) bottom repeat-x;*/
	text-align: center; /*How to align pagination links: "left", "center", or "right"
 /*always declare an explicit background color for fade effect to properly render in IE*/
 background: transparent;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.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! */

	color: black;
}

.glidecontenttoggler a:hover{

	color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
padding:5px;
}

.glidecontenttoggler a.prev{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */

	float:right;

	background:url(../images/prevarrow.png) no-repeat top;
	width:30px;
	height:30px;
	padding: 0 0 0 5px;
	margin: 0;
	border: 0px;
}
.glidecontenttoggler a.next{
	float:right;

	background:url(../images/nextarrow.png) no-repeat top;
	width:30px;
	height:30px;
	padding: 0;
	margin-right: 14px;
	border: 0px;

}
.glidecontenttoggler a.prev:hover{

	color: white;

}
.glidecontenttoggler a.next:hover{

	color: white;

}