/* 	Begin Modified Meyer Reset */
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 {
	margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body { line-height:1; letter-spacing:-0.25px; }
table { border-collapse:collapse; border-spacing:0; }
ul { list-style-type:disc; }
.page ol, .page ul { list-style-position:inside; }
.page ol > li, .page  ul > li { text-indent: -1em; padding-left: 1em; }
.page ol > li > *, .page ul > li > * { text-indent:initial; padding-left:initial; }
button { background:transparent;border:none; }
/*General styles*/

html, body, #container { height:100%; }
button { border:none;}
#container { height:100%; min-height:100%;}
b { font-weight:bold; }
i { font-style:italic; }
a { color:inherit; text-decoration:inherit; }
p:first-child { margin-top:inherit !important; }
*{ outline:none; animation-fill-mode:both !important; -webkit-animation-fill-mode:both !important; }
[onclick], [onrollover], button { cursor:pointer; pointer-events:auto; }

#in5footer,#demoNote,#loadIndicator{
	min-width:100%;
	color:#fff;
	background:#666;
	font-family:"Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

#loadIndicator{
	width:100%;
	top:0; left:0; margin:auto;
	padding:6px;
    position:fixed;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
    transition:all 1s ease-in .5s;
    opacity:1;
    z-index:99;
}
body.loaded #loadIndicator {
	opacity:0;
	transform:translateY(-36px);
	-webkit-transform:translateY(-36px);
	display:none\9;/*old IE*/
}
#loadIndicator img {
	vertical-align:text-bottom;
    width:18px;
}
#loadIndicator span:after { content:' Loading Content...'; }
html.local #loadIndicator, html.dps #loadIndicator, html.baker #loadIndicator { display:none; }

#in5footer{
	height:26px;
	line-height:26px;
	clear:both;
	position:relative;
	margin-top:-26px;
}

#demoNote {
    right:0; bottom:0; margin:auto;
    height:96px !important;
    padding:36px 10px;
}

#in5footer a, #demoNote a {
	text-decoration:none;
	color:#99ccff;
}
svg-img{display:block;position:absolute;}
.win-safari svg-img{width:100%;}
svg-img{width:100%\9;}
@media all and (-ms-high-contrast:none){ *::-ms-backdrop,.svg-img{width:100%;} }
.pageItem, svg { position:absolute; }
.pageItem, .pageItemIFrame {
	display:block;
	top:0;
	left:0;
	width:auto !important;
	height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}
.pageItem p input {display:inline;}
.pageItem p .hidden {visibility:hidden; }

html.ios .iframe-container { overflow:auto; /*-webkit-overflow-scrolling:touch;*/ }

.page {
	position:relative;
	float:left;
	height:100%;
	width:100%;
	overflow:hidden;
}

.pages {
	list-style:none outside none;
	padding:0;
	margin:0 auto ;
}	

#container > .page { /*center single page baker*/
    position:absolute;
    bottom:0;
    left:0; 
    right:0;
    top:0;
    margin:0 auto;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; }

/*.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }*//*currently broken in iOS*/
.scroll { overflow:auto; }
.scroll-vert { overflow-y:auto; overflow-x:hidden; }
.scroll-horiz { overflow-x:auto; overflow-y:hidden; }
.scroll-vert::-webkit-scrollbar { -webkit-appearance:none; width:7px; } /*add back scrollbar for webkit*/
.scroll-vert::-webkit-scrollbar-thumb { border-radius:4px; background-color:rgba(0,0,0,.5); }
.hidescroll::-webkit-scrollbar { display:none; }
.hidescroll { -ms-overflow-style:none; overflow:-moz-scrollbars-none;/*old FF*/ }
.pulltab-left, .pulltab-left > * {
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.pulltab-top, .pulltab-top > * {
	-moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}	

@media only screen and (max-device-width:1024px) {
	.anythingSlider {padding:0;}
}

object, embed, img, a { outline:0; }

.liquid svg {
    height:100%;
    width:100%;
}

.noPlugin {
	width:100%;
	height:100%;
	background:#ccc;
	border:1px solid #666;
	padding:6px;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.paper-horizontal {
	position:absolute;
	top:50%;
	overflow:visible;
}

.paper-vertical .page, .paper-horizontal .page {
	border:1px solid #bbb;	
	margin:4px 4px 4px 0;
	-moz-box-shadow:0px 0px 0px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";/*IE8*/
}

/*video skins*/
.mejs-none .mejs-controls {display:none !important;}

.liquid .page, .page.liquid {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	display:none;
}

.page.liquid { /*for multi-file*/
    display:block;
}
.liquid .page.activePage {display:block; }
.liquid video {width:100%; height:100%; }

.page.ls { bottom:auto !important; }

#container > nav { display:none; }
#container > nav > button {
	display:block;
	position:absolute;
	top:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 0; /* half height of image */
	text-align:center;
	outline:0;
	background:url(../images/arrows-slider.png) no-repeat;
}	
#container > nav > button:hover { opacity:.7; }
#container > nav > #backBtn { left:0; background-position:left bottom; }
#container > nav > #nextBtn { right:0; background-position:right bottom; }

/* ColorBox Core Style:The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; /*-webkit-overflow-scrolling:touch;*/}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 	Colorbox User Style:
*/
#colorbox{
	border-radius:12px;
    box-shadow:0 0 10px 10px #CCCCCC;
}
    #colorbox, #cboxOverlay, #cboxContent, .cboxIframe, #cboxLoadedContent, #cboxLoadingOverlay { background:#fff; }
    #cboxContent{ overflow:hidden;}
    #cboxMiddleLeft, #cboxMiddleRight { width:8px; }
    #cboxTopCenter{ height:24px; } 
    #cboxBottomCenter { height:8px; }
	#cboxError{padding:50px;}
	#cboxLoadedContent{margin-top:28px;}
	#cboxTitle, #cboxCurrent { position:absolute; top:4px; left:0; color:#949494; }
	#cboxTitle{ text-align:center; width:100%; }
	#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
	#cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-32px; width:33px; height:65px; text-indent:-9999px;}
	#cboxPrevious{left:0px; background:url(../images/lb_controls.png) no-repeat top left; }
	#cboxNext{right:0px; background:url(../images/lb_controls.png) no-repeat top right; }
	#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
	#cboxClose{position:absolute; top:2px; right:0px; display:block; background:url(../images/lb_controls.png) no-repeat top center; width:26px; height:24px; text-indent:-9999px;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See:http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.hidden { display:none; }
.mso, .group, .mso > .state { pointer-events:none; }
.mso > .state.active * { pointer-events:auto; }
[data-tapstart="1"], [data-useswipe="1"], .group > * { pointer-events:auto; }
.mso > .state { display:none; width:100% !important; height:inherit !important; position:absolute; z-index:-1; }
.liquid .mso > .state { height:100% !important; }
.mso > .state.active, .mso > .state.transition { display:block; z-index:0; }
.mso.slideshow.seq, .panzoom, .fauxgroup { overflow:hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }

.align-vert { display:table; }
[class^="valign"] {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.valign-bottom { vertical-align:bottom; }

.flex-image, .fill-image { background-repeat:no-repeat; }
.flex-image { background-size:contain; background-position:center; }
.fill-image { background-size:cover; }

/*tabs*/
p.tabs, p.tabs > a { 
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex; 
}
p.tabs > a {
	width:100%;
	width:-moz-available;
	width:-webkit-fill-available;
}
p.tabs span.tabbed-right { 
	-ms-flex-grow:1; 
	-webkit-flex-grow:1; 
	flex-grow:1; 
	text-align:right; 
}
p.tabs span.tabbed-center { 
	-ms-flex-grow:50; 
	-webkit-flex-grow:50; 
	flex-grow:50; 
	text-align:center; 
}
span.tabbed-standard { text-indent:1.5ex;padding-left:1.5ex; }

/*anchor object styles*/
.ao-noTextWrap { position:absolute; }
.ao-alignLeft, .ao-leftFullWidth { float:left; }
.ao-alignRight, .ao-rightFullWidth { float:right; transform-origin:90% 50%; -webkit-transform:90% 50%; /*fix for anchored animation*/ }
.ao-alignCenter {display:block; margin-left:auto; margin-right:auto;}
.ao-inlineTable { display:block; }
.ao-leftFullWidth { padding-right:100%; }
.ao-rightFullWidth { padding-left:100%; }
.anchorGroup { position:relative; };
div.ao-alignLeft:before, div.ao-leftFullWidth:before { content:''; float:left; display:none; }
div.ao-alignRight:before, div.ao-leftFullRight:before { content:''; float:right; display:none; }
.anchorGroup > .mso, .anchorGroup > .group { position:relative; }

ul.thumbs {
	padding:20px;
	white-space:nowrap;
    width:1px;
}

ul.thumbs li { /*Baker index thumbnails*/
    display:inline;
    list-style-type:none;
    margin:0 4px;
    outline:none;
    vertical-align:top;
}
ul.thumbs > li img { box-shadow:0 0 4px rgba(0, 0, 0, 0.5); }
.baker audio[controls] {min-width:400px;} /*fix progress bar*/

/*CSS Generated from InDesign Styles*/

body { background:#ededed url("../images/bg-body.") repeat left top/auto; }
.page { width:768.00px; height:1024.00px; background: #fff !important; }
.paper-vertical { width:768.00px; height:100%; }
.paper-horizontal { width:0.00px; height:1024.00px; margin-top:-512.00px; }
@media all and (max-height:1024.00px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
	.anythingSlider-in5 .arrow a { margin: -68px 0 0 0; }
}
@media all and (max-width:768.00px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;margin:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}

#share-wrap {
    left: 0;
    position: fixed;
    top: 25%;
    background-color: rgba(0,0,0,.65);
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.4);
    z-index: 9999;
    -webkit-animation:share-fadein 1s ease 2s;
    animation:share-fadein 1s ease 2s;
}
#share-wrap.align-right { right:0; left:auto; }
#share-wrap.align-bottom {left:auto; right:20px; bottom:0; top:auto; padding-bottom:12px; }
#share-wrap.align-top {left:auto; right:40px; top:0; padding-top:8px; }
#share-wrap > a > span { display: none; }
#share-wrap > a {
	display:block;
	width:30px;
	height:30px;
	border-radius:50%;
	background:url(../images/sharebtns.png) no-repeat;
	background-size: 392px 30px;
	-webkit-background-size: 392px 30px;
	-moz-background-size: 392px 30px;
	margin:12px;
	padding:3px;
}
#share-wrap.align-top > a, #share-wrap.align-bottom > a { display:inline-block; }
#share-wrap > a#sb-fb {
	background-color:#3b5998;
    background-position:-27px 50%;
}
#share-wrap > a#sb-tw {
    background-color:#00aced;
    background-position: -265px 50%;
}
#share-wrap > a#sb-gp {
	background-color:#e74c3c;
	background-position: -85px 50%;
}
#share-wrap > a#sb-li {
	background-color:#007fb1;
	background-position: -116px 50%;
}
#share-wrap > a:hover {
	box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.5);
}
@keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#item5483 {
	background:#000;
	width:768px !important;
	height:1024px !important;
}

#item7587 {
	background:#000;
	width:723px !important;
	height:88px !important;
	left:20px !important;
	top:720px !important;
}

#item313 {
	background:#000;
	width:80px !important;
	height:169px !important;
	left:86px !important;
}

#item511 {
	background:#000;
	opacity:0.63;
	filter:alpha(opacity=63);
	width:368px !important;
	height:22px !important;
	top:1px !important;
}

#item534 {
	background:#fff;
	width:368px !important;
	height:1px !important;
}

#item535 {
	background:#fff;
	width:368px !important;
	height:1px !important;
	top:23px !important;
}

@keyframes fly-in-right-6313 {
	0% {
		opacity:0;
		transform:translate(1041.5px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-right-6313 {
	0% {
		opacity:0;
		-webkit-transform:translate(1041.5px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
@keyframes fly-in-left-6336 {
	0% {
		opacity:0;
		transform:translate(-1094px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-left-6336 {
	0% {
		opacity:0;
		-webkit-transform:translate(-1094px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
#item8087:hover {
	background:url('../images/item8087.png') no-repeat 100% 50%;
}

#item8087 {
	width:112px !important;
	height:37px !important;
	left:660px !important;
	top:-5px !important;
	background:url('../images/item8087.png') no-repeat 0px 50%;
}

#item8149:hover {
	background:url('../images/item8149.png') no-repeat 100% 50%;
}

#item8149 {
	width:87px !important;
	height:39px !important;
	left:685px !important;
	top:493px !important;
	background:url('../images/item8149.png') no-repeat 0px 50%;
}

#item8193:hover {
	background:url('../images/item8193.png') no-repeat 100% 50%;
}

#item8193 {
	width:112px !important;
	height:37px !important;
	left:660px !important;
	top:-5px !important;
	background:url('../images/item8193.png') no-repeat 0px 50%;
}

#item8256:hover {
	background:url('../images/item8256.png') no-repeat 100% 50%;
}

#item8256 {
	width:87px !important;
	height:39px !important;
	left:685px !important;
	top:493px !important;
	background:url('../images/item8256.png') no-repeat 0px 50%;
}

#item8286:hover {
	background:url('../images/item8286.png') no-repeat 100% 50%;
}

#item8286 {
	width:87px !important;
	height:39px !important;
	left:-3px !important;
	top:493px !important;
	background:url('../images/item8286.png') no-repeat 0px 50%;
}

#item7670 {
	background:#000;
	width:276px !important;
	height:61px !important;
	left:392px !important;
	top:731px !important;
}

#item604 {
	background:#fff;
	width:173px !important;
	height:1px !important;
	left:44px !important;
	top:11px !important;
}

#item675 {
	background:#000;
	width:248px !important;
	height:70px !important;
	top:24px !important;
}

#item698 {
	background:#000;
	width:106px !important;
	height:14px !important;
	top:2px !important;
}

#item699 {
	background:#000;
	width:72px !important;
	height:14px !important;
	left:34px !important;
	top:16px !important;
}

#item744 {
	background:#000;
	width:248px !important;
	height:2px !important;
}

#item746 {
	background:#000;
	width:157px !important;
	height:46px !important;
}

#item836 {
	background:#000;
	width:224px !important;
	height:34px !important;
	left:8px !important;
	top:13px !important;
}

#item837 {
	background:#000;
	width:195px !important;
	height:34px !important;
	top:47px !important;
}

#item860 {
	background:#000;
	width:96px !important;
	height:13px !important;
	left:4px !important;
}

#item928 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:35px !important;
	height:862px !important;
	top:1px !important;
}

#item930 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:35px !important;
	height:862px !important;
	left:-7px !important;
	top:161px !important;
}

#item931 {
	background:#000;
	width:308px !important;
	height:200px !important;
	left:68px !important;
	top:890px !important;
}

#item932 {
	background:#000;
	width:139px !important;
	height:46px !important;
	left:561px !important;
	top:932px !important;
}

#item933 {
	background:#000;
	width:308px !important;
	height:11px !important;
	left:68px !important;
	top:1px !important;
}

#item934 {
	background:#000;
	width:308px !important;
	height:11px !important;
	left:393px !important;
	top:1px !important;
}

#item957 {
	width:33px !important;
	height:33px !important;
	left:573px !important;
	top:939px !important;
	background:url('../images/item957.png') no-repeat 0 50%;
}

#item970 {
	width:33px !important;
	height:32px !important;
	left:609px !important;
	top:939px !important;
	background:url('../images/item970.png') no-repeat 0 50%;
}

#item984 {
	width:33px !important;
	height:33px !important;
	left:648px !important;
	top:939px !important;
	background:url('../images/item984.png') no-repeat 0 50%;
}

#item1019 {
	width:140px !important;
	height:42px !important;
	left:133px !important;
	top:943px !important;
	background:url('../images/item1019.png') no-repeat 0 50%;
}

#item1033 {
	background:#000;
	width:337px !important;
	height:1024px !important;
}

#item1103 {
	width:33px !important;
	height:33px !important;
	left:113px !important;
	top:206px !important;
	background:url('../images/item1103.png') no-repeat 0 50%;
}

#item1114 {
	width:33px !important;
	height:32px !important;
	left:152px !important;
	top:207px !important;
	background:url('../images/item1114.png') no-repeat 0 50%;
}

#item1125 {
	width:33px !important;
	height:33px !important;
	left:191px !important;
	top:206px !important;
	background:url('../images/item1125.png') no-repeat 0 50%;
}

#item1157 {
	background:#fff;
	width:496px !important;
	height:310px !important;
	left:54px !important;
	top:551px !important;
}

#item6787 {
	background:#9bc477;
	opacity:0.70;
	filter:alpha(opacity=70);
	border:solid 1px #000;
	width:768px !important;
	height:1024px !important;
}

#item1231 {
	background:#000;
	width:241px !important;
	height:93px !important;
	left:468px !important;
	top:283px !important;
}

#item1232 {
	background:#000;
	width:328px !important;
	height:84px !important;
	left:87px !important;
	top:153px !important;
}

#item1229 {
	background:#000;
	width:278px !important;
	height:73px !important;
	left:51px !important;
	top:726px !important;
}

#item1230 {
	background:#000;
	width:278px !important;
	height:61px !important;
	left:447px !important;
	top:792px !important;
}

#item1227 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:35px !important;
	height:862px !important;
	top:1px !important;
}

#item1228 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:35px !important;
	height:862px !important;
	left:-7px !important;
	top:161px !important;
}

#item1322 {
	background:#000;
	width:220px !important;
	height:65px !important;
	left:548px !important;
}

#item1517 {
	width:31px !important;
	height:31px !important;
	left:-3px !important;
	top:559px !important;
	background:url('../images/item1517.png') no-repeat 0 50%;
}

#item1523 {
	width:31px !important;
	height:31px !important;
	left:392px !important;
	top:613px !important;
	background:url('../images/item1523.png') no-repeat 0 50%;
}

#item1529 {
	width:31px !important;
	height:31px !important;
	left:430px !important;
	top:135px !important;
	background:url('../images/item1529.png') no-repeat 0 50%;
}

#item1535 {
	width:31px !important;
	height:31px !important;
	left:77px !important;
	top:-3px !important;
	background:url('../images/item1535.png') no-repeat 0 50%;
}

#item1510 {
	width:32px !important;
	height:32px !important;
	left:355px !important;
	top:628px !important;
	background:url('../images/item1510.png') no-repeat 0 50%;
}

#item1467 {
	width:32px !important;
	height:32px !important;
	left:586px !important;
	top:781px !important;
	background:url('../images/item1467.png') no-repeat 0 50%;
}

#item1427 {
	width:32px !important;
	height:32px !important;
	left:523px !important;
	top:721px !important;
	background:url('../images/item1427.png') no-repeat 0 50%;
}

#item1384 {
	width:32px !important;
	height:32px !important;
	left:612px !important;
	top:563px !important;
	background:url('../images/item1384.png') no-repeat 0 50%;
}

#item1345 {
	width:936px !important;
	height:1063px !important;
	left:-168px !important;
	top:-11px !important;
}

#item1551 {
	background:#ff0000;
	opacity:0.90;
	filter:alpha(opacity=90);
	width:683px !important;
	height:288px !important;
	left:85px !important;
	top:160px !important;
}

#item1552 {
	background:#000;
	opacity:0.90;
	filter:alpha(opacity=90);
	width:683px !important;
	height:288px !important;
	left:85px !important;
	top:708px !important;
}

#item1553 {
	background:#006c00;
	opacity:0.90;
	filter:alpha(opacity=90);
	width:683px !important;
	height:288px !important;
	left:85px !important;
	top:434px !important;
}

#item1554 {
	background:#000;
	width:710px !important;
	height:43px !important;
	left:58px !important;
	top:279px !important;
}

#item1555 {
	background:#fff;
	width:710px !important;
	height:43px !important;
	left:58px !important;
	top:571px !important;
}

#item1556 {
	background:#005bff;
	width:710px !important;
	height:43px !important;
	left:58px !important;
	top:859px !important;
}

#item1629 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:179px !important;
	height:25px !important;
	left:90px !important;
	top:115px !important;
}

#item1630 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:98px !important;
	height:25px !important;
	left:197px !important;
	top:115px !important;
}

#item1834 {
	background:#ca4e5b;
	width:768px !important;
	height:1024px !important;
	left:77px !important;
	top:31px !important;
}

#item6734 {
	background:#fff;
	opacity:0.47;
	filter:alpha(opacity=47);
	width:227px !important;
	height:406px !important;
	left:561px !important;
	top:536px !important;
}

#item1868 {
	background:#000;
	width:227px !important;
	height:9px !important;
	left:561px !important;
	top:515px !important;
}

#item1869 {
	background:#000;
	width:227px !important;
	height:9px !important;
	left:561px !important;
	top:957px !important;
}

#item1870 {
	width:41px !important;
	height:41px !important;
	left:552px !important;
	top:474px !important;
	background:url('../images/item1870.png') no-repeat 0 50%;
}

#item1792 {
	background:#9bc477;
	width:768px !important;
	height:1024px !important;
	left:77px !important;
	top:31px !important;
}

#item1825 {
	background:#000;
	width:227px !important;
	height:9px !important;
	left:561px !important;
	top:581px !important;
}

#item1826 {
	background:#000;
	width:227px !important;
	height:9px !important;
	left:561px !important;
	top:1003px !important;
}

#item1827 {
	width:41px !important;
	height:41px !important;
	left:552px !important;
	top:540px !important;
	background:url('../images/item1827.png') no-repeat 0 50%;
}

#item1753 {
	background:#67aab3;
	width:768px !important;
	height:1024px !important;
	left:77px !important;
	top:31px !important;
}

#item1783 {
	background:#000;
	width:227px !important;
	height:9px !important;
	left:561px !important;
	top:515px !important;
}

#item1784 {
	background:#000;
	width:227px !important;
	height:9px !important;
	left:561px !important;
	top:903px !important;
}

#item1785 {
	width:41px !important;
	height:41px !important;
	left:552px !important;
	top:474px !important;
	background:url('../images/item1785.png') no-repeat 0 50%;
}

#item1677 {
	width:490px !important;
	height:102px !important;
	left:382px !important;
	top:280px !important;
	background:url('../images/item1677.png') no-repeat 0 50%;
}

#item1702 {
	width:432px !important;
	height:102px !important;
	left:411px !important;
	top:572px !important;
	background:url('../images/item1702.png') no-repeat 0 50%;
}

#item1727 {
	width:445px !important;
	height:102px !important;
	left:404px !important;
	top:860px !important;
	background:url('../images/item1727.png') no-repeat 0 50%;
}

#item1675 {
	width:869px !important;
	height:1055px !important;
	left:-77px !important;
	top:-31px !important;
}

#item1886 {
	background:#303030;
	width:768px !important;
	height:299px !important;
}

#item1890 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:196px !important;
	height:35px !important;
	left:13px !important;
}

#item1891 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:267px !important;
	height:24px !important;
	top:15px !important;
}

#item1893 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:234px !important;
	height:35px !important;
	left:10px !important;
}

#item1894 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:211px !important;
	height:24px !important;
	top:15px !important;
}

#item1896 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:224px !important;
	height:35px !important;
	left:11px !important;
}

#item1897 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:207px !important;
	height:24px !important;
	top:15px !important;
}

#item1898 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:239px !important;
	height:35px !important;
	left:39px !important;
	top:582px !important;
}

#item1899 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:199px !important;
	height:24px !important;
	left:29px !important;
	top:597px !important;
}

#item1900 {
	background:#000;
	width:651px !important;
	height:100px !important;
	left:52px !important;
	top:92px !important;
}

#item1901 {
	background:#000;
	width:566px !important;
	height:100px !important;
	left:29px !important;
	top:191px !important;
}

#item1924 {
	background:#000;
	width:278px !important;
	height:38px !important;
	left:39px !important;
	top:54px !important;
}

#item1947 {
	background:#000;
	width:651px !important;
	height:4px !important;
	left:39px !important;
	top:50px !important;
}

#item2096 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:712px !important;
	height:12px !important;
	left:7px !important;
	top:291px !important;
}

#item2097 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:712px !important;
	height:12px !important;
	left:80px !important;
	top:293px !important;
}

#item2121 {
	width:366px !important;
	height:134px !important;
	left:347px !important;
	top:857px !important;
	background:url('../images/item2121.png') no-repeat 0 50%;
}

@keyframes fly-in-right-2163 {
	0% {
		opacity:0;
		transform:translate(1041.5px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-right-2163 {
	0% {
		opacity:0;
		-webkit-transform:translate(1041.5px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
@keyframes fly-in-left-2185 {
	0% {
		opacity:0;
		transform:translate(-1094px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-left-2185 {
	0% {
		opacity:0;
		-webkit-transform:translate(-1094px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
#item2262 {
	background:#fff;
	width:508px !important;
	height:2px !important;
	left:184px !important;
	top:871px !important;
}

#item2319 {
	width:31px !important;
	height:31px !important;
	left:185px !important;
	top:331px !important;
	background:url('../images/item2319.png') no-repeat 0 50%;
}

#item2289 {
	background:#fff;
	width:186px !important;
	height:335px !important;
	left:27px !important;
	top:28px !important;
}

#item2312 {
	width:41px !important;
	height:41px !important;
	left:7px !important;
	top:7px !important;
	background:url('../images/item2312.png') no-repeat 0 50%;
}

#item2287 {
	width:213px !important;
	height:363px !important;
	left:478px !important;
	top:502px !important;
}

#item6977 {
	border:solid 1px #000;
	width:53px !important;
	height:105px !important;
	left:72px !important;
	top:637px !important;
}

#item2359 {
	background:#ff0000;
	width:53px !important;
	height:94px !important;
	left:80px !important;
	top:642px !important;
}

#item2361 {
	background:#000;
	width:710px !important;
	height:43px !important;
	left:29px !important;
	top:917px !important;
}

#item2384 {
	background:#000;
	width:547px !important;
	height:4px !important;
	left:141px !important;
	top:642px !important;
}

#item2385 {
	background:#000;
	width:12px !important;
	height:297px !important;
	top:135px !important;
}

#item2406 {
	background:#000;
	width:768px !important;
	height:292px !important;
}

#item2407 {
	background:#282828;
	width:768px !important;
	height:446px !important;
	top:208px !important;
}

#item2408 {
	background:#000;
	width:768px !important;
	height:374px !important;
	top:650px !important;
}

#item2420 {
	background:#fff;
	width:768px !important;
	height:4px !important;
	top:206px !important;
}

#item2421 {
	background:#fff;
	width:768px !important;
	height:4px !important;
	top:650px !important;
}

#item2422 {
	background:#fff;
	width:311px !important;
	height:4px !important;
	left:354px !important;
	top:783px !important;
}

#item6978 {
	border:solid 1px #000;
	width:53px !important;
	height:105px !important;
	left:48px !important;
	top:712px !important;
}

#item6979 {
	background:#ff0000;
	width:53px !important;
	height:94px !important;
	left:55px !important;
	top:718px !important;
}

#item2491 {
	background:#000;
	width:171px !important;
	height:25px !important;
	left:-15px !important;
	top:100px !important;
}

#item2546 {
	width:828px !important;
	height:871px !important;
	left:7px !important;
	top:7px !important;
	background:url('../images/item2546.png') no-repeat 0 50%;
}

#item2539 {
	width:40px !important;
	height:40px !important;
	left:535px !important;
	top:255px !important;
	background:url('../images/item2539.png') no-repeat 0 50%;
}

#item2514 {
	width:832px !important;
	height:875px !important;
	left:-10px !important;
	top:115px !important;
}

#item2574 {
	width:308px !important;
	height:312px !important;
	left:362px !important;
	top:690px !important;
}

#item6923 {
	background:#000;
	width:272px !important;
	height:265px !important;
	left:17px !important;
	top:313px !important;
}

#item6926 {
	background:#000;
	width:64px !important;
	height:16px !important;
}

#item2649 {
	width:16px !important;
	height:31px !important;
	left:750px !important;
	top:967px !important;
	background:url('../images/item2649.png') no-repeat 0 50%;
}

#item2652 {
	background:#000;
	width:272px !important;
	height:159px !important;
	left:431px !important;
	top:820px !important;
}

#item2730 {
	width:42px !important;
	height:42px !important;
	left:547px !important;
	top:882px !important;
	background:url('../images/item2730.png') no-repeat 0 50%;
}

#item2762 {
	background:#000;
	opacity:0.84;
	filter:alpha(opacity=84);
	width:768px !important;
	height:1024px !important;
	left:10px !important;
	top:10px !important;
}

#item2763 {
	background:#000;
	border:solid 2px #fff;
	width:680px !important;
	height:440px !important;
	left:54px !important;
	top:251px !important;
}

#item2764 {
	width:43px !important;
	height:43px !important;
	left:373px !important;
	top:230px !important;
	background:url('../images/item2764.png') no-repeat 0 50%;
}

#item2760 {
	width:84px !important;
	height:84px !important;
	left:803px !important;
	top:257px !important;
}

#item2758 {
	width:887px !important;
	height:1034px !important;
	left:-10px !important;
	top:-10px !important;
}

#item5690 {
	border-radius:800px 800px 800px 800px;
	background:#000;
	width:35px !important;
	height:35px !important;
}

#item5659 {
	border-radius:800px 800px 800px 800px;
	background:#000;
	width:35px !important;
	height:35px !important;
}

#item5629 {
	border-radius:800px 800px 800px 800px;
	background:#000;
	width:35px !important;
	height:35px !important;
}

#item5598 {
	border-radius:800px 800px 800px 800px;
	background:#000;
	width:35px !important;
	height:35px !important;
}

#item5558 {
	width:768px !important;
	height:1024px !important;
}

#item5718 {
	background:#000;
	width:200px !important;
	height:27px !important;
	left:162px !important;
	top:961px !important;
}

#item5719 {
	background:#000;
	width:200px !important;
	height:27px !important;
	left:405px !important;
	top:961px !important;
}

#item7639 {
	width:774px !important;
	height:1030px !important;
	left:-3px !important;
	top:-3px !important;
	background:url('../images/item7639.png') no-repeat 0 50%;
}

#item2809 {
	width:353px !important;
	height:110px !important;
	left:211px !important;
	top:893px !important;
	background:url('../images/item2809.png') no-repeat 0 50%;
}

#item2850 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:179px !important;
	height:25px !important;
}

#item2851 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:120px !important;
	height:25px !important;
	left:110px !important;
}

#item2896 {
	width:100px !important;
	height:100px !important;
	left:279px !important;
	top:763px !important;
	background:url('../images/item2896.png') no-repeat 0 50%;
}

#item2967 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:179px !important;
	height:25px !important;
}

#item2968 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:120px !important;
	height:25px !important;
	left:110px !important;
}

#item2991 {
	width:100px !important;
	height:100px !important;
	left:118px !important;
	top:668px !important;
	background:url('../images/item2991.png') no-repeat 0 50%;
}

#item5330 {
	width:139px !important;
	height:34px !important;
	left:315px !important;
	top:878px !important;
	background:url('../images/item5330.png') no-repeat 0 50%;
}

@keyframes fly-in-right-3036 {
	0% {
		opacity:0;
		transform:translate(1155.32px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-right-3036 {
	0% {
		opacity:0;
		-webkit-transform:translate(1155.32px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
@keyframes fly-in-left-3081 {
	0% {
		opacity:0;
		transform:translate(-959.56px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-left-3081 {
	0% {
		opacity:0;
		-webkit-transform:translate(-959.56px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
#item3235 {
	background:#00ceff;
	width:367px !important;
	height:10px !important;
	left:36px !important;
	top:961px !important;
}

#item3236 {
	background:#000;
	width:768px !important;
	height:34px !important;
	top:990px !important;
}

#item3260 {
	background:#00ceff;
	width:367px !important;
	height:46px !important;
	left:36px !important;
	top:732px !important;
}

@keyframes fly-in-left-3260 {
	0% {
		opacity:0;
		transform:translate(-307px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-left-3260 {
	0% {
		opacity:0;
		-webkit-transform:translate(-307px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
#item3283 {
	background:#ff0000;
	width:164px !important;
	height:46px !important;
	left:36px !important;
	top:839px !important;
}

@keyframes fly-in-left-3283 {
	0% {
		opacity:0;
		transform:translate(-613.16px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-left-3283 {
	0% {
		opacity:0;
		-webkit-transform:translate(-613.16px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
#item7669 {
	background:#000;
	width:742px !important;
	height:465px !important;
	left:13px !important;
	top:279px !important;
}

#item3616 {
	border-radius:800px 800px 800px 800px;
	background:#000;
	width:35px !important;
	height:35px !important;
}

#item3579 {
	border-radius:800px 800px 800px 800px;
	background:#000;
	width:35px !important;
	height:35px !important;
}

#item3542 {
	border-radius:800px 800px 800px 800px;
	background:#000;
	width:35px !important;
	height:35px !important;
}

#item3502 {
	border-radius:800px 800px 800px 800px;
	background:#000;
	width:35px !important;
	height:35px !important;
}

#item3451 {
	width:768px !important;
	height:1024px !important;
}

#item3643 {
	background:#000;
	width:200px !important;
	height:27px !important;
	left:162px !important;
	top:961px !important;
}

#item3644 {
	background:#000;
	width:200px !important;
	height:27px !important;
	left:405px !important;
	top:961px !important;
}

#item7635 {
	width:774px !important;
	height:1030px !important;
	left:-3px !important;
	top:-3px !important;
	background:url('../images/item7635.png') no-repeat 0 50%;
}

#item3699_container {
	width:768px !important;
	height:1024px !important;
}

#item3807 {
	background:#000;
	width:256px !important;
	height:518px !important;
	left:492px !important;
	top:488px !important;
}

#item3830 {
	width:31px !important;
	height:31px !important;
	left:489px !important;
	top:448px !important;
	background:url('../images/item3830.png') no-repeat 0 50%;
}

#item5950 {
	background:#fff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:252px !important;
	height:370px !important;
	left:485px !important;
	top:70px !important;
}

#item3768 {
	width:31px !important;
	height:31px !important;
	left:434px !important;
	top:75px !important;
	background:url('../images/item3768.png') no-repeat 0 50%;
}

#item7081 {
	background:#000;
	width:278px !important;
	height:38px !important;
	top:4px !important;
}

#item7082 {
	background:#000;
	width:189px !important;
	height:38px !important;
	left:89px !important;
	top:42px !important;
}

#item7130 {
	background:#000;
	width:381px !important;
	height:7px !important;
}

#item3731 {
	width:778px !important;
	height:1034px !important;
	left:-10px !important;
	top:-10px !important;
}

#item6425 {
	background:#000;
	width:342px !important;
	height:1024px !important;
	left:464px !important;
	top:10px !important;
}

#item6508 {
	width:206px !important;
	height:33px !important;
	left:532px !important;
	top:97px !important;
	background:url('../images/item6508.png') no-repeat 0 50%;
}

#item7584 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:65px !important;
	height:27px !important;
	left:463px !important;
	top:100px !important;
}

#item7585 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:65px !important;
	height:27px !important;
	left:741px !important;
	top:100px !important;
}

#item7582 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:466px !important;
	height:27px !important;
	left:63px !important;
	top:965px !important;
}

#item6510 {
	width:206px !important;
	height:33px !important;
	left:532px !important;
	top:962px !important;
	background:url('../images/item6510.png') no-repeat 0 50%;
}

#item7581 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:106px !important;
	height:27px !important;
	left:739px !important;
	top:965px !important;
}

#item7586 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:466px !important;
	height:27px !important;
	left:10px !important;
	top:965px !important;
}

#item6540 {
	width:845px !important;
	height:1034px !important;
	left:-38px !important;
	top:-10px !important;
}

#item4011 {
	width:75px !important;
	height:106px !important;
	left:645px !important;
	top:911px !important;
	background:url('../images/item4011.png') no-repeat 0 50%;
}

#item4080 {
	border:solid 1px #dad5d3;
	width:411px !important;
	height:245px !important;
	left:311px !important;
	top:632px !important;
}

@keyframes fly-in-left-4080 {
	0% {
		opacity:0;
		transform:translate(-307px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-left-4080 {
	0% {
		opacity:0;
		-webkit-transform:translate(-307px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
@keyframes fly-in-left-4081 {
	0% {
		opacity:0;
		transform:translate(-710px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-left-4081 {
	0% {
		opacity:0;
		-webkit-transform:translate(-710px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
#item4082 {
	border:solid 1px #dad5d3;
	width:411px !important;
	height:245px !important;
	left:296px !important;
	top:625px !important;
}

@keyframes fly-in-left-4082 {
	0% {
		opacity:0;
		transform:translate(-307px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-left-4082 {
	0% {
		opacity:0;
		-webkit-transform:translate(-307px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
#item4127 {
	background:#fff;
	border:solid 1px #000;
	width:7px !important;
	height:276px !important;
	left:279px !important;
	top:626px !important;
}

@keyframes fly-in-bottom-4127 {
	0% {
		opacity:0;
		transform:translate(-1px,448.25px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-bottom-4127 {
	0% {
		opacity:0;
		-webkit-transform:translate(-1px,448.25px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
#item4160 {
	background:#000;
	width:316px !important;
	height:13px !important;
	left:390px !important;
	top:900px !important;
}

#item4201 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:685px !important;
	height:27px !important;
}

#item4202 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:666px !important;
	height:9px !important;
	left:-15px !important;
	top:1004px !important;
}

#item4203 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:685px !important;
	height:27px !important;
	left:70px !important;
	top:5px !important;
}

#item4204 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:172px !important;
	height:9px !important;
	left:596px !important;
	top:1007px !important;
}

#item6002 {
	background:#000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:212px !important;
	height:2px !important;
	left:8px !important;
	top:495px !important;
}

#item6003 {
	background:#000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:212px !important;
	height:2px !important;
	left:8px !important;
	top:646px !important;
}

#item4195 {
	width:39px !important;
	height:39px !important;
	left:539px !important;
	top:921px !important;
	background:url('../images/item4195.png') no-repeat 0 50%;
}

#item4163 {
	width:31px !important;
	height:31px !important;
	left:543px !important;
	top:925px !important;
	background:url('../images/item4163.png') no-repeat 0 50%;
}

#item4161 {
	width:778px !important;
	height:1034px !important;
	left:-10px !important;
	top:-10px !important;
}

#item4205 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:142px !important;
	height:25px !important;
	left:390px !important;
	top:918px !important;
}

#item4206 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:142px !important;
	height:25px !important;
	left:564px !important;
	top:918px !important;
}

#item4261_container {
	width:768px !important;
	height:1024px !important;
}

#item4283 {
	background:#fff;
	width:387px !important;
	height:83px !important;
	top:771px !important;
}

@keyframes fly-in-left-4283 {
	0% {
		opacity:0;
		transform:translate(-307px,0px);
	}
	100% {
		opacity:1;
		transform:translate(0px,0px);
	}
}
@-webkit-keyframes fly-in-left-4283 {
	0% {
		opacity:0;
		-webkit-transform:translate(-307px,0px);
	}
	100% {
		opacity:1;
		-webkit-transform:translate(0px,0px);
	}
}
#item7568 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:685px !important;
	height:27px !important;
	left:-40px !important;
	top:867px !important;
}

#item7569 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:685px !important;
	height:27px !important;
	left:30px !important;
	top:872px !important;
}

#item4382 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:103px !important;
	height:28px !important;
	top:107px !important;
}

#item4384 {
	background:#000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:25px !important;
	height:846px !important;
	left:78px !important;
	top:142px !important;
}

#item7507 {
	background:#000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:212px !important;
	height:2px !important;
}

#item7508 {
	background:#000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:212px !important;
	height:2px !important;
	top:289px !important;
}

#item5369 {
	width:31px !important;
	height:31px !important;
	left:85px !important;
	top:89px !important;
	background:url('../images/item5369.png') no-repeat 0 50%;
}

#item5376 {
	background:#fff;
	opacity:0.85;
	filter:alpha(opacity=85);
	width:768px !important;
	height:1024px !important;
	left:10px !important;
	top:10px !important;
}

#item5388 {
	width:41px !important;
	height:41px !important;
	left:535px !important;
	top:150px !important;
	background:url('../images/item5388.png') no-repeat 0 50%;
}

#item5367 {
	width:778px !important;
	height:1034px !important;
	left:-10px !important;
	top:-10px !important;
}

#item7297 {
	background:#000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:212px !important;
	height:2px !important;
}

#item7298 {
	background:#000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:212px !important;
	height:2px !important;
	top:184px !important;
}

#item7660_container {
	background:#fff;
	width:768px !important;
	height:1024px !important;
}

#item4422 {
	background:#ff0000;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:281px !important;
	height:185px !important;
	left:440px !important;
	top:526px !important;
}

#item4423 {
	background:#00ceff;
	opacity:0.70;
	filter:alpha(opacity=70);
	width:281px !important;
	height:124px !important;
	left:440px !important;
	top:620px !important;
}

#item4502 {
	background:#000;
	width:456px !important;
	height:14px !important;
	left:-36px !important;
	top:811px !important;
}

#item4503 {
	width:33px !important;
	height:33px !important;
	left:437px !important;
	top:952px !important;
	background:url('../images/item4503.png') no-repeat 0 50%;
}

#item4514 {
	width:33px !important;
	height:32px !important;
	left:473px !important;
	top:953px !important;
	background:url('../images/item4514.png') no-repeat 0 50%;
}

#item4536 {
	background:#000;
	width:712px !important;
	height:914px !important;
	left:28px !important;
}

#item4581 {
	width:105px !important;
	height:105px !important;
	left:332px !important;
	top:852px !important;
	background:url('../images/item4581.png') no-repeat 0 50%;
}

#item4618 {
	width:33px !important;
	height:33px !important;
	left:330px !important;
	top:201px !important;
	background:url('../images/item4618.png') no-repeat 0 50%;
}

#item4628 {
	width:33px !important;
	height:32px !important;
	left:366px !important;
	top:201px !important;
	background:url('../images/item4628.png') no-repeat 0 50%;
}

#item4638 {
	width:33px !important;
	height:33px !important;
	left:405px !important;
	top:201px !important;
	background:url('../images/item4638.png') no-repeat 0 50%;
}

#item4659 {
	width:111px !important;
	height:20px !important;
	left:274px !important;
	top:449px !important;
	background:url('../images/item4659.png') no-repeat 0 50%;
}

#item4663 {
	width:111px !important;
	height:20px !important;
	left:274px !important;
	top:476px !important;
	background:url('../images/item4663.png') no-repeat 0 50%;
}

#item7990:hover {
	background:url('../images/item7990.png') no-repeat 100% 50%;
}

#item7990 {
	width:112px !important;
	height:37px !important;
	left:660px !important;
	top:-5px !important;
	background:url('../images/item7990.png') no-repeat 0px 50%;
}

#item8052:hover {
	background:url('../images/item8052.png') no-repeat 100% 50%;
}

#item8052 {
	width:87px !important;
	height:39px !important;
	left:-3px !important;
	top:493px !important;
	background:url('../images/item8052.png') no-repeat 0px 50%;
}
#in5footer,  #prefooter {display:none;}
