/**
 * ------------------------------------------------------------------------
 * JA University Template for J25 & J31
 * ------------------------------------------------------------------------
 * 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: 100%;
	
}

.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 {
	
	position: relative;
	width: 1200px;
}

.ja-ss-items {
	width: 100%;
	
}

.ja-ss-item { 
	display: block;
	float: left;
	margin: 0;
	
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	
	height: 850px;
}
#ja-ss-103 {
	 width: 100%;
	 
        
       }
		
  #ja-topsl2 { z-index: 100; background-color:#fff; position: relative; }		
		

.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 {
	
	max-width: 100%;
	
}

.ja-ss-mask {
	
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 121px;
	height: 100%;
}

.ja-ss-mask.mask-right {
	
	left: auto;
  right: 0;
}

.ja-ss-desc {
	color: #000;
	left: 0px;
	position: absolute;
	top: 160px;
	-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: 0px;
	
	width: 490px;
	z-index: 110;
	/* background-image: url(../images/trans-d40.png);
	background-repeat: repeat;	*/
}

.ja-ss-desc h1 {
	color: #333333;
	line-height: 120%;
	font-size: 350%;
	font-weight: normal;
	overflow: visible;
	margin: 0 0 10px;
	padding: 0;
	font-family: nelly_scriptregular;
	text-align: left;
	word-spacing: 0.1em;
	letter-spacing: .03em;
}

.ja-ss-desc p {
  font-size: 15px;
}

.ja-ss-desc p a {
  color: fff;
  
  
}

.ja-ss-desc h3 a {
	color: inherit;
	line-height: normal;
	text-decoration: none;
}

.ja-ss-btns {
	top: 500px;
	display: block;
	position: absolute;
	left: 25%;
	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: 88%;
	
	position: absolute;
	top: 120px;
	overflow: hidden;
	z-index: 101000000;
	
}

.ja-ss-thumbs {
	margin: auto;
	padding: 0;
	width: 400px;
	float:right;
	margin-left: 30px;
	margin-right: 0px;
}

.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;
}

#dlight { background-image:url(../images/dlight.png); padding: 10px; } 
#ddark { padding: 10px;  } 
#dnone {padding: 10px; } 

 #ddark h1 { color:  #365064; }
 
 .cap {
	font-size: 250%;
	color:#333333;
	margin-right: -15px;
	
}