.js-slideshow{
	background: transparent url(ajax-loader.gif) no-repeat center;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #000;
}

.js-slideshow .images{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
	width: 100%;
	height: 100%;
	display: none;
}

.js-slideshow .images img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

.js-slideshow .thumbs{
	position: absolute;
	top: 275px;
	left: 0;
	z-index: 100;
	width: 5000px;
	display: none;
	background: #FFF;
}

.js-slideshow .thumbs img{
	float: left;
	cursor: pointer;
	margin: 4px 2px;
}

.js-slideshow .controls{
	position: absolute;
	top: 340px;
	text-align: center;
	z-index: 110;
	width: 100%;
	display: none;
}

.js-slideshow .controls a{
	color: #FFF;
	display: inline-block;
	width: 29px;
	height: 29px;
	background: transparent url('btn_slideshow.jpg') no-repeat;
}

.js-slideshow .controls a:hover{
	background-position-y: -30px;
}

.js-slideshow .controls a.btn-prev{
	
}

.js-slideshow .controls a.play{
	background-position-x: -60px;
}

.js-slideshow .controls a.pause{
	background-position-x: -30px;
}


.js-slideshow .controls a.btn-next{
	background-position-x: -90px;
}

.js-slideshow .controls a.btn-thumbs{
	background-position-x: -120px;
}