#newsAndEventsWidget
{
	padding: 0px;	
	width: 640px;
	height: 100px;
}
#newsAndEventsWidget div
{
	margin: 0px;
	padding: 0px;
}

#rightControl
{
	width: 10px;
	height: 100px;
	float: left;
	cursor: pointer;
	border: 1px white solid;
	background: url(graphics/right.png) no-repeat white;
}

#leftControl
{
	float: left;
	width: 10px;
	height: 100px;
	cursor: pointer;
	border: 1px white solid;
	background: url(graphics/left.png) no-repeat white;
}
#contentWindow
{
	height: 100px;
	width: 600px;
	
	float: left;
	position: relative;
	overflow: hidden;
	
	border-top: solid 1px gray;
	border-left: solid 1px gray;
	border-right: groove 3px gray;
	border-bottom: groove 3px gray;
	
	background: url(/index/images/newsIconNew.JPG) top left no-repeat white;
}
#content
{
	top: 0px;
	height: 110px;
	position: absolute;
	
	font-size: 1.0em;
}
#content div
{
	width: 598px;
	padding: 2px 10px 2px 110px;
	/*font-size: 0.8em;*/
	float: left;
	top: 0px;
	position: relative;
}
#content div img
{
	margin-left: 5px;
	margin-right: 100px;
	border: none;
	float: right;
}
#content div p b
{
	font-size: 1.2em;
}
#content div p
{
	padding: 0px;
	margin: 0px;
}

