.cloudcarousel {
    -webkit-transform: scale(1);
}

.reflection {
    -webkit-transform: scale(1);
}

body {
    margin: 0px auto;
}
#close {
   
	position:absolute;
	right:1px;
	top:100px;
	height:30px;
	width:30px;
	display:none;
	z-index:99999999;
}

#vsClick1{
	position:absolute;
	margin:0px auto;
	width:320px;
	height:123px;
	z-index:9999;
}
#vsClick2{
	position:absolute;
	margin:0px auto;
	width: 78px;
	height: 142px;
	left: 0px;
	top: 274px;
	z-index:9999;
}
#vsClick3{
	position:absolute;
	margin:0px auto;
	width: 99px;
height: 93px;
left: 222px;
top: 323px;
	z-index:9999;
}
#mainDiv {
    width: 320px;
    height: 416px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    background-image: url(images/bg-sm.jpg);
	margin:0px auto;
	left:0px;
	top:0px;
}


#playBtn{
	position:absolute;
	left:130px;
	top:140px;
	z-index:999;
}
#infoWin {
    -webkit-border-radius: 5px;
    left: 14px;
    top: 75px;
    position: absolute;
    background-color: #a7a9ad;
    width: 294;
    height: 230px;
}

#info {
    position: absolute;
    width: 191px;
    height: 164px;
    left: 94px;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
}

#prod {
    position: absolute;
    left: 9px;
    top: 13px;
}

#screen2 {
    position: absolute;
    width: 320px;
    height: 416px;
}

#products {
    position: absolute;
    width: 400px;
    height: 120px;
    left: 96px;
    top: 270px;
    opacity: 0;
    -webkit-transition: all .5s ease-in;
}

#PROD4 {
    top: 0;
    position: absolute;
    -webkit-transform: scale(.8);
    left: 135px;
    -webkit-transition: all .5s ease-in;
}

#PROD1 {
    position: absolute;
    -webkit-transform: scale(.8);
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in;
}

#PROD2 {
    position: absolute;
    -webkit-transform: scale(.8);
    top: 0;
    left: 45px;
    -webkit-transition: all .5s ease-in;
}

#PROD3 {
    top: 0;
    position: absolute;
    -webkit-transform: scale(.8);
    left: 90px;
    -webkit-transition: all .5s ease-in;
}

#page {
    position: absolute;
    width: 320px;
    height: 416px;
    overflow: hidden;
}

#fb {
    position: absolute;
    top: -15px;
	left: 46px;
}

#tw {
    position: absolute;
    left: 106px;
	top: -16px;
}

@-webkit-keyframes prod1 {
    0% {
        left: 324px;
    }

    100% {
        left: 0;
    };
}

@-webkit-keyframes prod2 {
    0% {
        left: 324px;
    }

    100% {
        left: 45px;
    };
}

@-webkit-keyframes prod3 {
    0% {
        left: 324px;
    }

    100% {
        left: 90px;
    };
}

@-webkit-keyframes prod4 {
    0% {
        left: 324px;
    }

    100% {
        left: 135px;
    };
}
#VID1{
	width:320px;
	height:280px;
	top:100px;
	left:0px;
	position:absolute;
	display:none;
	z-index:99999999999;
}

#bottomText {
    opacity: 1;
    position: absolute;
    top: 300px;
    left: 30px;
    -webkit-transition: all .5s ease-in;
}
.link {
    color: #FFF;
    text-decoration: none;
}

#centerLogo {
    margin-top: 155px;
    margin-left: 127px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1s ease-in;
}

#facebookDiv {
    margin-top: 350px;
    margin-left: 15px;
    position: absolute;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 1s ease-in;
}

#twitterDiv {
    margin-top: 350px;
    margin-left: 270px;
    position: absolute;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 1s ease-in;
}

#screen1 {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1s ease-in;

}

#logo {
    margin-left: 25px;
    margin-top: 27px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1s ease-in;
}


#videoPlayer
{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
}
#video
{
	height:200px;
	width:320px;
	overflow:hidden;
	position:absolute;
	webkit - transform:scaleX(1.16) scaleY(7); 
	left:0px;
	top:75px;
	
	display:none;
}



/*#video {
    position: absolute;
    width: 320px;
    height: 182px;
    top: 121px;
    left: 0;
}*/