/* 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:728px;
    height:90px;
	overflow:hidden;
	cursor:pointer;
    position: relative;
		background: #ffffff;
    border: 1px solid black;
	display:none;
}
#logo, #color-bar {
    position: absolute;
}
#logo {
    background: url(i.jpg) -562px 0 no-repeat;
    bottom: 0px; right: 0px;
    width: 166px; height: 90px;
}
.frame {
    width: 562px; height: 90px;
    position: absolute;
    top: 0; left: -562px;
    overflow: hidden;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
.end {
    left: 0 !important;
}
.bg {
    width: 562px; height: 90px;
}
.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 0 -90px;}
#frame3 { background: url(i.jpg) no-repeat 0 -180px;}
#frame4 { background: url(i.jpg) no-repeat 0 -270px; width: 728px; left: -728px; width: 728px;}
