/*

# ------------------------------------------------------------------------
# JA Justicia template 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. 
# ------------------------------------------------------------------------

*/

div.ja-gallery {
	width: 100%;
	overflow: hidden;
}

div.ja_slider_img_full {
	background: #5B5B5B;
	text-align: center;
	height: 180px;
}

#ja-scrollgallery_1,
#ja-scrollgallery_2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#ja-gallery-navigation {
	margin-top: 5px;
	background: #5B5B5B;
}

#ja-gallery-navigation-left,
#ja-gallery-navigation-right {
	margin: 0;
	padding:0;
	float: left;
	width: 15px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

#ja-gallery-navigation-left img,
#ja-gallery-navigation-right img {
}

#ja-gallery-left-img,
#ja-gallery-right-img {
	margin-top: 15px;
}

div#ja-gallery-navigation-center {
	margin: 0;
	padding: 0;
	float: left;
}

div#ja-gallery-navigation-center ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#ja-gallery-navigation-center ul li.jasg-element {
	display: none;
}

div#tooltip {
	padding: 3px;
	border: 1px solid #666666;
	border-right-width: 2px;
	border-bottom-width: 2px;
	display: none;
	background: #999999;
	color: #FFFFFF;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
}

