        #test {
            float:left;
            width: 450px;
            height: 420px;
        }
        #test ul {
			/*padding:10px;*/
			margin:0; padding:0;
			overflow:hidden;
            list-style-type: disc;
            height: 390px;

        }
        #test ul li {
            list-style-type: disc;
        }
        #up{
			width:37px; height:16px;
			background:url(images/map-up_red.gif) top left no-repeat;
			float:right;
            display: block;
            cursor: pointer;
            text-align: center;
        }
		
		#down {
			width:37px; height:16px;
			background:url(images/map-dn_red.gif) top left no-repeat;
			float:right;
            display: block;
            cursor: pointer;
            text-align: center;
        }
        #up:hover, #down:hover {
            background-color: #ccc;
        }

