.container{
	width: 100%;
	position: relative;

}

.jms-slideshow {
	position: relative;
	width: 100%;

}
.jms-wrapper {
	width: auto;
	min-width: 600px;
	height: 400px;

}
.step {	
	width: 1000px;
    height: 460px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.step:not(.active) {
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.jms-content{
	margin: 0px 0px 0px 0px;
	position: relative;
	clear: both;
}

.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
.step img{
	position: relative;
	right: 0px;
	top: 30px;
}
.jms-arrows{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-arrows span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	height: 80px;
	width: 30px;
	cursor: pointer;
	z-index: 2000;
	border-radius: 3px;
}
.jms-arrows span.jms-arrows-prev{
	background: url(../images/arrow_left.png) no-repeat 50% 50%;
	left: 21px;
}
.jms-arrows span.jms-arrows-next{
	background: url(../images/arrow_right.png) no-repeat 50% 50%;
	right: 21px;
}
.script {
	visibility: hidden;
}
