.ja-slidewrap {
	margin: 0;
	padding: 0;
	position: relative;
	height: 286px; /* MMEDIT - SIZE OF BACKGROUND BEHIND SLIDESHOW */
	border: none;
}

.ja-slide-main-wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 243px; !important;
	border: none;
}

.ja-slide-main {
	z-index: 1;
	position: relative;
	height: 243px;
	overflow: hidden;
	border: none;
}

.maskItem {
	background: url(../images/sl-mask.png) no-repeat top left;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 560px;
	height: 243px;
	z-index: 100;
	overflow: hidden;
	border: none;
}

.ja-slide-item {
	display: block;
	overflow: hidden;
	background: #ffffff;
	border: none;
	margin: 0;
	width: 560px !important;
	left: 380px !important; /* MMEDIT - 240 = x pos slideshow images position*/
	top: -1px !important; /* MMEDIT - 24 default  = v pos slideshow images position*/
}

.mmc {
	border: none;
}
.ja-slide-item img {
	background: #000000;
	padding: 0px;
	border: none;
}

.ja-slide-thumbs-wrap {
	position: relative;
	clear: both;
	overflow: hidden;
	border: none;
}

.ja-slide-thumbs, .ja-slide-thumbs-mask, .ja-slide-thumbs-handles {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 5000px;
	border: none;
}

.ja-slide-descs {
	overflow: hidden;
	background: #FF0000;
	display: none;	
	border: none;
}

.ja-slide-thumb, .ja-slide-thumbs-handles span {
	display: block;
	margin: 0;
	float: left;
	cursor: pointer;
	border: none;
}

.ja-slide-thumbs-handles span {
	background: url(thumb_invisible.gif) no-repeat;
	border: none;
}

.ja-slide-thumbs-mask-left,
.ja-slide-thumbs-mask-right,
.ja-slide-thumbs-mask-center {
	float: left;
	border: none;
}

.ja-slide-thumbs-mask-left, .ja-slide-thumbs-mask-right{
	background: #000000;
	border: none;
}

.but_prev, .but_next {
	background: #000000;
	position: absolute;
	top: 0;
	z-index: 99;
	border: none;
}

.but_prev {
	background: url(arrow-l.gif) no-repeat right center;
	left: 0;
	border: none;
}
.but_prev:hover, .but_next:hover {
	cursor: pointer;
	border: none;
}

.but_next {
	background: url(arrow-r.gif) no-repeat left center;
	right: 0;
	border: none;
}
/* MMEDIT - AREA FOR IMAGES PRE SLIDESHOW AREA */
.maskDesc {
	display: block;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	width: 360px !important;
	overflow: hidden;
	border: none;
}

.maskDesc .ja-slide-desc {
	padding: 0px 40px 10px 5px;
	color: #CCCCCC;
	font-size: 100%;
	overflow: hidden;
	border: none;
	/*background: #0000FF;           /* MMEDIT - AREA OF MY LOGO AND TEXT NEXT TO SLIDESHOW */
}

.maskDesc .ja-slide-desc br {
	display: none;
	overflow: hidden;
	border: none;
}

.maskDesc .ja-slide-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 250%;
	color: #FFFFFF;
	overflow: hidden;
	border: none;
}

.maskDesc .ja-slide-desc span {
	font-weight: bold;
	color: #CCCCCC;
	font-size: 120%;
	overflow: hidden;
	border: none;
}

.maskDesc a.readon {
	background: #111111;
	bottom: 20px;
	color: #666666;
	display: block;
	font-weight: bold;
	font-size: 100%;
	position: absolute;
	padding: 2px 10px;
	right: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: none;
}

.maskDesc a.readon:hover, .maskDesc a.readon:active, .maskDesc a.readon:focus {
	background: #7786A2;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

.ja-slide-buttons {
	z-index: 900;
	border: none;
}

.ja-slide-buttons span {
	background: #000000;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-right: 5px;
	padding: 2px 5px;
	cursor: pointer;
	border: none;
}
