/*------------------------------------------------------------------------

# 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

# Lena Razov: Added style for the modules on the Home Page

-------------------------------------------------------------------------*/



/*Lena Razov: *thumb are classes for thumbnails in the slideshow. */
div.ja-slidebar ul a.thumb{
	float: left;
	margin-right: 1px;
	padding: 0;
	display: block;
	cursor: pointer;
	line-height: normal;
	height: 22px;
	width: 40px;
	opacity:0.7;
	filter:alpha(opacity=70);
	border: 2px solid #CACACC;
	background: no-repeat top left;

}

div.ja-slidebar ul a.thumb:hover,
div.ja-slidebar ul a.thumb:active,
div.ja-slidebar ul a.thumb:focus {
	background: #4F4F4F;
	opacity:1;
	filter:alpha(opacity=100);
	border: 2px solid #CACACC;
	float: left;
	margin-right: 1px;
	padding: 0;
	display: block;

}

div.ja-slidebar ul a.thumb-active{
	background: #CACACC;
	color: #4F4F4F;
	position: relative;
	margin-top: -10px;
	opacity:1;
	filter:alpha(opacity=100);
	border: 2px solid #CACACC;
	float: left;
	margin-right: 1px;
	padding: 0;
	display: block;
	z-index:1;
}



