/*
 * # ------------------------------------------------------------------------
# JA Seleni - Stable version - Version 1.1 - Licence Owner JA140143
# ------------------------------------------------------------------------
# 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.
# ------------------------------------------------------------------------
 */
.ja-slidenews-item {
    border-bottom: 1px dotted #ccc;
    padding: 8px 0
    }
.ja-slidenews-item .ja-title {
    display: block;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 5px;
    padding: 0
    }
.ja-slidenews-item img {
    margin: 5px 10px 0 0
    }
.ja-slidenews-item .ja-createdate {
    background: #666;
    color: #fff;
    font-size: 92%;
    font-weight: bold;
    margin-right: 5px;
    padding: 0 5px
    }
.ja-sidenews-title {
    font-weight: bold
    }
.ja-sidenews-postdate {
    font-size: 85%
    }
/* Style for layout ---*/
.ja-sidenews {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer
    }
.ja-sidenews-display {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%
    }
.ja-sidenews-desc {
    padding: 0 3px
    }
.ja-slidenews-cover {
    float: left;
    position: absolute;
    width: 100%;
    z-index: 3;
    overflow: hidden;
    left: 0;
    bottom: 0
    }