/**
 * ------------------------------------------------------------------------
 * JA Vintas Template for J25 & J30
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 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
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */

.ja-ss-slideshow {
	position: relative;
	height: 309px;
}

.ja-ss-loading:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 21;
}
 
.ja-ss-wrap {
  margin: 0 auto;
	position: relative;
	width: 1090px;
}

.ja-ss-items {
  border: 5px solid #ded3c6;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 950px;
outline:5px solid #a8855b;
}

.ja-ss-item {
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	/*min-height: 260px;*/
	z-index: 10;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.ja-ss-item.prev {
	display: block;
}

.ja-ss-item.next {
	display: block;
}

.ja-ss-item.curr {
	z-index: 20; /* IE7,8 */
}

.ja-ss-item img {
	background: #fff;
	width: 100%;
	max-width: 100%;
}

.ja-ss-mask {
	background: none;
	cursor: pointer;
	display: block;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
	   -moz-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
	    -ms-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
	     -o-transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
	        transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
}

.ja-ss-mask.active {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.ja-ss-desc {
	color: #FFFFFF;
	left: 50%;
	position: absolute;
	top: 40px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	width: 400px;
	margin-left: -200px;
	padding: 0;
	text-align: center;
}

.ja-ss-desc h3 {
  background: url(../images/trans-w20.png);
	color: #fff;
	font-size: 300%;
	font-weight: normal;
	overflow: visible;
	margin: 0 0 20px;
	padding: 10px;
	line-height: 1;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
	text-transform: uppercase;
}

.ja-ss-desc h3 a {
	color: inherit;
	line-height: normal;
	text-decoration: none;
}

.ja-ss-desc p {
  background: url(../images/trans-w20.png);
  display: block;
  font-style: italic;
  margin: 0 40px;
}

/* Control buttons ---*/
.ja-ss-btns {
	bottom: 50%;
	display: none !important;
	position: absolute;
	width: 1090px;
	z-index: 900;
}

.ja-ss-wrap:hover .ja-ss-btns {
  display: block !important;
}

.ja-ss-btns span {
	background: #000;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 40px;
	text-indent: -999em;
}

.ja-ss-btns span.ja-ss-prev {
  background: url(../images/btn-control.png) no-repeat left top;
  left: 0;
}

.ja-ss-btns span.ja-ss-prev:hover {
  background-position: left bottom;
}

.ja-ss-btns span.ja-ss-next {
  background: url(../images/btn-control.png) no-repeat right top;
  right: 0;
}

.ja-ss-btns span.ja-ss-next:hover {
  background-position: right bottom;
}

/* Slideshow thumb ---*/
.ja-ss-thumbs-wrap {
	height: 20px;
	width: 100%;
	clear: both;
	position: absolute;
	bottom: 60px;
	overflow: hidden;
	z-index: 101;
}

.ja-ss-thumbs {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.ja-ss-thumbs div {
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px 0 0;
	color: #191a1b;
	text-align: center;
	overflow: hidden;
	width: 20px;
}

.ja-ss-thumbs div {
  background: url(../images/sl-thumb.png) no-repeat left top;
}

.ja-ss-thumbs div img {
  display: none;
	opacity: 0.3;
}

.ja-ss-thumbs div.active {
	background-position: left bottom;
}

.ja-ss-thumbs div.active img {
	opacity: 1;
}

