.JQNewsScroller {
	position:relative;
	margin:0px;
	padding:0px;
	width:250px;
	height:500px;
	background:none;
	background-color:#CCCCCC;
	background-repeat:repeat-x;
	border-style:solid;
	border-width:1px;
	border-color:#C5D9E1;
	border-radius:5px;
	text-align:left;
	box-shadow:none;
}
.JQNewsScroller ul {
	position:absolute;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.JQNewsScroller ul li {
	position:relative;
	display:list-item;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:10px;
	padding-top:5px;
	padding-right:0px;
	padding-bottom:5px;
	padding-left:0px;
	background:none;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#B0C8D0;
	border-radius:0px;
}
.JQNewsScroller .header {
	position:absolute;
	width:215px;
	margin:0px;
	padding-top:15px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:25px;
	display:block;
}
.JQNewsScroller .header-shadow {
	position:absolute;
	background:url(images/shadow_header.png);
	background-position:center;
	background-repeat:no-repeat;
	width:250px;
	height:5px;
}
.JQNewsScroller .content {
	display:none;
	position:relative;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.JQNewsScroller .footer {
	position:absolute;
	width:215px;
	bottom:0px;
	margin:0px;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:25px;
	display:none;
}
.JQNewsScroller .footer-shadow {
	position:absolute;
	background:url(images/shadow_footer.png);
	background-position:center;
	background-repeat:no-repeat;
	width:250px;
	height:5px;
}
.JQNewsScroller .icon {
	position:relative;
	background:url(images/icon.png);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	float:left;
}
.JQNewsScroller .item {
	position:relative;
}

/* CONTENT */

.JQNewsScroller .title {
	margin-bottom:0px;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:bold;
	color:#660000;
	text-align:left;
}
.JQNewsScroller .date {
	margin-bottom:5px;
	font-family:Trebuchet MS;
	font-size:10px;
	color:#369;
	text-align:left;
}
.JQNewsScroller .image {
	position:relative;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	border-style:solid;
	border-width:0px;
	border-color:#C5D9E1;
	float:left;
}
.JQNewsScroller .description {
	font-family:Trebuchet MS;
	font-size:11px;
	color:#660000;
	text-align:justify;
}
.JQNewsScroller .link {
	color:#404040;
	text-decoration:none;
}
.JQNewsScroller .link:hover {
	color:#707070;
	text-decoration:underline;
}
.JQNewsScroller .author {
	margin-top:3px;
	font-family:Trebuchet MS;
	font-size:10px;
	color:#909090;
	text-align:left;
}