/*
 * ------------------------------------------------------------------------
 * JA Mixmaz Template
 * ------------------------------------------------------------------------
 * 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;
	background: url(../images/slideloading.gif) no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 21;
}
 
.ja-ss-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ja-ss-items {
	width: 100%;
	float:left;
}

.ja-ss-item {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	display: block;
	margin: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	min-height: 480px;
	top:0;
	z-index: 10;
}

.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: #666;
	float:left;
	max-width: 100%;
	width: 100%;
}

.ja-ss-mask {
	background: none;
	cursor: pointer;
	display: none;
	position: absolute;
	z-index: 25;
	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 {
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  padding: 20px;
  position: absolute;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.ja-ss-btns {
  z-index: 900;
  position: absolute;
  right: 0;
  bottom: 60px;
}

.ja-ss-btns span {
  background: #000;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 5px;
  padding: 2px 5px;
}

.ja-ss-thumbs-wrap {
	height: 8px;
	clear: both;
	position: absolute;
	top: 20px;
	right: 14px;
	overflow: hidden;
	z-index: 20;
}

.ja-ss-thumbs div {
  background: url(../images/sl-thumb.png) no-repeat left top;
  color: #191A1B;
  cursor: pointer;
  display: block;
  float: left;
  height: 8px;
  margin: 0 6px 0 0;
  overflow: hidden;
  text-align: center;
  width: 8px;
}

.ja-ss-thumbs div img {
	display: none;
}

.ja-ss-thumbs div.active {
	background: url(../images/sl-thumb.png) no-repeat left bottom;
}
