/*
 * # ------------------------------------------------------------------------
# JA Kyanite II - Version 1.1 - Licence Owner JA49652
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
 */
 
 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: 0 !important;
}

.ja-slidenews-cover {
	bottom: 0;
	float: left;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 3;
}
