
 /*------------------------------------------------------------------------
# JA Galena for Joomla 1.5 - Version 1.2 - Licence Owner JA108425
# ------------------------------------------------------------------------
# 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-slideshow-wrap {
	position: relative;
	margin-right:0px;
    margin-top:0px;
}

#ja-slideshow {
	margin-left: 10px;
}

#ja-slideshow-case {
	position: absolute;
	top: 0;
	left: 0;
}

#ja-slidebar {
	background: url(img/pre-bg.png);
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 0;
	width: 100%;
	z-index: 99;
}

#ja-slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-slidebar ul li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 20px;
	height: 22px;
}

#ja-slidebar ul li.pause {
	background: none;
	display: none;
}

#ja-slidebar ul li a {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 20px;
	line-height: 22px;
	display: block;
	float: left;
	text-indent: 6px;
	margin-right: 5px;
}

#ja-slidebar ul li a:hover, #ja-slidebar ul li a:active, #ja-slidebar ul li a:focus {
	text-decoration: none;
	color: #EC8F1F;
}

