/*** HORIZONTAL ACCORDION ***/
.container-1 {
  margin-left: auto;
  margin-right: auto;
}


#accordionContainer {
    overflow:hidden; 
    background-color:#fff; 
    position:relative;
    border:0px solid #fff; 
	line-height:1em;
}

.accordionImgDiv {
    width:auto;  
    position: absolute;  
    border-left:1px solid #fff;  
    margin-left: 0px; 
    background-color: white; 
    cursor:pointer;
    overflow: hidden;
}
.asyncImgLoadAccordion { 
	clear: none; 
}
.accordionImgDiv .slideStrip {
    position: absolute;
    left:0px;
    top:0px;
    overflow: hidden;
    background-image: url(home-load.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
}
.accordionImgDiv .slideDesc {
	position: absolute;
    text-align:left;
	left: 0px;
	bottom: 0px;
	width:100%;
	font-size:17px;
	text-transform: uppercase;
    background-image: url(dark.png);
    background-repeat: repeat;
    background-position: 0 0;
    background-color: transparent;
	color: white;     
	padding-left:10px;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
}
.accordionSlideImage {
    border-left: 0px solid #fff; 
    width:auto;
	background-image: url(home-load.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%; 
}
.accordionDescBack {
    bottom:-70px;
    margin-left:0px;
    margin-top:0px;
    font-weight:bold;
    position:absolute;
    left:0px;
    width:auto;
    height:70px;
    background-color:#8289a1;
    border-top:1px solid #fff;
}
.accordionDesc {
    font-family: verdana;
    font-size:11px;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    color:#000;
	text-transform:uppercase;
    bottom:-70px;
    margin-left:0px;
    margin-top:0px;
    position:absolute;
    left:0px;
    width:100%;
    height:70px;    
	background-image: url(trans.png);
	background-repeat: repeat;
	background-position: 0 0 ;
    border:0px solid #fff;
}
.accordionDesc p {
	padding:7px;
}
.accordionDesc h3 {
	padding-top:8px;
}
.accordionDescHeader {
    margin-top:5px;
    position:static;
    color:#fff;
    font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom:3px;
    margin-bottom:0px;
}
.accordionDesc a:hover {
	color:white;
}
.accordionDesc a:link {
	color:white;
}
