/*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;
	border: 2px solid #FFFFFF;
}

.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: 350px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}

.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
height: 350px;  /*For users with JS disabled: Height of each content*/
}

.hpanelimage {
	float:right;
}

.hpanelcaption {
	margin-top:-100px;
	float:right;
	width: 500px;
	height: 75px;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 40px;
	REMbackground-image: url("../images/imgtxt-bg2.png");
	REMbackground-image: url("../images/imgtxt-bg2_b.png");
	background-image: url("../images/imgtxt-bg2_c.png");
	background-repeat: no-repeat;
	background-position: right;
	background-position: left center;
	text-align: right;
	padding: 10px;
	}
.hpanelcaption a {
	color:#666; 
	color:#666666;
	padding:15px;
	font-size:11px;
	line-height:18px;
}
.hpanelcaption a:hover {text-decoration:none;}

/*CSS for example Accordion #hc1*/

#hc1 {
	margin-top:0px;
	margin-left:0px;
	border: 2px solid #FFFFFF;
}

#hc1 li{
margin:0; /*Spacing between each LI container*/
}

#hc1 li .hpanel img{
width:726px; 
height:350px;
}

#hc1 li .hpanel{
padding: 0; /*Padding inside each content*/
background: #111;
}

/*CSS for example Accordion #hc2*/

#hc2 li{
margin:0 0 0 0; /*Spacing between each LI container*/
border: 0;
}

#hc2 li .hpanel{
padding: 0; /*Padding inside each content*/
}

