#hc1 {
	/* [disabled]margin-bottom: 30px; */
}
/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/

.haccordion{
padding: 0;
}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}


.haccordion li{
	margin: 0;
	padding: 0;
	display: block; /*leave as is*/
	width: 100%; /*For users with JS disabled: Width of each content*/
	height: 430px; /*For users with JS disabled: Height of each content*/
	overflow: hidden; /*leave as is*/
	float: left; /*leave as is*/
}

.haccordion li .hpanel{
	height: 430px;  /*For users with JS disabled: Height of each content*/
}
.accordcaption {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background-color: #171837;
	padding: 8px 12px;
	float: right;
	margin-top: -66px;
	text-decoration: none;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	/* [disabled]width: 240px; */
}
.hpanel {
	margin: 0px;
	padding: 0px;
	/* [disabled]float: left; */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#hc1 li {
	margin: 0px;
}
#hc1 li .hpanel {
	padding: 0px;
}
#hc1 li .hpanel img {
	height: 430px;
	width: 600px;
}
.floatimage {
	float: right;
}
#hc1 ul li a {
	color: #999;
	text-decoration: none;
	/* [disabled]float: right; */
	/* [disabled]width: 147px; */
}
