#mContainer {
	position:relative;
	width:170px;
	height:550px;
	margin:auto;
	border:none;
	overflow:hidden;
	float:left;
	padding:0;
	margin:10px auto; 
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:170px;
	border-style:none;
	background:#000;
	height:470px;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100px;
	padding:0px;
	margin:0px;
}

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:170px;
	height:140px;
	padding:2px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	color:#FFF;
	background-color:#000;
	line-height:10px;
	text-align:center;
}

#listContainer>li {
	border-top:1px solid #FFF;
	display:block;
	height:120px;
}

#listContainer li:hover {
	color:#FFF;
}

#upArrow,#downArrow {
	width:170px;
	height:10px;
	font:9px verdana;;
	text-align:center;
	color:#EEDAB5;
	cursor:pointer;
}

#upArrow {
	background:#f6c71f url('images/up.jpg') no-repeat center center;
	-moz-border-radius: 15px 15px 0 0;
}

#downArrow {
	background:#f6c71f url('images/down.jpg') no-repeat center center;
		-moz-border-radius: 0 0 15px 15px;
}




#changeSize {
	width:10px;
	height:10px;
	position:relative;
	float:right;
	background:#638DA1 url('images/plus.jpg') no-repeat center center;
	padding:0;
	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 {
	width:250px;
	height:1px;
	text-align:left;
	color:#000;
	background:#000;
	border-style:none;
	clear:both;
	margin:2px 0px 2px 0px;
}

#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;
}
