/*------------------------------------------------------------------------
# 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 #ja-slideshow-case {
	border: 1px solid #DACCA7;
}

#ja-slideshow .ja-slide-description {
	position: absolute;
	bottom: 0;
	background: #262626 /*#999999*/;
	width: 100%;
	padding: 4px 0;
}

#ja-slideshow .ja-slide-description-content {
	padding: 0 8px;
}

#ja-slideshow .ja-slide-description-hidden {
	padding: 0;
	position: absolute;
	bottom: 0;
}

#ja-slideshow #ja-slidebar {
	margin: 21px 0 0 5px;
}

#ja-slideshow #ja-slidebar ul li a {
	-o-transition: background 300ms;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	transition: background 300ms;
}
