

div#location_dot {
	position:				absolute;
	top:					230px;
	left:					148px;
}

div#contentlist {	
	padding: 				25px 15px 20px 15px;	
	height:					300px;
	width:					340px;
	overflow: 				auto;	
	
	SCROLLBAR-FACE-COLOR: #953D3C;
	SCROLLBAR-TRACK-COLOR: #953D3C;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #d28a8a;
	SCROLLBAR-HIGHLIGHT-COLOR: #e7acab;
	SCROLLBAR-DARKSHADOW-COLOR: #541413;
	SCROLLBAR-SHADOW-COLOR: #753131;
}

div#contentlist p {
	font-size:				11px;
	color:					#fff;
}

div#contentlist a{
	font-size:				12px;
	color:					#fff;
	font-weight:			bold;
	text-decoration:		none;
}
div#contentlist a:hover{
	text-decoration:		underline;
}

div.newsItem {
	display:				none;
}
