#jqnews
{
	overflow: hidden;
	height: 250px; 
	width: 410px;
	margin-top:4px;

}

#jqnews div
{
	display: block;
	overflow: hidden;
	background-color: #fff;
	height: 115px;
	width: 390px;
	padding:5px;

	
}

#jqnewsVert
{
	overflow: hidden; height: 500px; width: 160px; border: solid 1px #000; 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: 5px;	display:block;
}