/* Begin Reset CSS */
* {
	margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-webkit-text-size-adjust:none;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#container {
    width:300px;
    height:600px;
	overflow:hidden;
	cursor:pointer;
    position: relative;
		background: #ffffff;
    border: 1px solid black;
	display:none;
}
#logo, #color-bar {
    position: absolute;
}
#logo {
    background: url(i.jpg) 0 -560px no-repeat;
    bottom: 0px; left: 0px;
    width: 300px; height: 40px;
}
.frame {
    width: 300px; height: 553px;
    position: absolute;
    top: -553px; left: 0;
    overflow: hidden;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.end {
    top: 0 !important;
}
.bg {
    width: 300px; height: 553px;
}
.text {
    position: absolute;
    top: 30px; left: 20px;
    width: 210px; height: 63px;
}
#frame1 { background: url(i.jpg) no-repeat 0px 0; top: 0;}
#frame2 { background: url(i.jpg) no-repeat -300px 0;}
#frame3 { background: url(i.jpg) no-repeat -600px 0;}
#frame4 { background: url(i.jpg) no-repeat -900px 0; height: 600px; top: -600px; height: 600px;}
