#mContainer {
	position:relative;
	width:298px;
	height:auto;
	margin:auto;
	border:1px solid #000;
	overflow:hidden;
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:298px;
	border-style:none;
	background:#D8D8D8;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:298px;
	padding:0px;
	margin:0px;
    list-style-type: none;
}

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:298px;
	height:10px;
	padding:2px;
	font:9px verdana;
	margin:0px;
	color:#638DA1;
	background-color:#FFFFFF;
	line-height:10px;
    list-style-type: none;
    cursor:pointer;
    background: transparent none;
}

#listContainer>li {
	border-top:1px solid #000000; /* #638DA1; */
    
}

#listContainer li:hover {
	color:#000;
}

#upArrow,#downArrow {
	width:298px;
	height:10px;
	font:9px verdana;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}

#upArrow {
	background:#6E6E6E url(up.gif) no-repeat center center;
}

#downArrow {
	background:#6E6E6E url(down.gif) no-repeat center center;
}

#changeSize {
	width:10px;
	height:10px;
	position:relative;
	float:right;
	background:#6E6E6E url(plus.gif) no-repeat center center;
}
#vContainer{
    margin-left:3px;
    margin-bottom:3px;
}
#daily60-title{
    text-align:center;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
    height: 38px;
    font-family: Arial,"Times New Roman",Times,serif;
    
}
