/*
# ------------------------------------------------------------------------
# JA Ores template for Joomla 1.5.x
# ------------------------------------------------------------------------
# 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-slidewrap {
	margin: 0;
	padding: 0;
	position: relative;
	border: 0px;
}

.ja-slide-main-wrap {
	position: relative;
	overflow: hidden;
}

.ja-slide-main {
	position: absolute;
	z-index: 1;
}

.ja-slide-item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
}

.ja-slide-item img {
	background: #000000;
	border: 1px solid #1C1C1C;
	padding: 4px;
}

.ja-slide-thumbs-wrap {
	position: relative;
	clear: both;
	overflow: hidden;
}

#ja-slideshow .ja-slide-thumbs-wrap {
	background: url(images/slide-thumb-bg.png) left top repeat-y;
}

.ja-slide-thumbs, .ja-slide-thumbs-mask, .ja-slide-thumbs-handles {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 5000px;
}

.ja-slide-descs {
	display: none;	
}

.ja-slide-thumb, .ja-slide-thumbs-handles span {
	display: block;
	margin: 0;
	float: left;
	cursor: pointer;
}

.ja-vertical_right .active {
	background:transparent url(images/arrow-bg.png) no-repeat scroll left 35px;
}

.ja-slide-thumbs-handles span {
}

.ja-slide-thumbs-mask-left,
.ja-slide-thumbs-mask-right,
.ja-slide-thumbs-mask-center {
	float: left;
}

.ja-slide-thumbs-mask-left, .ja-slide-thumbs-mask-right{
	background: #000000;
}

.but_prev, .but_next {
	background: #000000;
	position: absolute;
	top: 0;
	z-index: 99;
}

.but_prev {
	left: 0;
}
.but_prev:hover, .but_next:hover {
	cursor: pointer;
}

.but_next {
	right: 0;
}
.maskDesc {
	display: block;
	background: none;
	position: absolute;
	z-index: 100;
}

.maskDesc .ja-slide-desc {
	padding: 120px 0 20px 0;
	color: #101010;
	font-size: 100%;
}

.maskDesc .ja-slide-desc br {
	display: none;
}

.maskDesc .ja-slide-desc h3 {
	margin: 0;
	padding: 0;
}

.maskDesc a.readon {
	bottom: 10px;
	color: #810C46;
	display: block;
	font-weight: bold;
	font-size: 100%;
	position: absolute;
	padding: 3px 10px 3px 0;
	right: 20px;
}

.maskDesc .ja-slide-desc span {
	color: #101010;
	font-size: 360%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.maskDesc a.readon:hover, .maskDesc a.readon:active, .maskDesc a.readon:focus {
	color: #FFFFFF;
}

.ja-slide-buttons {
	z-index: 900;
}

.ja-slide-buttons span {
	background: #000000;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 2px 5px;
	cursor: pointer;
}

.ja-slide-thumb-inner {
	background-color: transparent;
	border: 0px;
	color: #101010;
	padding-right: 0;
}

.ja-slide-thumbs-wrap .active .ja-slide-thumb-inner {
	background: transparent;
	color: #101010;
}

.ja-slide-thumbs-wrap .active .ja-slide-thumb-inner h3 {
	color: #101010 !important;
}

.ja-slide-thumb-inner h3{
	font-weight: normal;
	font-size: 200%;
}

#ja-slideshow h3 {
	color: #101010 !important;
	background-image: none !important;
	position: absolute;
	left: 0;
	top: 100px;
}

#ja-slideshow .ja-box-ct .ja-slide-thumb-inner h3 {
	position: static !important;
}

.ja-slide-desc a:hover { text-decoration: none; }