#mContainer {
	position:relative;
	width:111px;
	height:auto;
	margin:auto;
	overflow:hidden;
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:111px;
	border-style:none;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:111px;
	padding:0px;
	margin:0px;
}

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:111px;
	padding:2px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	color:#638DA1;
	line-height:85px;
}

#listContainer>li {
}

#listContainer li:hover {
	color:#000;
}

#upArrow,#downArrow {
	width:111px;
	height:10px;
	font:9px verdana;;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}

#upArrow {
	background: url('../img/portfolios/portfolios_up.png') no-repeat center center;
	margin-bottom:6px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.ie6 #upArrow {
	background: url('../img/portfolios/portfolios_up.gif') no-repeat center center;
	margin-bottom:6px;
	filter:alpha(opacity=70);
}

#upArrow:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#downArrow {
	background: url('../img/portfolios/portfolios_down.png') no-repeat center center;
	margin-top:6px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.ie6 #downArrow {
	background: url('../img/portfolios/portfolios_down.gif') no-repeat center center;
	margin-top:6px;
	filter:alpha(opacity=70);
}
#downArrow:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
#changeSize {
	width:10px;
	height:10px;
	position:relative;
	float:right;
	background:#638DA1 url(plus.gif) no-repeat center center;
	display: none;
}

/* following styles dont apply to the application */

#credits {
	position:relative;
	margin:25px auto 0px auto;
	width:250px; 
	font-family:verdana;
	font-size:9px;
}

hr {
}

#credits img {
	float:left;
	margin:0px 10px 1px 0px;
	border:1px solid #000000;
	width:80px;
	height:79px;
}

#description {
	font:9px verdana;
	width:250px;
	margin:10px auto 0px auto;
}