/*
# ------------------------------------------------------------------------
# JA Slideshow II module for Joomla 15
*/
#ja-slideshow{background: url(bgd_slideshow.png) 50% 0 repeat-y; height:400px;}
.mask{height:400px; width:660px; position:absolute; z-index:5; background: url(bgd_mask.png) 0 0 repeat-y; display: block; left:0; top:0}

.ja-slide-main-wrap { overflow: hidden; position: relative; }

.ja-slide-main { position: absolute; z-index: 1; }

.maskDesc, .maskdesc{
	background: none;
	display: block;
	position: absolute;
	z-index: 10;
}
.ja-slide-item{text-align:right; z-index:1 !important}

ja-slide-item {
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.ja-slide-item { left: 0; right: 0; }

#ja-slideshow .ja-slide-buttons {
	display: block;
	left: 0;
	position: absolute;
	top: 330px;
	z-index: 20;
}

.ja-slide-buttons span {
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
}

.ja-slide-buttons .ja-slide-next{ background: #222 url(btn_next.png) 0 0 repeat; }

.ja-slide-buttons .ja-slide-next:hover{ background: #0a0a0a url(btn_next_hover.png) 0 0 repeat; }

.ja-slide-buttons .ja-slide-prev{ background: #222 url(btn_prev.png) 0 0 repeat; }

.ja-slide-buttons .ja-slide-prev:hover{ background: #0a0a0a url(btn_prev_hover.png) 0 0 repeat; }

.ja-slide-desc{
	background: url(bgd_desc.jpg) 0 0 repeat;
	color: #666;
	height: 170px;
	left: 0;
	padding: 20px 40px;
	position: absolute;
	text-align: center;
	top: 120px;
	width: 380px;
	z-index:20
}
.ja-slide-desc h3{
	color: #fff;
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 400%;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 10px;
}

#ja-slideshow .readon{
	background: #186fb2;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	height: 30px;
	left: 355px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 330px;
	width: 105px;
	z-index:20;
}

#ja-slideshow .readon span{
	background: url(ico_arrow_01.png) 100% 3px no-repeat;
	padding: 0 15px 0 0;
}