/** for the slideshow */
div#showreel {
	width: 730px;
	margin: auto;
	text-align: left;
}

div#wordlist {
	display:none;
}

div#navigator ul {
	padding: 0;
	margin: 0;
	text-align:left;
}
div#navigator ul li{
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	padding-right: 10px;
	width: 120px;
	vertical-align: top;
}
div#navigator ul li a{
	font-size: 11px;
	color:#CCCCCC;
	font-weight: normal;
}
div#navigator ul li a:hover {
	color:#CC6666;
}
div#navigator ul li a.aActive{
	color: #CC6666;
}

div#titlebar {
	height: 20px;
	color: #BABB8B;
	font-size: 14px;
	padding-top: 8px;
	text-transform: lowercase;
}

/* for the expandable news */

a.expandHead {
	font-size: 10px;
	cursor: pointer;
}

.msg_list {
	margin-top:10px;
	margin-bottom: 10px;
	padding: 0;
}
.expand {
	background-color:#F7F7F7;
	height:150px;
	margin-top:9px;
	overflow-y:auto;
}