.jNewsRotator {
	/*
	font: 12px Verdana;
	border: solid 1px transparent;
	overflow: hidden;
	background-color: #f00;
	*/
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 200px;
	z-index: 25;
}

.jNewsRotator h2 {
	color:#fff;
}

.jNewsRotator .newsContent {
	text-align:left !important;
}
.jNewsRotator .newsContent100 {
	text-align:left !important;
}

.jNewsRotator .shadow {
	/*
	border: solid 1px transparent;
	*/
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: .75;
	filter: alpha( opacity=75 );
	background-color: #000;
	z-index: 50;
}

.jNewsRotator .left, .jNewsRotator .right  {
	display: none;
	/*
	border: solid 1px transparent;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
	height: 100%;
	overflow: hidden;
	z-index: 75;
	*/
}

.jNewsRotator .center {
	/*
	margin: 0.24% 0.12%;
	float: left;
	display: none;
	border: solid 1px transparent;
	background-color: #0ff;
	left: 10%;
	*/
	position: absolute;
	top: 0;
	
	width: 90%;
	height: 100%;
	overflow: hidden;
	z-index: 75;
}

.jNewsRotator .right {
	/*
	margin: 0.24% 0.24% 0.24% 0.24%;
	float: right;
	*/
	left: 90%;
}

.jNewsRotator .left .prev, .jNewsRotator .right .next {
	/*
	*/
	position: relative;
	display: block;
	top: 32%;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.jNewsRotator .center .newsScroller {
	/*background-color: #999;*/
	position: relative;
	height: 100%;
}

.jNewsRotator .center .newsScroller .news {
	float: left;
	padding: 4px;
	height: 90%;
	background-color: #fff;
	color: #000;
	overflow: hidden;
}

.jNewsRotator .center .newsScroller .news a {
	display: block;
	width: 100%;
	height: 100%;
	color: #4a4a4a;
	text-decoration: none;
	cursor: pointer;
}

.jNewsRotator .center .newsScroller .news .newsImage {
	/*background-color: #eee;*/
	float: left;
	margin: 0.48% 0.24% 0.48% 0.48%;
	width: 19%;
	height: 92%;
	overflow: hidden;
}
.jNewsRotator .center .newsScroller .news .newsImage img {
	border: 0;
	/*margin: 2.4%;*/
}

.jNewsRotator .center .newsScroller .news .newsContent, .jNewsRotator .center .newsScroller .news .newsContent100  {
	float: right;
	/*margin: 0.48% 0.48% 0.48% 0.24%;*/
	width: 80%;
	height: 100%;
	overflow: hidden;
}
.jNewsRotator .center .newsScroller .news .newsContent100 {
	width: 100%;
}

.jNewsRotator .center .newsScroller .news  .newsDate {
	margin: 0.72%;
	font-size: 9px;
	font-weight: bold;
	color: #900;
}

.jNewsRotator .center .newsScroller .news .newsTitle {
	margin: 0.72%;
	font-size: 16px;
	font-weight: bold;
}
.jNewsRotator .center .newsScroller .news .newsDescription {
	margin: 0.72%;
	height: 100%;
	font-size: 12px;
	overflow: hidden;
}


.jNewsRotator .controlBalls {
	/*
	border: solid 1px transparent;
	text-align: right;
	background-color: #f0f;
	*/
	clear: both;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 16px;
	z-index: 75;
}

.jNewsRotator .controlBalls ul {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	list-style: none;
}
.jNewsRotator .controlBalls ul  li {
	float: right;
	height: 100%;
}

.jNewsRotator .controlBalls ul li .ball {
	width: 12px;
	height: 12px;
	margin-top: 2px;
	margin-right: 4px;
	background: url( '/images/dotRed.png' );
	display: block;
	cursor: pointer;
}

.jNewsRotator .controlBalls ul li .selected {
	background: url( '/images/dotGray.png' );
}


/*
.jNewsRotator {
	position: relative;
	margin: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.jNewsRotator a {
	text-decoration: none;
}

.jNewsRotator .shadow {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.75;
	filter: alpha( opacity=75 );
}

.jNewsRotator .left, .jNewsRotator .right  {
	position: relative;
	float: left;
	margin: 0.24% 0.24% 0.24% 0.24%;
	width: 10%;
	height: 97%;
	overflow: hidden;
}

.jNewsRotator .center {
	position: relative;
	float: left;
	margin: 0.24% 0.12%;
	width: 78.76%;
	height: 97%;
	background-color: #ddd;
	overflow: hidden;
}
.jNewsRotator .right {
	float: right;
	margin: 0.24% 0.24% 0.24% 0.24%;
}

.jNewsRotator .left .prev, .jNewsRotator .right .next {
	position: relative;
	display: block;
	top: 32%;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}

.jNewsRotator .center .newsScroller {
	position: relative;
	height: 100%;
}

.jNewsRotator .center .newsScroller .news {
	float: left;
	padding: 4px;
	padding-bottom: 0px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

.jNewsRotator .center .newsScroller .news a {
	display: block;
	width: 100%;
	height: 100%;
	color: #4a4a4a;
	cursor: pointer;
}

.jNewsRotator .center .newsScroller .news .newsImage {
	float: left;
	margin: 0.48% 0.24% 0.48% 0.48%;
	width: 19%;
	height: 96%;
	overflow: hidden;
}
.jNewsRotator .center .newsScroller .news .newsImage img {
	border: 0;
	margin: 2.4%;
}

.jNewsRotator .center .newsScroller .news .newsContent, .jNewsRotator .center .newsScroller .news .newsContent100  {
	float: right;
	margin: 0.48% 0.48% 0.48% 0.24%;
	width: 79.50%;
	height: 96%;
	overflow: hidden;
}
.jNewsRotator .center .newsScroller .news .newsContent100 {
	width: 99%;
}

.jNewsRotator .center .newsScroller .news  .newsDate {
	margin: 0.72%;
	font-size: 9px;
	font-weight: bold;
	color: #900;
}

.jNewsRotator .center .newsScroller .news .newsTitle {
	margin: 0.72%;
	font-size: 16px;
	font-weight: bold;
}
.jNewsRotator .center .newsScroller .news .newsDescription {
	margin: 0.72%;
	height: 70%;
	font-size: 12px;
	overflow: hidden;
}

.jNewsRotator .controlBalls {
	clear: both;
	height: 16px;
}

.jNewsRotator .controlBalls ul {
	float: right;
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
}
.jNewsRotator .controlBalls ul  li {
	float: left;
	height: 100%;
}

.jNewsRotator .controlBalls ul li .ball {
	width: 12px;
	height: 12px;
	margin-top: 2px;
	margin-right: 4px;
	background: url( '../images/orizzontalnews/dotRed.png' );
	display: block;
	cursor: pointer;
}

.jNewsRotator .controlBalls ul li .selected {
	background: url( '../images/orizzontalnews/dotGray.png' );
}
*/