.jms-slideshow {
	position: relative;
	width: 100%;
	min-width: 640px;
	margin: 20px auto;
	height: 460px;
	margin-top:90px;
}
.jms-wrapper {
	width: auto;
	min-width: 600px;
	height: 510px;
	//height: 440px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;     
	background-clip: padding-box;
	outline: none;
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;
	background-image: url(index/bg_index.png);
	background-repeat: repeat;
	//background-image: url(../images/bg/1.png);
}
.color-1 {
	//background-color: #222;
	background-color: #333;
}
.color-2 {
	//background-color:#35425E;
	background-color: #111;
}
.color-3 {
	//background-color: #F60;
	background-color: #444;
}
.color-4 {
	//background-color: #FFF;
	background-color: #222;
}
.color-5{
	//background-color: #37504F;
	background-color: #555;
}
.step {	
	width: 900px;
    height: 420px;
	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 370px 0px 20px;
	position: relative;
	clear: both;
}
.step h3{
	color: #fff;
	font-size: 52px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	margin: 0;
	padding: 60px 0 10px 0;
}
.step p {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 34px;
	font-weight: normal;
	position: relative;
	margin: 0;
}
a.jms-link{
	//color:#CF9D1A;
	//padding: 12px 25px;
	display: inline-block;
	//font-weight: bold;
	//font-size: 10px;
	//font-family: "Century Gothic";
	//text-transform: uppercase;
	//letter-spacing: 2px;
	margin-top: 0;
	clear: both;
	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
	background-image: url(../images/View_Live_Demo/2.png);
	background-repeat: no-repeat;
}
.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
			  .step img{
				  position: absolute;
				  right: 0px;
				  top: -40px;
				  border-radius: 5px 5px 5px 5px;
				  -moz-box-shadow:0px 0px 3px 0px #000;-webkit-box-shadow: 0px 0px 3px 0px #000;box-shadow:0px 0px 3px 0px #000;
			  }
.jms-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	right:250px;
	bottom: 200px;
	z-index: 2000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-dots span{
					display: inline-block;
					position: relative;
					width: 15px;
					height: 15px;
					border-radius: 50%;
					background: #DFE2DE;
					margin: 5px;
					cursor: pointer;
					//box-shadow: 
						1px 1px 1px rgba(0,0,0,0.1) inset, 
						1px 1px 1px rgba(255,255,255,0.3);
				}
//.jms-dots span.jms-dots-current:after{
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 50%;
	background: #960;
}
.jms-dots span.jms-dots-current::after {
content: '';
width: 17px;
height: 17px;
position: absolute;
top: -1px;
left: -1px;
border-radius: 50%;
background: #303131;

}
.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;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.jms-arrows span.jms-arrows-prev{
	background: #fff url(../images/arrow_left.png) no-repeat 50% 50%;
	left: 0px;
	border-radius: 0px 3px 3px 0px;
}
.jms-arrows span.jms-arrows-next{
	background: #fff url(../images/arrow_right.png) no-repeat 50% 50%;
	right: 0px;
	border-radius: 3px 0px 0px 3px;
}
/* Стили для сообщения об отсутствии поддержки */
.jms-wrapper.not-supported{
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.jms-wrapper.not-supported:after{
	content: 'Слайдшоу не поддерживается в вашем браузере.';
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
.jms-wrapper.not-supported .step{
	display: none;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	margin: 20px auto;
}
.jms-wrapper.not-supported .step:first-of-type{
	display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 40px;
}