.showcase-prev-btn {
	position: absolute;
	bottom: 10px;
	right: 61px;
	width: 26px;
	height: 26px;
	background: url(../images/sb/icon_prev_large.png);
}

.showcase-prev-btn:hover {
	background: url(../images/sb/icon_prev_large_hover.png);
}

.showcase-next-btn {
	position: absolute;
	bottom: 10px;
	right: 25px;
	width: 26px;
	height: 26px;
	background: url(../images/sb/icon_next_large.png);
}

.showcase-next-btn:hover {
	background: url(../images/sb/icon_next_large_hover.png);
}

.showcase-corner {
	position: absolute;
	width: 4px;
	height: 4px;
	z-index: 110;
	background-image: url(../images/sb/showcase_corners.png);
	background-repeat: no-repeat;
}

.showcase-corner-tl {
	background-position: 0px 0px;
	top: 0px;
	left: 0px;
}

.showcase-corner-tr {
	background-position: -5px 0px;
	top: 0px;
	right: 0px;
}

.showcase-corner-bl {
	background-position: 0px -5px;
	bottom: 0px;
	left: 0px;
}

.showcase-corner-br {
	background-position: -5px -5px;
	bottom: 0px;
	right: 0px;
}

div.showcase-main-page-under-daily-dail {
	margin-top: 20px;
}

#main-slot2 div.left-arrow-showcase, #main-slot2 div.right-arrow-showcase {
	cursor: pointer;
	height: 41px;
	margin-top: 120px;
	position: absolute;
	width: 21px;
	z-index: 999;
	background: url("../images/arw_left.png") no-repeat scroll center center transparent;
}

#main-slot2 div.right-arrow-showcase {
	background: url("../images/arw_right.png") no-repeat scroll center center transparent;
	margin-left: 229px;
}

#main-slot2 div.left-arrow-showcase:hover {
	background: url("../images/arw_left_hover.png") no-repeat scroll center center transparent;
}

#main-slot2 div.right-arrow-showcase:hover {
	background: url("../images/arw_right_hover.png") no-repeat scroll center center transparent;
}
#main-slot2 {
	overflow: hidden;
	width:250px;
}
div.slot-image {
	position:relative;
}