@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
}
.wrapper {
	width: 728px;
	height: 90px;
	position: relative;
	overflow: hidden;	
}	
.wrapper_exp {
	width: 728px;
	height: 90px;
	position: absolute;
	overflow: hidden;
	transition: height 500ms ease-in-out;
	
}
.hide {
	display: none;
}
.clsClose{
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 999;
    opacity: 0;	
}
.cur{
	cursor:pointer;
}
.clsExp_button{	
	position: absolute;
	z-index: 999;
	top: 5px;
	right: 5px;
	opacity: 0;	
}