/*------------------------------------------------------------------------
# JA SlideShow
# ------------------------------------------------------------------------
# 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

-------------------------------------------------------------------------*/
#ja-slideshowwrap {
	position: relative;
}

#ja-slideshow {
	margin-left: 10px;
}

#ja-slideshow div.moduletable {
	margin: 0;
	padding: 0;
}

#ja-slideshow-case {
	overflow: hidden;
}

#ja-slidebar {
	margin-left: 4px;
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	z-index: 100;
}

#ja-slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-slidebar ul li {
	display: block;
	width: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	background-image: none;
	padding-left: 5px;
}

#ja-slidebar ul li.pause {
	background: none;
	display: none;
}

#ja-slidebar ul li a {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin: 0px;
	background-image: url(../images/seta_banner_a.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
}

#ja-slidebar ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/seta_banner.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#ja-slidebar a.next,
#ja-slidebar a.prev {
	display: none;
}

#ja-slidebar a.active {
	background-image: url(../images/seta_banner.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.ja-slideshowdesc {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 10;
	width: 83%;
	background: url(../images/trans-bg.png);
	padding: 10px 0;
	color: #FFFFFF;
}

.ja-slideshowdesc h2 {
	padding: 0 20px 5px;
	margin: 0;
	color: #E73100;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.ja-slideshowdesc p {
	padding: 0 20px;
	margin: 0;
}

.ja-slideshowimage {
	z-index: 1;
}

.description-hidden {
	display: none;
}
