/*
# ------------------------------------------------------------------------
# JA SlideShow module for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------
*/

#ja-slideshowwrap {
	position: relative;
}

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

#ja-slideshow div.moduletable {
	margin: 0;
	padding: 0;
}

#ja-slideshow-case {
	position: absolute;
	top: 0;
	left: 0;
}

#ja-slidebar {
	margin-left: 520px;
	display: block;
	z-index: 1000;
	margin-top:-35px;
	position:absolute;
	padding:5px;
	padding-right:0px;
	-moz-opacity:0.5;
    filter: alpha(opacity=50);
   }

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

#ja-slidebar ul li {
	margin: 0 2px 0 0;
	padding: 0;
	display: inline;
	/*width: 74px;
	height: 49px;*/
}

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

#ja-slidebar ul li a {
	border: 0px solid #000000;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	line-height:145%;
	width: 14px;
	height: 18px;
	display: inline;
	float: left;
	background:#f8b378 /*url(img/circle.png) no-repeat*/;
	font-weight: bold;
	padding-left:7px;
	padding-right:0px;
	padding-top:2px;
	margin-left:3px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

#ja-slidebar ul li a:hover {
	background:#f58220; /*url(img/circle.png) no-repeat*/;
	text-decoration: none;
	color: #fff;
}

#ja-slidebar a.next,
#ja-slidebar a.prev {
	display: none;
}

#ja-slidebar a.active {
	background:#f58220; /*url(img/circle.png) no-repeat*/;
	color:#fff;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

