div.PanelNewsContent
{
	display		:	none;
	height		:	350px;
}
#PanelNews
{
	height			:	400px;
	padding		:	10px 20px;
	background-image	:	url(./image/Panel/Background.jpg);
	background-repeat	:	no-repeat;
	color			:	#ffffff;
}
#PanelNewsIndex
{
	float			:	left;
	width			:	240px;
	height			:	350px;
	padding-right		:	10px;
	overflow		:	auto;
}
#PanelNewsContent
{
	float			:	right;
	width			:	650px;
	height			:	350px;
	overflow		:	auto;
}


