/* PROMOTION */
.window {height: 185px; overflow: hidden; position: relative; width: 680px}
.image-slide {position: absolute; top: 0px; left: 0px}
.image-slide img {float: left}

.paging {
	background: url(../promotion/paging_bg2.png) no-repeat;
	display: none;
	line-height: 40px;
	position: relative;
	top: -215px; right: -533px;
	width: 178px; height: 47px;
	text-align: center;
	z-index: 100;
}
.paging a {color: #fff; padding: 5px; text-decoration: none}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold}
