/********************** JQuery Toggler ****************************/
h2.trigger{
	display:block;
	float:left;
	width:100%;
	height:20px;
}

h2.trigger a{
	display:block;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	color: #0293a6;
	text-decoration: none;
	background: url(../images/more.png) no-repeat 94% 50%;
	float:left;
}

h2.trigger a:hover {
	color: #02bfd5;
}

.toggle_container {
	overflow: hidden;
	clear: both;
	float:left;
}

.toggle_container .block {
	float:left;

}