@charset "utf-8";

#rotation_banner {
	width: 606px;
	height: 198px;
	position: relative;
	padding: 0px;
	border: 0px;
}

#rotation_banner_imgmain {
	border: 0px;
}

#rotation_banner_imgmain_dummy {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}

#btn_up_container {
	position: absolute;
	top: 0px;
	left: 486px;
	width: 114px;
	height: 16px;
	text-align: center;
	overflow: hidden;
	border: 0px;
}

#btn_down_container {
	position: absolute;
	top: 182px;
	left: 486px;
	width: 114px;
	height: 16px;
	text-align: center;
	overflow: hidden;
	border: 0px;
}

#banner_list {
	position: absolute;
	top: 21px;
	left: 486px;
	width: 114px;
	height: 156px;
	text-align: center;
	overflow: hidden;
	border: 0px;
}

.bnritem {
	position: absolute;
	left: 0px;
	width: 114px;
	height: 48px;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	color: #ffffff;
	overflow: hidden;
	border: 0px;
}

.clickable {
	cursor: pointer;
}

#btn_up {
	display: none;
	border: 0px;
    cursor: pointer;
}

#btn_down {
	display: none;
	border: 0px;
    cursor: pointer;
}

/* add 20180131 */
.nopointer {
    cursor: default;
    
}
