#box{
	position:relative;
	width:247px;
	height:700px;
}

#box div{
	position:absolute;
	width:247px;
	height:675px;
	overflow:hidden;
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: right;
}
#box .up{
	position:absolute;
	left:50%;
	width:48px;
	height:48px;
	z-index:10;
	cursor:pointer;
	overflow:hidden;
	margin-left:-24px;
	text-indent:-9999px;
	background-image: url(../images/rtcA_icox1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top: 10px;
}

#box .down{
	position:absolute;
	left:50%;
	width:48px;
	height:48px;
	z-index:10;
	cursor:pointer;
	overflow:hidden;
	margin-left:-24px;
	text-indent:-9999px;
	background-image: url(../images/rtcA_icox2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top: 765px;
}
#box .up{top:10px;background-position:0 0;}
#box .down{bottom:10px;background-position:0 bottom;}
#box ul{
	position:absolute;
	width:247px;
	height: 675px;
	margin: 0px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	text-align: center;
	padding: 0px;
}
#box li{
	width:247px;
	height:135px;
	list-style:none;
	text-align: center;
	display: block;
	padding-left: 40px;
}

#box a{
	font-size: 12px;
	line-height: 26px;
	color: #969696;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal;
}
#box li a:hover img {
	border: 1px dotted #d7d7d7;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


