/*------------------------------------------------------------------------
# JA Content slide v1.0.0
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 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
-------------------------------------------------------------------------*/

/* Content Slider */
#ja-contentsliderwrap {
	margin: 0 0 20px 0;
	padding: 0;
}

.ja-contentslider {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: auto !important;
	width: 100%;
	line-height: 1.6 !important;
}

#ja-contentsliderwrap div.moduletable {
	margin: 0;
	padding: 0 !important;
}

/* Content Slider Center */
.ja-contentslider-center {
	margin: 0;
	padding: 0;
}

div.ja_slidetitle {
	margin-bottom: 5px;
}

div.ja_slideintro {}

div.ja_slidetitle a {
	font-weight: bold;
}

div.jsslide {
	background: #F5F5F5;
	padding: 0;
}

div.ja_slideimages {
	float: left;
	margin-right: 8px;
}

#ja-contentsliderwrap .ja_slideintro {
	padding: 10px 5px 0;
}

div.ja-slidereadmore {
	margin: 10px 0 0;
}

.ja-contentslider-center span {
	width: 140px;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.ja-contentslider-center img {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Left + right */
.ja-contentslider-left,
.ja-contentslider-right {
	width: 11px !important;
	position: absolute;
	top: 15px;
	height: 11px !important;
	z-index: 999;
}

.ja-contentslider-left {
	right: 32px;
}

.ja-contentslider-right {
	right: 10px;
}

.ja-contentslider-left a,
.ja-contentslider-right a {
	background: url(../images/re-left.gif) no-repeat 0px 0px;
	width: 11px;
	height: 11px;
	display: block;
	text-indent: -3000px;
	cursor: pointer;
}

.ja-contentslider-left a:hover,
.ja-contentslider-right a:hover {
	background: url(../images/re-left-hover.gif) no-repeat 0px 0px;
	cursor: pointer;
}

/* Top + Bottom */
#ja-contentslider-bottom {
	float: none;
	padding: 10px 0 10px;
	position: static;
	text-align: center;
	width: 100% !important; 
}

#ja-contentslider-top {
	float: none;
	padding-bottom: 10px;
	position: static;
	text-align: center;
	width: 100% !important; 
}

#ja-contentslider-top img,
#ja-contentslider-bottom img {
	background: none;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: static;
}



div.content_element {display:none }