.haccordion .acc_header, .haccordion .acc_content{
float: left;
height: 175px;
left:-1px;
position:relative;
}

.haccordion .acc_header{
width: 20px;
background: #ccc;
color: #fff;
cursor: pointer;
border-right:0px solid #666;
margin-left:1px;
}

.haccordion .acc_content{
display: none;
width: 0px;
overflow: auto;
}

.haccordion .acc_content p{
margin: 5px;
}

.haccordion .visible {
	display:block;
	width:350px;
	}
	
.acc_header a{
display: block;
width: 100%;
height: 175px;
margin:0;
text-decoration:none;
border:0px;
}

.acc_content a img{
border:0;
}
