﻿#impress:not(.impress-not-supported) .step{
	opacity:0.4;
}
#impress .step {
	width: 700px;
	height: 600px;
	position: relative;
	margin: 0 auto;
	-moz-transition: 1s opacity;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
}
#impress .step.active {
	opacity: 1;
}
#impress h2 {
	color: #444648;
	position: absolute;
	z-index: 10;
}
#impress p {
	color: #27333f;
	position: absolute;
	z-index: 10;
}
#impress img {
	position: absolute;
	z-index: 1;
}
.arrow {
	width: 32px;
	height: 54px;
	background: url('../img/arrows.png') no-repeat;
	position: fixed;
	top: 50%;
	margin-top: -27px;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.8;
	border: none !important;
	text-decoration: none !important;
	-moz-transition: 0.2s opacity;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}
.arrow:hover {
	opacity: 1;
}
#arrowLeft {
	left: 45px;
		z-index:10000;

}
#arrowRight {
	right: 45px;
	background-position: top right;
	z-index:10000;
}
/* Hide the arrows if impress is not supported */
#impress.impress-not-supported + .arrow, #impress.impress-not-supported + .arrow + .arrow {
	display: none;
}
/*----------------------------
	Slide 1 - Intro
-----------------------------*/
#impress #intro {
}
#intro h2 {
	text-align: center;
	width: 100%;
	top:30px;
}
#intro p {
	font-size: 22px;
	left: 400px;
	line-height: 1.6;
	top: 240px;
	white-space: nowrap;
}
#intro img {
	top: 90px;
}
/*----------------------------
	Slide 2 - Simplicity
-----------------------------*/
#impress #simplicity {
	width: 675px;
}
#simplicity h2 {
	left: 0;
	top: 135px;
	width: 400px;
}
#simplicity p {
	left: 0px;
	text-align: justify;
	text-indent: 16px;
	top: 225px;
	width: 365px;
}
#simplicity img {
	right: 0;
	top: 30px;
}
/*----------------------------
	Slide 3 - Connect
-----------------------------*/
#impress #connect {
	width: 660px;
}
#connect h2 {
	left: 0;
	top: 390px;
	width: 100%;
	text-align: center;
}
#connect p {
	left: 50%;
	margin-left: -245px;
	text-align: left;
	top: 440px;
}


#connect img {
	right: 0;
	top: 30px;
}
/*----------------------------
	Slide 4 - Upload
-----------------------------*/
#impress #upload {
	width: 620px;
}
#upload h2 {
	left: 0;
	text-align: left;
	top: 170px;
}
#upload p {
	left: 32px;
	top: 255px;
	width: 300px;
}
#upload img {
	right: 0;
	top: 30px;
}
/*----------------------------
	Slide 5 - Music
-----------------------------*/
#impress #music {
	width: 790px;
}
#music h2 {
	left: 0;
	text-align: center;
	top: 0px;
	width: 100%;
}
#music p {
	font-size: 15px;
	left: 0px;
	text-indent: 15px;
	top: 39px;
	width: 402px;
}
#music img {
	left: 100px;
	top: 100px;
}


/*----------------------------
	Slide 6 like Upload
-----------------------------*/
#impress #likeupload {
	width: 620px;
}
#likeupload  h2 {
	left: -150px;
	text-align: left;
	top: 170px;
}
#likeupload  p {
	left: -200px;
	top: 255px;
	width: 320px;
}
#likeupload  img {
	left: 200px;
	top: 100px;
}

