/**
 * ------------------------------------------------------------------------
 * JA University Template for J25 & J32
 * ------------------------------------------------------------------------
 * 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%;
}

.ja-ss-item {
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	padding-bottom: 20px;
}

.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 {
	display: block;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 121px;
	height: 100%;
}

.ja-ss-mask.mask-right {
  left: auto;
  right: 0;
}

.ja-ss-desc {
  background: url(../images/trans-d40.png);
  color: #fff;
	left: 0;
	position: absolute;
	bottom: 30%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
	padding: 20px;
	width: 350px;
	z-index: 110;
}

.ja-ss-desc h3 {
	color: #fff;
	line-height: normal;
	font-size: 220%;
	font-weight: normal;
	overflow: visible;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.3);
}

.ja-ss-desc p {
  font-size: 14px;
}

.ja-ss-desc p a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.ja-ss-desc h3 a {
	color: inherit;
	line-height: normal;
	text-decoration: none;
}

.ja-ss-btns {
	bottom: 82px;
	display: block;
	position: absolute;
	left: 0;
	width: 82px;
	z-index: 900;
}

.ja-ss-btns span {
	background-image: url(../images/sl-btn-direction.png);
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	width: 40px;
	text-indent: -999em;
}

.ja-ss-btns span.ja-ss-prev {
  background-position: left top;
}

.ja-ss-btns span.ja-ss-prev:hover {
  background-position: left bottom;
}

.ja-ss-btns span.ja-ss-next {
  background-position: right top;
  float: right;
}

.ja-ss-btns span.ja-ss-next:hover {
  background-position: right bottom;
}

.ja-ss-thumbs-wrap {
	height: 11px;
	width: 100%;
	clear: both;
	position: absolute;
	bottom: 40px;
	overflow: hidden;
	z-index: 101;
	left: 50%;
}

.ja-ss-thumbs {
	margin: 0;
	padding: 0;
	width: 5000px;
}

.ja-ss-thumbs div {
  background: url(../images/sl-thumb.png) no-repeat left top;
	cursor: pointer;
	display: block;
	float: left;
	height: 11px;
	margin: 0 10px 0 0;
	color: #191a1b;
	text-align: center;
	overflow: hidden;
	width: 11px;                                                        
}
                                                                         
.ja-ss-thumbs div img {
	opacity: 0.3;
	display: none;
}

.ja-ss-thumbs div.active {
  background-position: left bottom;
	color: #CF4E33;
}

.ja-ss-thumbs div.active img {
	opacity: 1;
}
 
.ja-ss-wrap.custom .ja-ss-playback,
.ja-ss-wrap.custom .ja-ss-stop,
.ja-ss-wrap.custom .ja-ss-play {
	display: none;
}

.ja-ss-wrap.custom .active .ja-ss-desc {
	left: 0;
}
