#imageHolder{
	position:absolute;
	width:85%;
	height:206px;
	right:0px;
	top:80px;
	overflow: hidden;
	border: 1px solid #A7B5AD;
}
#txtContent{
	text-align:left;
	position:absolute;
	top:305px;
	left:0px;
	width:100%;
	
}
/* news scroll styles */
#scrollHold{
	position:absolute;
	width:27%;
	height:240px;
	top:250px;
	left:0px;
}
#scrollBg{
	position:absolute;
	width:27%;
	height:240px;
	top:250px;
	left:0px;
	background:#DAEAEB;
	border: 1px solid #A7B5AD;
}
#newsTitle {
	text-align:left;
	position:absolute;
	top:8px;
	left:3%;
}
#up{
	position: absolute;
	top: 27px;
	left: 95%;
	width: 7px;
	height: 190px;
	z-index: 2;
	background: url(../images/scroll.gif);
}
#down{
	position: absolute;
	top: 216px;
	left: 95%;
	width: 7px;
	height: 1px;
	z-index: 4;
}
#scr-top{
	width: 7px;
	height: 3px;
	background: url(../images/scr-top.gif) no-repeat;
}
#scr-bot{
	width: 7px;
	height: 1px;
	background: url(../images/scr-bot.gif) no-repeat;
}
