
.contentsWrapper {
	width: 800px;
	height: 415px;
	background-image: url(/design/unostyle/intro/top_mainimage.jpg);
	position: relative;
}
.brandBtn {
	width: 199px;
	height: 37px;
	position: absolute; top: 152px;	left: 10px;
}
.brandBtn a {
	width: 199px;
	height: 37px;
	background: url(/design/unostyle/intro/brand_btn.gif);
	display: block;
	text-indent: -9999px;
	overflow:hidden;
}
.brandBtn a:hover {
	background: url(/design/unostyle/intro/brand_btn_on.gif);
	display: block;
}
.itemBtn {
	width: 199px;
	height: 37px;
	position: absolute; top: 132px;	right: 10px;
}
.itemBtn a {
	width: 199px;
	height: 37px;
	background: url(/design/unostyle/intro/item_btn.gif);
	display: block;
	text-indent: -9999px;
	overflow:hidden;
}
.itemBtn a:hover {
	background: url(/design/unostyle/intro/item_btn_on.gif);
	display: block;
}
.allBtn {
	width: 199px;
	height: 37px;
	position: absolute; top: 177px;	right: 10px;
}
.allBtn a {
	width: 199px;
	height: 37px;
	background: url(/design/unostyle/intro/all_btn.gif);
	display: block;
	text-indent: -9999px;
	overflow:hidden;
}
.allBtn a:hover {
	background: url(/design/unostyle/intro/all_btn_on.gif);
	display: block;
}
