/*------------------------------------------------------------------------
# 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://anonym.to/?http://www.joomlart.com -  http://anonym.to/?http://www.joomlancers.com

-------------------------------------------------------------------------*/
#ja-slideshowwrap {
	position: relative;
	margin-bottom: 30px; border:1px none #ff0000; padding:0px; margin:0px; width:1024px;
}

#ja-slideshow {
	padding-top: 0px;
	background: url(../images/content-top.png) no-repeat center top;
	width:1024px; margin:0px; padding:0px;
}

#ja-slideshow-bot {
	background: url(../images/content-bot.png) no-repeat center bottom;
	height: 30px;
}

#ja-slideshow-wrap {
	xbackground: url(../images/content-center.png) repeat-y center top;	
	padding: 0 0px; margin-left:-0px;
	position: relative;
}

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

#ja-slideshow-mask {
	position: absolute;
	top: 0;
	left: 0px;
	background: url(../images/sl-mask.png) no-repeat top left;
	width: 1024px;
	height: 340px;
	z-index: 9;
	overflow: hidden;
}

#ja-slidebar {
	margin-right: -34px;
	*margin-right: 0px;
	padding: 0px 0 0 0;
	display: block;
	z-index: 100;
	width:125px;
	position:absolute;
	right:0px;
	bottom:0px;
}

#ja-slidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	clear: both;
	float:right;
	clear:both;
}

#ja-slidebar ul li {
	margin: 0 0 0 2px;
	padding: 0;
	display: block;
	float: left;
	background: none;
}

#ja-slidebar ul li#jsnav0 {
	margin-left: 0;
}

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

#ja-slidebar ul li a {
	border: 1px none #EFEFEF;
	padding: 3px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	font-size: 10px;
	display: block;
	background: none;
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

#ja-slidebar ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#ja-slidebar a.next,
#ja-slidebar a.prev {
	display: block;
	width:17px;
}

#ja-slidebar a.next{background:url(../images/next_btn.jpg) no-repeat; height:17px; width:17px; float:left;}
#ja-slidebar a.prev{background:url(../images/prev_btn.jpg) no-repeat; height:17px; width:17px; float:left;}

#ja-slidebar a.active {
}

.ja-slideshowdesc {
	position: absolute;
	bottom: 40px;
	right: 10px;
	z-index: 10;
	width: 60%;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	border:1px none #ff0000;
}

.ja-slideshowdesc h3 {
	padding:0;
	margin:0 0 -5px 0 ;
	text-align:right;
}
.ja-slideshowdesc h3 span{
	padding: 0 10px 0px;
	margin: 0;
	color: #9A4600;
	text-align:right;
	background-color: #000000;
}

.ja-slideshowdesc p {
	padding: 0;
	margin: 0;
	line-height: 135%;
	text-align: right;
}

.ja-slideshowdesc span {
	background-color: #000000;
	padding: 0 10px;
	font-weight: normal;
	word-spacing: 1px;
	text-align: right;
}

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

.description-hidden {
	display: none;
}

#ja-slidebar ul li.active a {
	border: 1px none #999999;
}
