.accordionWrapper{
display:inline-block;
height:458px;
overflow:hidden;
	background: rgba(255,255,255,0.2) !important;
		background: #cbcfc2;

}


.accordionWrapper img{
vertical-align:top;
border:0;
margin:0;
padding:0}


.accordionWrapper div{
display:inline;
float:left;
margin:auto;}


.accordionWrapper div.title{
cursor:pointer;
height:458px;
width:44px;
overflow:hidden;
margin-left:2px;

}

div.title img {
	height:456px;
	width:40px;
border:1px solid #7f8970;
	background: #AAB4A0;

}


.accordionWrapper div.content{
display:none;
height:436px;
max-width:793px;
margin-left:-3px;
padding:10px;
border:1px solid #7f8970;
overflow:hidden;
/*background: #fff; */
}

div.content h3, div.content p, div.content ul  {
	width:780px;
	padding-right:20px;
}

.content .contentimage {
	float:left;
	margin-right:10px;
	width:230px;
	height:430px;
	padding:3px;
	border:1px solid #fff;}

.set .accordionselected img {
 background: #7f8970;}
/* set with to text elements so they don't wrap as the panel closes */
