.jms-slideshow {
	position: relative;
	width: 910px;
	margin: 20px auto;
	height: 460px;
}
.jms-wrapper {
	width: 930px;
	height: 440px;
	background:transparent;
	-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;
}
.color-1 {
	background:transparent;
}
.color-2 {
	background:transparent;
}
.color-3 {
	background:transparent;
}
.step {	
	width: 930px;
    height: 420px;
    font-weight:normal;
	-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 100px 0px 20px;
	position: relative;
	clear: both;
	font-weight:normal;
}
.step h3{
	color: #ffde02;
    font-size:30px;
    font-weight:normal;
    font-family: 'VictorianLetPlain-Regular';
	margin: 0;
	padding: 30px 0 45px 220px;
	text-shadow:0;
}
.step h4{
	color: #ffde02;
    font-size:30px;
    font-weight:normal;
    font-family: 'VictorianLetPlain-Regular';
	margin: 0;
	padding: 30px 0 45px 300px;
	text-shadow:0;
}
.step p {
	color: #fff;
    font-family:MicrosoftHimalaya, sans serif;
    font-size:33px; 
    font-weight:normal;
	text-align:justify;
	position: relative;
	margin: 0 0 0 70px;
}
#p1 {
	color: #fff;
    font-family:MicrosoftHimalaya, sans serif;
    font-size:33px; 
    font-weight:normal;
	text-align:justify;
	position: relative;
	margin: 0 0 0 315px;
	
}
a.jms-link{
	color: #000;
	text-transform: uppercase;
	background: #fff; /* Old browsers */
	padding: 8px 15px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	border-radius: 4px;
	opacity: 1;
	margin: 40px 0 0 500px;
	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;
}
.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
.step img{
	position: absolute;
	left: 80px;
	top: 90px;
}
.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: 59px;
	width: 59px;
	cursor: pointer;
	z-index: 2000;
}
.jms-arrows span.jms-arrows-prev{
	background: url(../design/flecheg.png) no-repeat 50% 50%;
	left: -10px;
}
.jms-arrows span.jms-arrows-next{
	background: url(../design/fleched.png) no-repeat 50% 50%;
	right: -10px;
}
/* Not supported style */
.jms-wrapper.not-supported{
	background-color: transparent;
}
.jms-wrapper.not-supported:after{
	content: 'The slideshow functionality is not supported on your device.';
	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;
}