/*
 * $JA#COPYRIGHT$
 */
 
 div.ja-slidenews-wrap { margin: 0 -6px 0 -8px; }
 
.ja-slidenews-item {
	border-bottom: 1px dotted #ccc;
	padding: 0;
}

.ja-slidenews-item .ja-title {
	display: block;
	font-weight: bold;
}

.ja-slidenews-item .ja-createdate {
	color: #666;
	font-size: 92%;
	font-weight: bold;
	padding: 2px 5px 2px 0;
}

.ja-sidenews-title {	font-weight: bold; }

.ja-sidenews-postdate {	font-size: 85%; }

/* Side News layout ---*/
.ja-sidenews {
	cursor: pointer;
	cursor: hand;
	margin: 0 0 1px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.ja-sidenews-display {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.ja-sidenews-desc {
	font-size: 92%;
	padding: 0px 3px 0px 3px;
}

.ja-sidenews-display .ja-sidenews-desc h3 {
	background: none !important;
	margin: 0 !important;
	padding: 6px 0 !important;
	text-shadow: none;
}

.ja-slidenews-cover {
	bottom: 0;
	float: left;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 3;
}
