@charset "utf-8";
/* CSS Document */

#movie{
	width: 503px;
	height: 466px;
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#frame1{
	width: 503px;
	height: 466px;
	background-image: url(../images/big-difference.jpg);
	position:absolute;
	display:inline-block;
	margin:0px;
	padding:0px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 10;
}
#frame2{
	width: 503px;
	height: 466px;
	background-image: url(../images/center1.jpg);
	position:absolute;
	display:inline-block;
	margin:0px;
	padding:0px;
	background-position: left top;
	background-repeat: no-repeat;
}
#frame3{
	width: 503px;
	height: 466px;
	background-image: url(../images/center3.jpg);
	position:absolute;
	display:inline-block;
	margin:0px;
	padding:0px;
	background-position: left top;
	background-repeat: no-repeat;
}
#frame4{
	width: 503px;
	height: 466px;
	background-image: url(../images/center4.jpg);
	position:absolute;
	display:inline-block;
	margin:0px;
	padding:0px;
	background-position: left top;
	background-repeat: no-repeat;
}
#frame5{
	width: 503px;
	height: 466px;
	background-image: url(../images/center7.jpg);
	position:absolute;
	display:inline-block;
	margin:0px;
	padding:0px;
	background-position: left top;
	background-repeat: no-repeat;
}
#frame6{
	width: 503px;
	height: 466px;
	background-image: url(../images/center6.jpg);
	position:absolute;
	display:inline-block;
	margin:0px;
	padding:0px;
	background-position: left top;
	background-repeat: no-repeat;
}
