
.showBox {
	width:  290px;
	height: 220px;
	border: 1px solid black;
	position: relative;
	overflow: hidden;
	font-family: Arial;
	letter-spacing: 1px;
}
.showBox * {
	margin: 0;
	padding: 0;
}
.showBox a {
	color: blue;
	text-decoration: none;
}
.showBox h2.title {
	position: absolute;
	top: 10px;
	left: 5px;
	font-size: 16px;
}
.showBox .roll {
	position: absolute;
	top: 16px;
	right: 80px;
}
.showBox .roll a {
	float: left;
	width: 7px;
	height: 7px;
	margin-right: 3px;
	text-indent: -9999px;
	background: url(images/dot.gif) no-repeat 0 0;
}
.showBox .roll a.on {
	background-position: 0 -27px;
}
.showBox .btn {
	position: absolute;
	top: 10px;
	right: 5px;
	height: 20px;
}
.showBox .btn a {
	width: 31px;
	height: 24px;
	float: left;
	text-indent: -9999px;
}
.showBox .btn a.prev {
	background: url(images/btn.gif) no-repeat 0 -42px;
}
.showBox .btn a.next {
	background: url(images/btn.gif) no-repeat 0 0;
}
.showBox a.more {
	position: absolute;
	bottom: 10px;
	right: 5px;
	padding-left: 7px;
	font-size: 12px;
	background: url(images/more.gif) no-repeat -1px 5px;
}
.showBox ul.itemList, .showBox ul.itemList li {
	list-style: none;
}
.showBox ul.itemList {
	position: absolute;
	top: 40px;
	white-space: nowrap;
}
.showBox ul.itemList li {
	display: inline;
}
.showBox ul.itemList li .adContent {
	display: inline-block;
	width: 135px;
	margin: 0 5px;
}
.showBox ul.itemList li .adContent h3 {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}
.showBox ul.itemList li .adContent img {
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
	padding: 5px;
}
