/*----------------------- JSHOW OFF ----------------------------------*/

.jshowoff {
	width: auto;
	margin: 0;
	padding:0;
	}
.jshowoff div {	
	width: auto;
	margin: 0;
	padding:0;
	}
.jshowoff div, .jshowoff img, .jshowoff {

	}

.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	color: #fff;
	float: left;
	text-decoration: none;
	outline: none;
	z-index:999;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	z-index:999;	
	}
p.jshowoff-controls {
	/*background: #aaa;*/
	overflow: auto;
	margin: 0;
	z-index:999;
	}
.jshowoff-controls a {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}
	

	
.jshowoff-controls a.jshowoff-prev {
	display:block;
	position:absolute;
	top:240px;
	left: 0;
	background:url(images/png_elements/drgn_scroller_butt-03.png) center center no-repeat;
	height:25px;
	width:25px;
	}

.jshowoff-controls a.jshowoff-prev:hover {
	background:url(images/png_elements/drgn_scroller_butt-04.png) center center no-repeat;}
	
.jshowoff-controls a.jshowoff-next {
	display:block;
	position:absolute;
	top:240px;
	right:0;
	background:url(images/png_elements/drgn_scroller_butt-01.png) center center no-repeat;
	height:25px;
	width:25px;
	}

.jshowoff-controls a.jshowoff-next:hover {
	background:url(images/png_elements/drgn_scroller_butt-02.png) center center no-repeat;
}

.jshowoff-controls a.jshowoff-play {
	display: none;
	}



