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

body, body * {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

#main {
	width: 300px;
	height: 250px;
	position: relative;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*sprite*/

.sprite {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(image.png);
}

/*collapsed*/

#block {
	width: 300px;
	height: 250px;
	position: absolute;
	z-index: 100;
	background-color: #fff;
}

#collapsed {
	width: 300px;
	height: 250px;
	position: absolute;	
	z-index: 10;
	background-color: #fff;
}

#border {
	width: 298px;
	height: 248px;
	position: absolute;	
	z-index: 89;
	border:1px solid #000;
}

#colClick {
	width: 154px;
	height: 37px;
	background-position: -424px -387px;
	cursor: pointer;
	position: absolute;
	z-index: 95;
	left: 138px;
	top: 185px;
}

#colClick:hover {
	width: 154px;
	height: 37px;
	background-position:-424px -452px;
	cursor: pointer;
	position: absolute;
	z-index: 95;
	left: 138px;
	top: 185px;
}

#colBgButton {
	width: 300px;
	height: 250px;
	display: block;
	cursor: pointer;
	position: absolute;
	z-index: 90;
}

#colBG {
	width: 300px;
	height: 250px;
	background-position: -6px -9px;
	position: absolute;
	z-index:2;
	left: 0px;
	top: 0px;
}


#colImg1{
	width: 300px;
	height: 161px;
	background-position:-321px -76px;
	position: absolute;
	z-index:5;
	left: 0px;
	top: 50px;
}

#colImg2{
	width: 218px;
	height: 173px;
	background-position:-176px -313px;
	position: absolute;
	z-index:4;
	left: 0px;
	top: 47px;
}

#colImg3{
	width: 119px;
	height: 142px;
	background-position:-37px -282px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#colImg3Mask{
	width: 119px;
	height: 142px;
	position: absolute;
	z-index:10;
	left: 156px;
	top: 60px;
	overflow:hidden;
}


/*new text*/

#colCopy1 {
	width: 251px;
	height: 38px;
	background-position:-327px -25px;
	position: absolute;
	z-index: 30;
	left: 25px;
	top: 81px;
}

#colCopy2 {
	width: 110px;
	height: 29px;
	background-position: -443px -331px;
	position: absolute;
	z-index: 30;
	left: 96px;
	top: 129px;
}

#colCopy3 {
	width: 127px;
	height: 9px;
	background-position:-195px -282px;
	position: absolute;
	z-index: 30;
	left: 90px;
	top: 233px;
}
