/*------------------------------------------------------------------------
# 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-slideshow-wrap {
	position: relative;
}

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

#ja-slideshow-case {
	position: absolute;
	top: 0;
	left: 0;
	/*height:250px;*/
}

#ja-slidebar {
/*	background: url(fader.png);
	background-repeat:repeat-y;*/
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 0;
	width: 100%;
	z-index: 99;
	height:30px;
	padding: 10px 0px 0px 7px;
}

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

#ja-slidebar ul li {
	margin: 0;
	padding: 0;
	display: inline;
	width: 22px;
	height: 22px;
}

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

#ja-slidebar ul li a {
	color: #666;
	cursor: pointer;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	width: 22px;
	line-height: 20px;
	display: block;
	float: left;
	text-indent: 7px;
	margin-right: 5px;
	background-image:url(li-bgr.gif);
	background-repeat:no-repeat;
	padding-bottom:2px;
}

#ja-slidebar ul li a:hover, #ja-slidebar ul li a:active, #ja-slidebar ul li a:focus {
	text-decoration: none;
/*	color: #fff;
	background-image:url(li-bgr-over.gif);
	background-repeat:no-repeat;*/
}
a.active {
	background-image:url(li-bgr-over.gif) !important;
	background-repeat:no-repeat;
	color:#FFF !important;
}

.description {
 display:none !important;
}

