#jqnews
{
	overflow: hidden;
	height: 360px; 
	width: 160px;
	border: solid 1px #202020;
}

#jqnews a
{
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

#jqnews div
{
	text-align:left;
	display: block;
	overflow: hidden;
	color:#CCCCCC;
	height: 120px;
	width: 150px;
	margin: 5px;
	font-size:11px;
}

#jqnewsVert
{
	overflow: hidden; height: 500px; width: 160px; border: solid 1px #282828; margin:auto;
}

#jqnewsVert div
{
	display: block; overflow: hidden; background-color: #def; height: 118px; width: 150px; margin: 5px;
}

#jqnewsOriz
{
	border: solid 1px #000;	height: 130px; width: 650px; overflow: hidden; margin:auto;
}

#jqnewsOriz div
{
	float:left;	border: solid 1px #000;	background: #def; height: 118px; width: 150px; margin-bottom: 5px;	display:block;
}