@charset "UTF-8";
#accordion {
	border: 1px solid #CCCCCC;
	clear: both;
}
.toggler  {
	cursor:pointer;
	font-weight:bold;
	color:#000;
	margin: 0;
	padding:5px;
	font-size:12px;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.toggler:hover	 { background: #EEE; }
.element {}
.element-wrapper {
	height: 300px;
	overflow: auto;
	width: 708px;
}
.accordion-item {
	width: 160px;
	margin: 7px 5px;
	float: left;
	height: 250px;
}
.accordion-item p{
	text-align: center;
	margin: 0px 3px;
	font-size: 10px;
}

