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

/* mootools div slider with pagination */

ul.nums{
position:absolute;
bottom:0px;
right:-5px;px;
font-size:14px;
border:0px;
}
  
ul.nums li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 5px 0 0;
	text-align:center;
	background:#eb8122;
}

ul.nums li a {
	color:#fff;
	display:block;
	padding:0px 0px;
	text-decoration:none;
	width:19px;
	height:19px;
	border:none;
	text-align:center;

}

ul.nums li a:hover {
	background-color:#eba05c;
}

ul.nums li.current {
	background-color:#7b7b7b;
}

ul.nums li.current a {
	color:#FFFFFF;
}

ul.nums li.current a:hover {
	background-color:#B2A384;
}

#folio {
	position:absolute;
	top:0;
	left:0;
	width:10000px;
	float:left;
}

#mask {
	width:289px;
	height:489px;
	overflow:hidden;
	position:relative;
	background:none;
	float:left;
}

.col {
	display:block;
	width:289px;
	height:489px;
	float:left;
}
#mask02 {
	width:612px;
	height:421px;
	overflow:hidden;
	position:relative;
	background:none;
	float:left;
}

.col02 {
	display:block;
	width:612px;
	height:421px;
	float:left;
}