
div.ctnoverbox {
	position: relative;
	height: 166px;
	overflow:hidden;
}
div.overbox {

}

.togglehide {
	/* Pour IE8 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* Pour IE5 à IE7 */
	filter: alpha(opacity=0);
	/* Pour tous les autres navigateurs */
	opacity: .0;

}
.toggleshow {
	opacity: 1;

}
