#mContainer {
	position:relative;
	width:200px;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:center;
}

#nContainer, #nContainer-no {
	position:relative;
	overflow:hidden;
	width:200px;
	border-style:none;
	text-align:center;
}

#nContainer-no{
overflow:scroll;
height:800px;
}


#listContainer, #listContainer-no  {
	display:block;
	position:absolute;
	top:0px;
	left:12px;
	width:198px;
	padding:0px;
	margin:0px;
	background-color:#FCD0A1;
	text-align:center;
	list-style:none;
}

#listContainer li, #listContainer-no li {
	position:relative;
	display:block;
	border-style:none;
	width:175px;
	text-align:center;
	font:9px verdana;
	margin:10px 0;
	line-height:10px;
}


#upArrow,#downArrow,#upArrow2,#downArrow2{
	float:right;
	width:26px;
	height:24px;
	font:9px verdana;;
	text-align:center;
	color:#FFF;
	cursor:pointer;
	border-bottom:#fff 1px solid;
}

#upArrow2,#downArrow2{
border-top:1px #fff solid;
border-bottom:none;

}
#upArrow, #upArrow2 {
	background:url(http://www.helixgroup.net/images/arrow_up.gif) no-repeat center center;
}

#downArrow, #downArrow2{
	background:url(http://www.helixgroup.net/images/arrow_down.gif) no-repeat center center;
}

#changeSize {
	width:10px;
	height:10px;
	position:relative;
	float:right;
	background:#638DA1 url(plus.gif) no-repeat center center;
}


#more{
float:left;
width:146px;
text-align:center;
font-weight:strong;
height:19px;
border-bottom:#fff 1px solid;
}