.imxhideshow_hidden{

display:none;


}

.imxhideshow_caption_show{
	font-size: 11px;
	font-family:verdana;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top:10px;
	background-image: url('../img/show.png');
	background-repeat: no-repeat;
	background-position:left;
	cursor: pointer;
}


.imxhideshow_caption_hide{
	font-size: 11px;
	font-family:verdana;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top:10px;
	background-image: url('../img/hide.png');
	background-repeat: no-repeat;
	background-position:left;
	cursor: pointer;
}

.imxhideshow_caption img{
	float:left;

}

.imxhideshow_content{
	font-size: 11px;
	font-family:verdana;
	font-weight:normal;
}

.imxhideshow_text{
	padding-left:20px;
}