/*------------------------------------------------------------------------
# JA Olivine for Joomla 1.5 - Version 1.0 - Licence Owner JA109756
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 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-slideshowwrap {
	position: relative;
}

#ja-slideshow {
}

#ja-slideshow div.moduletable {
	margin: 0;
	padding: 0;
}

#ja-slideshow-case {
	position: absolute;
	top: 0;
	left: 0;
}

#ja-slidebar {
	margin-left: 4px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	display: block;
	z-index: 100;
}

#ja-slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-slidebar ul li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 20px;
	height: 20px;
}

#ja-slidebar ul li.pause {
	background: none;
	display: none;
}

#ja-slidebar ul li a {
	color: #4F4F4F;
	cursor: pointer;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	width: 20px;
	height: 22px;
	display: block;
	float: left;
	background: url(../images/circle.png) no-repeat;
	text-indent: 6px;
	margin-right: 5px;
	font-weight: bold;
}

#ja-slidebar ul li a:hover {
	text-decoration: none;
	color: #333333;
}

#ja-slidebar a.next,
#ja-slidebar a.prev {
	display: none;
}

#ja-slidebar a.active {
	background: url(../images/circle-active.png) no-repeat;
}

.ja-slideshow-mask {
	display: none;
}