/* 	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; overscroll-behavior:contain;}
#container:not([style*="zoom"]) { -webkit-text-size-adjust:none;}
table { border-collapse:collapse; border-spacing:0; }
th { font-weight:normal; text-align:left; }
ul { list-style-type:none; }
.page ol { list-style-position:outside; margin-left:1em; }
/*.page ol > li, .page  ul > li { text-indent:-1em; padding-left:1em; }*/
.page .singleline li, .page .singleline li { text-indent:inherit; padding:0; }
.page ol > li > *, .page ul > li > * { text-indent:initial; padding-left:initial; }
button { background:transparent;border:none; }
/*General styles*/
html, body, #container-wrap, #container { height:100%; }
#container-wrap { position:absolute; top:0; left:0; }
#container-wrap, #container { min-height:100%; width:100%; z-index:0;}
b { font-weight:bold; }
i { font-style:italic; }
a { color:inherit; text-decoration:inherit; }
input,select,textarea { font-size:inherit; }
p:first-child { margin-top:inherit !important; }
*{ outline:none; animation-fill-mode:both !important; -webkit-animation-fill-mode:both !important; }
[data-onclick],[onclick],[onrollover],[data-fixed-action],[aria-details],button,.flipwrap{ cursor:pointer; pointer-events:auto; }

body[class^='scaled-none'],body[class*=' scaled-none']{ overflow:auto; }
body[class^='scaled-width'],body[class*=' scaled-width']{ overflow-x:hidden; }
body[class^='scaled-height'],body[class*=' scaled-height']{ overflow-y:hidden; }
body[class^='scaled-best'],body[class*=' scaled-best']{ overflow:hidden; }
body[class^='scaled-best'][data-page-mode^='c'],body[class*=' scaled-best'][data-page-mode^='c']{ overflow:auto; }
body[class^='scaled-width'][data-page-mode^='csh'],body[class*=' scaled-width'][data-page-mode^='csh']{ overflow-x:auto; }
body[class^='scaled-height'][data-page-mode^='csv'],body[class*=' scaled-height'][data-page-mode^='csv']{ overflow-y:auto; }
body[data-scaled-to='w'] #container{ height:auto; min-height:auto; }
body[data-scaled-to='w'][data-page-mode^='cs'] #container{ position:absolute; }
body[data-scaled-to='w'][data-page-mode^='csv'] .pages { padding:0;}
body.zoomed:not([class*='scaled-']) #container { position:absolute; }
body[class*='scaled-'] .pages.paper-vertical{ margin:0; }
body[class^='zoomed'],body[class*=' zoomed']{ overflow-x:auto;overflow-y:auto; }
body[data-scaled-to] .anythingSlider-in5, body[data-scaled-to] #container > .page {padding:0;margin:0;}
body[data-scaled-to] #in5footer { position:fixed; bottom:0;}
/*body[data-scaled-to] * { -webkit-backface-visibility: hidden; }*/ /*fix blurry imgs*/
html.ios body[class*='scaled-'] #container { position:absolute; top:0; left:0; }
body.tall-page {overflow-y:auto;}
.liquid .page.tall-page {height:auto;}

.paper-vertical:after {
    position:relative;
    content:' ';
    display:block;
    height:50px;
    clear:both;
}
body[data-scaled-to="h"] .paper-vertical:after { display:none; }
body[data-scaled-to='h'] .paper-horizontal { margin:0; }
body[data-scaled-to='h'] .paper-horizontal .page { margin-top:0; }

#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%; padding:6px; position:fixed;
	top:0; left:0; margin:auto;
    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;
}
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;}
.spread-shift { position:absolute; }
.pageItem, svg { position:absolute; top:0; left:0; }
svg { overflow:visible; }
.pageItem {
	display:block;
	width:auto !important; height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}

.orientation-hint {
	display:none;
	position:fixed;
	left:0;
	top:10%;
	z-index:10001;
	width:100%;
	height:100%;
	/* background:rgba(0, 0, 0, 0.6); */
	align-items:center;
	justify-content:center;
	padding:0px;
	pointer-events:none;
	flex-direction:column;
}

.phone {
	height:70px;
	width:140px;
	border:4px solid #fff;
	border-radius:14px;
	animation:rotate 1.5s ease-in-out infinite alternate;
}

.message {
	color:#fff;
	font-size:0.8em;
	margin-top:50px;
	font-family:"Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	text-align:center;
	text-shadow:0 2px 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) and (orientation: portrait) {
	.orientation-hint { display:flex; }
}

@keyframes orientation-toast-in {
	from { transform:translateY(12px); opacity:0; }
	to { transform:translateY(0); opacity:1; }
}

@keyframes rotate {
	0% { transform:rotate(0deg); }
	50% { transform:rotate(-90deg); }
	100% { transform:rotate(-90deg); }
}

@media (prefers-reduced-motion: reduce) {
	.phone { animation:none; }
}
.pageItem.hd/*, .pageItem img.hd*/  {
	-ms-transform:scale(.5);
    -ms-transform-origin:0 0 0;
    -webkit-transform:scale(.5);
    -webkit-transform-origin:0 0 0;
    transform:scale(.5);
    transform-origin:0 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .pageItem { image-rendering: -webkit-optimize-contrast; }
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .pageItem { image-rendering: optimizeSpeed; }
}}
@-moz-document url-prefix() {
  .pageItem { image-rendering: optimizeQuality; }
}
.svg-wrap { width:inherit !important; height:inherit !important; }
.pageItem p img { vertical-align:text-top; }
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden, .details {visibility:hidden; }
.pageItem.group[data-ani] { will-change: transform; }
#colorbox .details { visibility:visible; }
.details {max-width:550px;font-size:18px;font-family:sans-serif;padding:0 24px;line-height:150%;left:0;right:0;margin:auto;}
.details p {margin-top:.5em;}
.details h1,.details h2,.details h3,.details h4,.details h5, .details strong {font-weight:bold;margin:.7em 0;}
.details em { font-style:italic; }
.details h1{font-size:150%;} .details h2{font-size:140%;} .details h3{font-size:130%;}
.details a {color:#0099ff;text-decoration:underline}
.details a:hover {text-decoration:none;}
@media (max-device-width:812px){ .details { font-size:32px; } }
html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }
iframe[scrolling="auto"] { overflow:auto; }
iframe[scrolling="yes"] { overflow:scroll; }
iframe[scrolling="no"] { overflow:hidden; }
.page-scale-wrap { transform:translateZ(0); }
.page, .page-scale-wrap {
	position:relative; float:left; 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;
}
body:not(.zoomed,.responsive) #container/*, .page-scale-wrap*/ {/*desktop scaling transitions*/
	-webkit-transition:-webkit-transform .5s;
	transition:transform .5s;
}
html.multifile body #container { opacity:0; }
html.multifile body.loaded #container {/*do show scaling of multi-page*/
	opacity:1;
	-ms-transition:opacity .1s step-start .1s !important;
	-webkit-transition:opacity .1s step-start .1s !important;
	transition:opacity .1s step-start .1s !important;
}
html.multifile.fade body.loaded #container {
	-ms-transition:opacity .6s !important;
	-webkit-transition:opacity .6s !important;
	transition:opacity .6s !important;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; position:absolute;width:100%;/*fix webkit display issue*/ }
p.col-break-before::before {
	content:'';
    height:0px; width:100%;
    display:block; margin-bottom:100%;
}
.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }/*was broken in iOS, turn off if scroll not working*/
.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);
}
object, embed, img, a { outline:0; }
.liquid svg, .liquid .page-scale-wrap { height:100%; width:100%; }
.noPlugin {
	width:100%; height:100%; padding:6px;
	background:#ccc; border:1px solid #666;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.flip { 
	overflow:hidden; 
	-webkit-transition:transform 0.3s ease-in-out;
	-ms-transition:transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}
.turn-page-wrapper{
	will-change:transform;
}
.turn-page {
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.7);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.7);
    box-shadow:0px 0px 20px rgba(0,0,0,.7);
}
.turn-page:not(.activePage) .pageItem[data-ani] { /*fix 2x animation*/
  	opacity:0;
  	animation:none !important;
}
.paper-horizontal {
	position:absolute; overflow-y:visible; overflow-x:hidden;
	margin-top:auto; margin-bottom:auto;
    top:0; bottom:0;
}

.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;
}

html[data-dir="rtl"] .paper-horizontal .page { float:right; }

.one-page-scroll .page {
	border:none;
	margin:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.mejs-mediaelement { overflow:hidden; }
.mejs-container{position:relative;background:none;}
.mejs-none .mejs-overlay-loading, .mejs-none .mejs-overlay-button, .mejs-none .mejs-controls, .mejs-bigplay .mejs-controls {display:none !important;}
.mejs-uncon video { object-fit:fill; }
.mejs-coverfit video { object-fit:cover; }
.mejs-ccsize-large .mejs-captions-layer {font-size:20px;}
.mejs-ccsize-xlarge .mejs-captions-layer {font-size:26px;}
.mejs-video .mejs-controls { transform:translateZ(0); }

.mejs-no-controls { display:none; }
.vid-scaled .mejs-layers, .vid-scaled .mejs-controls {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}

.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%; }
.liquid .slideshow img { object-fit:contain; }

.in5-highlight {
	background:rgba(255,255,0,.6);
	mix-blend-mode:multiply;
	pointer-events:none;
	animation-name:in5-highlight-in,in5-highlight-in;
	animation-direction:normal,reverse;
	animation-delay:3s,3s;
	animation-duration:.5s,1s;
	animation-iteration-count:1,1;
}
@keyframes in5-highlight-in{ from{ opacity:0 } to { opacity: 1} }
.hidden { display:none !important; }
.skip-link-wrap { z-index: 1; position: fixed; }
[data-reader-only="1"]{
	transform: translateY(-100vh) !important;
	z-index:-1;
}
[data-reader-only="1"]:focus, [data-reader-only="1"]:active {
	transform: translateY(0%) !important;
	z-index:1;
}
.mso, .group, .mso > .state { pointer-events:none; }
.mso > .state * { pointer-events: inherit; }
.mso > .state.active * { pointer-events:auto; }
[data-tapstart="1"], [data-useswipe="1"], .group > * { pointer-events:auto; }
.mso > .state { display:block; opacity:0; width:100% !important; height:inherit !important; position:absolute; z-index:-1; }
.liquid .mso > .state { height:100% !important; }
.liquid label > .state {
    width:100% !important;
    height:100% !important;
}
.mso > .state.active, .mso > .state.transition { display:block; opacity:1; z-index:0; }
.mso.slideshow.seq, .panzoom, .fauxgroup { overflow:hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }
.panzoom > .content {
	-ms-transform:none;
    -ms-transform-origin:auto;
    -webkit-transform:none;
    -webkit-transform-origin:auto;
    transform:none;
    transform-origin:auto;
}
.panzoom:not(.dragging) > .content {
	transition:all .3s;
}

button .state {width:100% !important; height:100% !important;}
button .state.btn-on, button .state.btn-down { display:none; }
html:not(.ios) button.has-on:hover .state.btn-on { display:block; }
html:not(.ios) button.has-on:hover .state.btn-off, html:not(.ios) button.has-on:hover .state.btn-down { display:none; }
html:not(.zz) button.has-down .state { pointer-events:none; }
html:not(.zz) button.has-down:active .state.btn-down { display:block; }
html:not(.zz) button.has-down:active .state.btn-off, html:not(.zz) button.has-down:active .state.btn-on { display:none; }

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

.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;
	flex-wrap:wrap;
}
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:2ex;padding-left:2ex; }
p.no-start-indent { text-indent:0px !important; }

/*anchor object styles*/
.ao-noTextWrap { position:absolute; }
.ao-alignLeft, .ao-leftFullWidth { float:left; position:relative; }
.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*/

@media print { 
	#container,.page-scale-wrap{transform:none !important;}
	[class*=" btn-form-"]{display:none;}
}

:-ms-fullscreen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-moz-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-webkit-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }

:-ms-fullscreen .paper-vertical .page { display:none; }
:-moz-full-screen .paper-vertical .page { display:none; }
:-webkit-full-screen .paper-vertical .page { display:none; }

:-ms-fullscreen .paper-horizontal .page { display:none; }
:-moz-full-screen .paper-horizontal .page { display:none; }
:-webkit-full-screen .paper-horizontal .page { display:none; }

:-ms-fullscreen .page.activePage { display:block; }
:-moz-full-screen .page.activePage { display:block; }
:-webkit-full-screen .page.activePage { display:block; }

:-webkit-full-screen .hideFS { display:none; }
:-ms-fullscreen .hideFS { display:none; }
:-moz-full-screen .hideFS { display:none; }

/*CSS Generated from InDesign Styles*/

body, #container-wrap { background:#121212; }
:-webkit-full-screen { background:#121212; }
#loadIndicator span:after { padding-left:1ex; content:'Loading content...'; }
.page-scale-wrap { width:1440px; height:810px; background: #fff !important; }
.paper-vertical { width:1440px; height:100%; }
.paper-horizontal { width:10px; height:822px; }
@media all and (max-height:810px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:1440px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}

#item13382 {
	width:1440px !important;
	height:810px !important;
}

#item13384 {
	width:62px !important;
	height:83px !important;
	left:1210px !important;
	top:700px !important;
}

#item13369 {
	width:1440px !important;
	height:810px !important;
}

#item13344 {
	width:62px !important;
	height:83px !important;
	left:1209px !important;
	top:699px !important;
}

#item13376 {
	width:63px !important;
	height:82px !important;
	left:1288px !important;
	top:700px !important;
}

#item13314 {
	width:1440px !important;
	height:810px !important;
}

#item13316 {
	width:64px !important;
	height:83px !important;
	left:1083px !important;
	top:700px !important;
}

#item13322 {
	width:66px !important;
	height:83px !important;
	left:1152px !important;
	top:700px !important;
}

#item13328 {
	width:64px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item13335 {
	width:66px !important;
	height:83px !important;
	left:1293px !important;
	top:700px !important;
}

#item13285 {
	width:1440px !important;
	height:810px !important;
}

#item13287 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item13293 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item13299 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item13305 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item13249 {
	width:1440px !important;
	height:810px !important;
}

#item13251 {
	width:64px !important;
	height:83px !important;
	left:1083px !important;
	top:700px !important;
}

#item13259 {
	width:66px !important;
	height:83px !important;
	left:1152px !important;
	top:700px !important;
}

#item13267 {
	width:64px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item13274 {
	width:66px !important;
	height:83px !important;
	left:1293px !important;
	top:700px !important;
}

#item13221 {
	width:1440px !important;
	height:810px !important;
}

#item13223 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item13229 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item13235 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item13242 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item13188 {
	width:1440px !important;
	height:810px !important;
}

#item13190 {
	width:64px !important;
	height:83px !important;
	left:1083px !important;
	top:700px !important;
}

#item13198 {
	width:66px !important;
	height:83px !important;
	left:1152px !important;
	top:700px !important;
}

#item13206 {
	width:64px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item13212 {
	width:66px !important;
	height:83px !important;
	left:1293px !important;
	top:700px !important;
}

#item13152 {
	width:1440px !important;
	height:810px !important;
}

#item13154 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item13162 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item13170 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item13179 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item13121 {
	width:1440px !important;
	height:810px !important;
}

#item13125 {
	width:64px !important;
	height:83px !important;
	left:1083px !important;
	top:700px !important;
}

#item13132 {
	width:66px !important;
	height:83px !important;
	left:1152px !important;
	top:700px !important;
}

#item13138 {
	width:64px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item13146 {
	width:66px !important;
	height:83px !important;
	left:1293px !important;
	top:700px !important;
}

#item13091 {
	width:1440px !important;
	height:810px !important;
}

#item13093 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item13101 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item13109 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item13115 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item13057 {
	width:1440px !important;
	height:810px !important;
}

#item13059 {
	width:64px !important;
	height:83px !important;
	left:1083px !important;
	top:700px !important;
}

#item13065 {
	width:66px !important;
	height:83px !important;
	left:1152px !important;
	top:700px !important;
}

#item13072 {
	width:64px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item13079 {
	width:66px !important;
	height:83px !important;
	left:1293px !important;
	top:700px !important;
}

#item13030 {
	width:1440px !important;
	height:810px !important;
}

#item13032 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item13038 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item13044 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item13051 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item12990 {
	width:1440px !important;
	height:810px !important;
}

#item12992 {
	width:64px !important;
	height:83px !important;
	left:1083px !important;
	top:700px !important;
}

#item13000 {
	width:66px !important;
	height:83px !important;
	left:1152px !important;
	top:700px !important;
}

#item13008 {
	width:64px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item13018 {
	width:66px !important;
	height:83px !important;
	left:1293px !important;
	top:700px !important;
}

#item12960 {
	width:1440px !important;
	height:810px !important;
}

#item12962 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12968 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12975 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12981 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item12930 {
	width:1440px !important;
	height:810px !important;
}

#item12932 {
	width:64px !important;
	height:83px !important;
	left:1083px !important;
	top:700px !important;
}

#item12940 {
	width:66px !important;
	height:83px !important;
	left:1152px !important;
	top:700px !important;
}

#item12946 {
	width:64px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item12952 {
	width:66px !important;
	height:83px !important;
	left:1293px !important;
	top:700px !important;
}

#item12898 {
	width:1440px !important;
	height:810px !important;
}

#item12900 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12907 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12915 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12922 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item15615 {
	width:1440px !important;
	height:810px !important;
}

#item15641 {
	width:479px !important;
	height:47px !important;
	left:121px !important;
	top:206px !important;
}

#item15648 {
	width:403px !important;
	height:47px !important;
	left:121px !important;
	top:253px !important;
}

#item15656 {
	width:388px !important;
	height:53px !important;
	left:121px !important;
	top:299px !important;
}

#item15662 {
	width:502px !important;
	height:47px !important;
	left:121px !important;
	top:352px !important;
}

#item15670 {
	width:592px !important;
	height:53px !important;
	left:121px !important;
	top:399px !important;
}

#item15677 {
	width:532px !important;
	height:47px !important;
	left:121px !important;
	top:452px !important;
}

#item15686 {
	width:630px !important;
	height:52px !important;
	left:121px !important;
	top:499px !important;
}

#item21857 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item21864 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item21871 {
	width:67px !important;
	height:83px !important;
	left:1222px !important;
	top:703px !important;
}

#item21879 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item12820 {
	width:1440px !important;
	height:810px !important;
}

#item12855 {
	width:479px !important;
	height:47px !important;
	left:121px !important;
	top:206px !important;
}

#item12857 {
	width:403px !important;
	height:47px !important;
	left:121px !important;
	top:253px !important;
}

#item12863 {
	width:388px !important;
	height:53px !important;
	left:121px !important;
	top:299px !important;
}

#item12870 {
	width:502px !important;
	height:47px !important;
	left:121px !important;
	top:352px !important;
}

#item12876 {
	width:592px !important;
	height:53px !important;
	left:121px !important;
	top:399px !important;
}

#item12882 {
	width:532px !important;
	height:47px !important;
	left:121px !important;
	top:452px !important;
}

#item12888 {
	width:630px !important;
	height:52px !important;
	left:121px !important;
	top:499px !important;
}

#item21815 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item21823 {
	width:64px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item21831 {
	width:66px !important;
	height:83px !important;
	left:1222px !important;
	top:701px !important;
}

#item21839 {
	width:64px !important;
	height:83px !important;
	left:1295px !important;
	top:701px !important;
}

#item12780 {
	width:1440px !important;
	height:810px !important;
}

#item12784 {
	width:64px !important;
	height:83px !important;
	left:1083px !important;
	top:700px !important;
}

#item12790 {
	width:66px !important;
	height:83px !important;
	left:1152px !important;
	top:700px !important;
}

#item12796 {
	width:64px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item12804 {
	width:66px !important;
	height:83px !important;
	left:1293px !important;
	top:700px !important;
}

#item12751 {
	width:1440px !important;
	height:810px !important;
}

#item12753 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12761 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12767 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12773 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item12718 {
	width:1440px !important;
	height:810px !important;
}

#item12720 {
	width:64px !important;
	height:83px !important;
	left:1083px !important;
	top:700px !important;
}

#item12726 {
	width:66px !important;
	height:83px !important;
	left:1152px !important;
	top:700px !important;
}

#item12733 {
	width:64px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item12741 {
	width:66px !important;
	height:83px !important;
	left:1293px !important;
	top:700px !important;
}

#item12689 {
	width:1440px !important;
	height:810px !important;
}

#item12691 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12697 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12703 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12711 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item12654 {
	width:1440px !important;
	height:810px !important;
}

#item12658 {
	width:64px !important;
	height:83px !important;
	left:1083px !important;
	top:700px !important;
}

#item12665 {
	width:66px !important;
	height:83px !important;
	left:1152px !important;
	top:700px !important;
}

#item12673 {
	width:64px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item12679 {
	width:66px !important;
	height:83px !important;
	left:1293px !important;
	top:700px !important;
}

#item12622 {
	width:1440px !important;
	height:810px !important;
}

#item12626 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12632 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12638 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12646 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item12594 {
	width:1440px !important;
	height:810px !important;
}

#item12596 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item12603 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item12610 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item12616 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item12561 {
	width:1440px !important;
	height:810px !important;
}

#item12563 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12572 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12579 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12587 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item12501 {
	width:1440px !important;
	height:810px !important;
}

#item12533 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item12540 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item12546 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item12552 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item12472 {
	width:1440px !important;
	height:810px !important;
}

#item12474 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12481 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12487 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12493 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item12434 {
	width:1440px !important;
	height:810px !important;
}

#item12436 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item12443 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item12451 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item12458 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item12403 {
	width:1440px !important;
	height:810px !important;
}

#item12405 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12412 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12418 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12425 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item15486 {
	width:1440px !important;
	height:810px !important;
}

#item15516 {
	width:518px !important;
	height:48px !important;
	left:98px !important;
	top:266px !important;
}

#item15525 {
	width:507px !important;
	height:51px !important;
	left:98px !important;
	top:314px !important;
}

#item15531 {
	width:539px !important;
	height:51px !important;
	left:98px !important;
	top:365px !important;
}

#item15538 {
	width:710px !important;
	height:51px !important;
	left:98px !important;
	top:416px !important;
}

#item15544 {
	width:698px !important;
	height:48px !important;
	left:98px !important;
	top:467px !important;
}

#item15554 {
	width:1008px !important;
	height:51px !important;
	left:98px !important;
	top:515px !important;
}

#item21782 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item21790 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item21797 {
	width:67px !important;
	height:83px !important;
	left:1222px !important;
	top:703px !important;
}

#item21807 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item12328 {
	width:1440px !important;
	height:810px !important;
}

#item12362 {
	width:518px !important;
	height:48px !important;
	left:98px !important;
	top:266px !important;
}

#item12364 {
	width:507px !important;
	height:51px !important;
	left:98px !important;
	top:314px !important;
}

#item12373 {
	width:539px !important;
	height:51px !important;
	left:98px !important;
	top:365px !important;
}

#item12381 {
	width:710px !important;
	height:51px !important;
	left:98px !important;
	top:416px !important;
}

#item12387 {
	width:698px !important;
	height:48px !important;
	left:98px !important;
	top:467px !important;
}

#item12395 {
	width:1008px !important;
	height:51px !important;
	left:98px !important;
	top:515px !important;
}

#item21748 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item21757 {
	width:64px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item21764 {
	width:66px !important;
	height:83px !important;
	left:1223px !important;
	top:703px !important;
}

#item21771 {
	width:64px !important;
	height:83px !important;
	left:1295px !important;
	top:701px !important;
}

#item12268 {
	width:1440px !important;
	height:810px !important;
}

#item12274 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item12282 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item12290 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item12296 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item12233 {
	width:1440px !important;
	height:810px !important;
}

#item12237 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12244 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12251 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12260 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item12205 {
	width:1440px !important;
	height:810px !important;
}

#item12208 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item12215 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item12221 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item12227 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item12173 {
	width:1440px !important;
	height:810px !important;
}

#item12176 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12183 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12192 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12198 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item12139 {
	width:1440px !important;
	height:810px !important;
}

#item12142 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item12149 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item12155 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item12163 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item12111 {
	width:1440px !important;
	height:810px !important;
}

#item12113 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12120 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12126 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12133 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item12076 {
	width:1440px !important;
	height:810px !important;
}

#item12078 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item12086 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item12094 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item12104 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item12045 {
	width:1440px !important;
	height:810px !important;
}

#item12047 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item12053 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item12060 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item12067 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item15373 {
	width:1440px !important;
	height:810px !important;
}

#item15401 {
	width:518px !important;
	height:56px !important;
	left:102px !important;
	top:276px !important;
}

#item15407 {
	width:660px !important;
	height:51px !important;
	left:102px !important;
	top:332px !important;
}

#item15416 {
	width:693px !important;
	height:51px !important;
	left:102px !important;
	top:383px !important;
}

#item15424 {
	width:429px !important;
	height:45px !important;
	left:102px !important;
	top:434px !important;
}

#item21712 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item21719 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item21728 {
	width:67px !important;
	height:83px !important;
	left:1223px !important;
	top:702px !important;
}

#item21736 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item11967 {
	width:1440px !important;
	height:810px !important;
}

#item12002 {
	width:518px !important;
	height:56px !important;
	left:102px !important;
	top:276px !important;
}

#item12025 {
	width:660px !important;
	height:51px !important;
	left:102px !important;
	top:332px !important;
}

#item12032 {
	width:693px !important;
	height:51px !important;
	left:102px !important;
	top:383px !important;
}

#item12039 {
	width:429px !important;
	height:45px !important;
	left:102px !important;
	top:434px !important;
}

#item21680 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item21687 {
	width:64px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item21694 {
	width:66px !important;
	height:83px !important;
	left:1222px !important;
	top:703px !important;
}

#item21702 {
	width:64px !important;
	height:83px !important;
	left:1295px !important;
	top:701px !important;
}

#item11924 {
	width:1440px !important;
	height:810px !important;
}

#item11926 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11932 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11938 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11944 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11894 {
	width:1440px !important;
	height:810px !important;
}

#item11896 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11904 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11910 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11916 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11861 {
	width:1440px !important;
	height:810px !important;
}

#item11863 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11869 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11876 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11884 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11832 {
	width:1440px !important;
	height:810px !important;
}

#item11834 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11840 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11847 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11853 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11799 {
	width:1440px !important;
	height:810px !important;
}

#item11801 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11808 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11816 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11823 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11767 {
	width:1440px !important;
	height:810px !important;
}

#item11769 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11775 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11781 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11789 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11739 {
	width:1440px !important;
	height:810px !important;
}

#item11741 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11747 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11753 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11759 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11704 {
	width:1440px !important;
	height:810px !important;
}

#item11706 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11715 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11722 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11730 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11673 {
	width:1440px !important;
	height:810px !important;
}

#item11675 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11683 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11689 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11696 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11644 {
	width:1440px !important;
	height:810px !important;
}

#item11646 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11653 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11659 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11665 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11610 {
	width:1440px !important;
	height:810px !important;
}

#item11612 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11619 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11627 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11636 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11580 {
	width:1440px !important;
	height:810px !important;
}

#item11582 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11588 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11594 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11600 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11548 {
	width:1440px !important;
	height:810px !important;
}

#item11550 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11558 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11564 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11570 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11516 {
	width:1440px !important;
	height:810px !important;
}

#item11518 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11524 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11531 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11539 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11484 {
	width:1440px !important;
	height:810px !important;
}

#item11486 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11493 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11501 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11507 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11451 {
	width:1440px !important;
	height:810px !important;
}

#item11453 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11461 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11470 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11476 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11419 {
	width:1440px !important;
	height:810px !important;
}

#item11421 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11427 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11433 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11440 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11392 {
	width:1440px !important;
	height:810px !important;
}

#item11394 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11400 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11406 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11412 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11358 {
	width:1440px !important;
	height:810px !important;
}

#item11360 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11368 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11375 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11383 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11328 {
	width:1440px !important;
	height:810px !important;
}

#item11330 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11338 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11344 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11350 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11298 {
	width:1440px !important;
	height:810px !important;
}

#item11300 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11307 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11313 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11320 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11260 {
	width:1440px !important;
	height:810px !important;
}

#item11262 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11269 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11279 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11287 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11232 {
	width:1440px !important;
	height:810px !important;
}

#item11234 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11240 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11246 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11252 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11202 {
	width:1440px !important;
	height:810px !important;
}

#item11204 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11213 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11219 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11226 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11165 {
	width:1440px !important;
	height:810px !important;
}

#item11170 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11176 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11184 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11193 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11136 {
	width:1440px !important;
	height:810px !important;
}

#item11141 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11147 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11153 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11159 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11105 {
	width:1440px !important;
	height:810px !important;
}

#item11108 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11115 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11123 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11129 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11070 {
	width:1440px !important;
	height:810px !important;
}

#item11075 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11082 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11088 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11097 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item11042 {
	width:1440px !important;
	height:810px !important;
}

#item11046 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item11052 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item11058 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11064 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item11010 {
	width:1440px !important;
	height:810px !important;
}

#item11012 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item11020 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item11027 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item11036 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item10978 {
	width:1440px !important;
	height:810px !important;
}

#item10980 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10988 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10994 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item11001 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item10949 {
	width:1440px !important;
	height:810px !important;
}

#item10951 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10958 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10964 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10970 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item10914 {
	width:1440px !important;
	height:810px !important;
}

#item10916 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10923 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10932 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item10939 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item10884 {
	width:1440px !important;
	height:810px !important;
}

#item10886 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10892 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10900 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10906 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item10855 {
	width:1440px !important;
	height:810px !important;
}

#item10857 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10865 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10871 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item10878 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item10821 {
	width:1440px !important;
	height:810px !important;
}

#item10823 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10829 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10836 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10845 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item10792 {
	width:1440px !important;
	height:810px !important;
}

#item10794 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10800 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10807 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item10813 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item10760 {
	width:1440px !important;
	height:810px !important;
}

#item10762 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10770 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10778 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10784 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item10728 {
	width:1440px !important;
	height:810px !important;
}

#item10730 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10737 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10743 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item10750 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item10700 {
	width:1440px !important;
	height:810px !important;
}

#item10702 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10708 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10714 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10720 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item10663 {
	width:1440px !important;
	height:810px !important;
}

#item10667 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10675 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10684 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item10692 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item10632 {
	width:1440px !important;
	height:810px !important;
}

#item10637 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10643 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10650 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10656 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item10562 {
	width:1440px !important;
	height:810px !important;
}

#item10605 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10611 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10617 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item10625 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item10523 {
	width:1440px !important;
	height:810px !important;
}

#item10525 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10533 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10543 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10550 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item10495 {
	width:1440px !important;
	height:810px !important;
}

#item10497 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10504 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10510 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item10516 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item10463 {
	width:1440px !important;
	height:810px !important;
}

#item10465 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10475 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10481 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10487 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item10428 {
	width:1440px !important;
	height:810px !important;
}

#item10430 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10436 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10443 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item10453 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item10401 {
	width:1440px !important;
	height:810px !important;
}

#item10403 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10409 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10416 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10422 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item15149 {
	width:1440px !important;
	height:810px !important;
}

#item15176 {
	width:408px !important;
	height:34px !important;
	left:113px !important;
	top:206px !important;
}

#item15183 {
	width:348px !important;
	height:36px !important;
	left:113px !important;
	top:240px !important;
}

#item15190 {
	width:364px !important;
	height:36px !important;
	left:113px !important;
	top:276px !important;
}

#item15196 {
	width:423px !important;
	height:35px !important;
	left:113px !important;
	top:312px !important;
}

#item15202 {
	width:394px !important;
	height:35px !important;
	left:113px !important;
	top:347px !important;
}

#item15209 {
	width:449px !important;
	height:40px !important;
	left:113px !important;
	top:381px !important;
}

#item15218 {
	width:486px !important;
	height:34px !important;
	left:113px !important;
	top:421px !important;
}

#item15224 {
	width:565px !important;
	height:36px !important;
	left:113px !important;
	top:455px !important;
}

#item15231 {
	width:277px !important;
	height:35px !important;
	left:113px !important;
	top:491px !important;
}

#item15237 {
	width:502px !important;
	height:70px !important;
	left:97px !important;
	top:526px !important;
}

#item15246 {
	width:517px !important;
	height:41px !important;
	left:97px !important;
	top:596px !important;
}

#item15252 {
	width:451px !important;
	height:38px !important;
	left:97px !important;
	top:637px !important;
}

#item15258 {
	width:365px !important;
	height:34px !important;
	left:727px !important;
	top:191px !important;
}

#item15265 {
	width:295px !important;
	height:33px !important;
	left:727px !important;
	top:225px !important;
}

#item15272 {
	width:405px !important;
	height:39px !important;
	left:727px !important;
	top:258px !important;
}

#item15279 {
	width:444px !important;
	height:36px !important;
	left:727px !important;
	top:297px !important;
}

#item15287 {
	width:346px !important;
	height:35px !important;
	left:727px !important;
	top:333px !important;
}

#item15295 {
	width:376px !important;
	height:37px !important;
	left:727px !important;
	top:368px !important;
}

#item15301 {
	width:444px !important;
	height:37px !important;
	left:727px !important;
	top:405px !important;
}

#item15307 {
	width:399px !important;
	height:34px !important;
	left:727px !important;
	top:442px !important;
}

#item15313 {
	width:537px !important;
	height:37px !important;
	left:727px !important;
	top:476px !important;
}

#item15322 {
	width:579px !important;
	height:36px !important;
	left:727px !important;
	top:514px !important;
}

#item15328 {
	width:444px !important;
	height:36px !important;
	left:727px !important;
	top:550px !important;
}

#item15334 {
	width:444px !important;
	height:70px !important;
	left:727px !important;
	top:586px !important;
}

#item21639 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item21647 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item21658 {
	width:67px !important;
	height:83px !important;
	left:1222px !important;
	top:702px !important;
}

#item21665 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item10178 {
	width:1440px !important;
	height:810px !important;
}

#item10229 {
	width:408px !important;
	height:34px !important;
	left:113px !important;
	top:206px !important;
}

#item10232 {
	width:348px !important;
	height:36px !important;
	left:113px !important;
	top:240px !important;
}

#item10239 {
	width:364px !important;
	height:36px !important;
	left:113px !important;
	top:276px !important;
}

#item10247 {
	width:423px !important;
	height:35px !important;
	left:113px !important;
	top:312px !important;
}

#item10253 {
	width:394px !important;
	height:35px !important;
	left:113px !important;
	top:347px !important;
}

#item10259 {
	width:449px !important;
	height:40px !important;
	left:113px !important;
	top:381px !important;
}

#item10266 {
	width:486px !important;
	height:34px !important;
	left:113px !important;
	top:421px !important;
}

#item10273 {
	width:565px !important;
	height:36px !important;
	left:113px !important;
	top:455px !important;
}

#item10281 {
	width:277px !important;
	height:35px !important;
	left:113px !important;
	top:491px !important;
}

#item10290 {
	width:502px !important;
	height:70px !important;
	left:97px !important;
	top:526px !important;
}

#item10298 {
	width:517px !important;
	height:41px !important;
	left:97px !important;
	top:596px !important;
}

#item10307 {
	width:451px !important;
	height:38px !important;
	left:97px !important;
	top:637px !important;
}

#item10313 {
	width:365px !important;
	height:34px !important;
	left:727px !important;
	top:191px !important;
}

#item10319 {
	width:295px !important;
	height:33px !important;
	left:727px !important;
	top:225px !important;
}

#item10328 {
	width:405px !important;
	height:39px !important;
	left:727px !important;
	top:258px !important;
}

#item10335 {
	width:444px !important;
	height:36px !important;
	left:727px !important;
	top:297px !important;
}

#item10342 {
	width:346px !important;
	height:35px !important;
	left:727px !important;
	top:333px !important;
}

#item10349 {
	width:376px !important;
	height:37px !important;
	left:727px !important;
	top:368px !important;
}

#item10356 {
	width:444px !important;
	height:37px !important;
	left:727px !important;
	top:405px !important;
}

#item10363 {
	width:399px !important;
	height:34px !important;
	left:727px !important;
	top:442px !important;
}

#item10371 {
	width:537px !important;
	height:37px !important;
	left:727px !important;
	top:476px !important;
}

#item10378 {
	width:579px !important;
	height:36px !important;
	left:727px !important;
	top:514px !important;
}

#item10387 {
	width:444px !important;
	height:36px !important;
	left:727px !important;
	top:550px !important;
}

#item10394 {
	width:444px !important;
	height:70px !important;
	left:727px !important;
	top:586px !important;
}

#item21603 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item21612 {
	width:64px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item21620 {
	width:66px !important;
	height:83px !important;
	left:1223px !important;
	top:703px !important;
}

#item21628 {
	width:64px !important;
	height:83px !important;
	left:1295px !important;
	top:701px !important;
}

#item10150 {
	width:1440px !important;
	height:810px !important;
}

#item10152 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10158 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10164 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item10170 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item10118 {
	width:1440px !important;
	height:810px !important;
}

#item10121 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10129 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10135 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10142 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item10086 {
	width:1440px !important;
	height:810px !important;
}

#item10088 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10094 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10102 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item10110 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item10059 {
	width:1440px !important;
	height:810px !important;
}

#item10061 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10067 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10073 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10079 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item10024 {
	width:1440px !important;
	height:810px !important;
}

#item10026 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item10035 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item10043 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item10051 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9992 {
	width:1440px !important;
	height:810px !important;
}

#item9994 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item10001 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item10007 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item10014 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item9964 {
	width:1440px !important;
	height:810px !important;
}

#item9966 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9973 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9979 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9985 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9931 {
	width:1440px !important;
	height:810px !important;
}

#item9933 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item9941 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item9949 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item9957 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item9900 {
	width:1440px !important;
	height:810px !important;
}

#item9902 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9908 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9914 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9921 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9872 {
	width:1440px !important;
	height:810px !important;
}

#item9874 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item9880 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item9887 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item9893 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item15047 {
	width:1440px !important;
	height:810px !important;
}

#item15074 {
	width:610px !important;
	height:47px !important;
	left:152px !important;
	top:284px !important;
}

#item15081 {
	width:458px !important;
	height:39px !important;
	left:152px !important;
	top:330px !important;
}

#item15089 {
	width:479px !important;
	height:36px !important;
	left:152px !important;
	top:369px !important;
}

#item15096 {
	width:733px !important;
	height:39px !important;
	left:152px !important;
	top:405px !important;
}

#item15105 {
	width:595px !important;
	height:39px !important;
	left:152px !important;
	top:444px !important;
}

#item21558 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item21566 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item21573 {
	width:67px !important;
	height:83px !important;
	left:1222px !important;
	top:702px !important;
}

#item21580 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item9777 {
	width:1440px !important;
	height:810px !important;
}

#item9808 {
	width:610px !important;
	height:47px !important;
	left:152px !important;
	top:284px !important;
}

#item9838 {
	width:458px !important;
	height:39px !important;
	left:152px !important;
	top:330px !important;
}

#item9846 {
	width:479px !important;
	height:36px !important;
	left:152px !important;
	top:369px !important;
}

#item9856 {
	width:733px !important;
	height:39px !important;
	left:152px !important;
	top:405px !important;
}

#item9863 {
	width:595px !important;
	height:39px !important;
	left:152px !important;
	top:444px !important;
}

#item21522 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item21530 {
	width:64px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item21539 {
	width:66px !important;
	height:83px !important;
	left:1224px !important;
	top:702px !important;
}

#item21549 {
	width:64px !important;
	height:83px !important;
	left:1295px !important;
	top:701px !important;
}

#item9733 {
	width:1440px !important;
	height:810px !important;
}

#item9735 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9742 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9751 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9757 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9700 {
	width:1440px !important;
	height:810px !important;
}

#item9702 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item9709 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item9715 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item9722 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item9673 {
	width:1440px !important;
	height:810px !important;
}

#item9675 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9681 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9687 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9693 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9638 {
	width:1440px !important;
	height:810px !important;
}

#item9640 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item9648 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item9656 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item9664 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item9607 {
	width:1440px !important;
	height:810px !important;
}

#item9610 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9616 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9622 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9628 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9578 {
	width:1440px !important;
	height:810px !important;
}

#item9581 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item9587 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item9593 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item9600 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item9508 {
	width:1440px !important;
	height:810px !important;
}

#item9545 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9553 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9561 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9569 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9479 {
	width:1440px !important;
	height:810px !important;
}

#item9481 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item9488 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:702px !important;
}

#item9496 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:702px !important;
}

#item9502 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:702px !important;
}

#item9449 {
	width:1440px !important;
	height:810px !important;
}

#item9451 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9460 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9466 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9473 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9417 {
	width:1440px !important;
	height:810px !important;
}

#item9419 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item9425 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:702px !important;
}

#item9432 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:702px !important;
}

#item9440 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:702px !important;
}

#item9388 {
	width:1440px !important;
	height:810px !important;
}

#item9390 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9396 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9402 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9408 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9356 {
	width:1440px !important;
	height:810px !important;
}

#item9358 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item9365 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:702px !important;
}

#item9374 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:702px !important;
}

#item9380 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:702px !important;
}

#item9324 {
	width:1440px !important;
	height:810px !important;
}

#item9326 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9332 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9338 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9345 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9296 {
	width:1440px !important;
	height:810px !important;
}

#item9298 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item9304 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:702px !important;
}

#item9310 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:702px !important;
}

#item9317 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:702px !important;
}

#item9260 {
	width:1440px !important;
	height:810px !important;
}

#item9262 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9271 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9278 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9286 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9228 {
	width:1440px !important;
	height:810px !important;
}

#item9230 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item9236 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item9243 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item9249 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item9197 {
	width:1440px !important;
	height:810px !important;
}

#item9199 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9207 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9213 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9219 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9158 {
	width:1440px !important;
	height:810px !important;
}

#item9160 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item9169 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item9179 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item9186 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item9128 {
	width:1440px !important;
	height:810px !important;
}

#item9130 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9136 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9142 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9148 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9098 {
	width:1440px !important;
	height:810px !important;
}

#item9100 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item9108 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item9114 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item9120 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item9066 {
	width:1440px !important;
	height:810px !important;
}

#item9068 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9074 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9081 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9089 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item9033 {
	width:1440px !important;
	height:810px !important;
}

#item9038 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item9044 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item9050 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item9056 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item8999 {
	width:1440px !important;
	height:810px !important;
}

#item9003 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item9010 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item9019 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item9026 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8964 {
	width:1440px !important;
	height:810px !important;
}

#item8969 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item8976 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8983 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8991 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item8937 {
	width:1440px !important;
	height:810px !important;
}

#item8939 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8945 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8951 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8958 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8903 {
	width:1440px !important;
	height:810px !important;
}

#item8905 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item8914 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8921 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8929 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item8874 {
	width:1440px !important;
	height:810px !important;
}

#item8876 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8883 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8889 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8895 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8844 {
	width:1440px !important;
	height:810px !important;
}

#item8847 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item8854 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8860 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8866 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item8810 {
	width:1440px !important;
	height:810px !important;
}

#item8812 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8819 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8828 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8836 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8781 {
	width:1440px !important;
	height:810px !important;
}

#item8783 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item8789 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8796 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8803 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item8751 {
	width:1440px !important;
	height:810px !important;
}

#item8753 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8761 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8768 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8775 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8716 {
	width:1440px !important;
	height:810px !important;
}

#item8718 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item8724 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8731 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8739 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item8630 {
	width:1440px !important;
	height:810px !important;
}

#item8690 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8696 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8702 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8709 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8597 {
	width:1440px !important;
	height:810px !important;
}

#item8599 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item8608 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8616 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8622 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item8565 {
	width:1440px !important;
	height:810px !important;
}

#item8567 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8574 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8580 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8587 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8536 {
	width:1440px !important;
	height:810px !important;
}

#item8538 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item8544 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8550 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8557 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item14864 {
	width:1440px !important;
	height:810px !important;
}

#item14891 {
	width:366px !important;
	height:35px !important;
	left:74px !important;
	top:210px !important;
}

#item14897 {
	width:483px !important;
	height:39px !important;
	left:74px !important;
	top:246px !important;
}

#item14903 {
	width:307px !important;
	height:39px !important;
	left:74px !important;
	top:284px !important;
}

#item14910 {
	width:538px !important;
	height:38px !important;
	left:74px !important;
	top:323px !important;
}

#item14916 {
	width:652px !important;
	height:78px !important;
	left:74px !important;
	top:362px !important;
}

#item14923 {
	width:233px !important;
	height:39px !important;
	left:74px !important;
	top:440px !important;
}

#item14931 {
	width:294px !important;
	height:38px !important;
	left:74px !important;
	top:479px !important;
}

#item14938 {
	width:366px !important;
	height:39px !important;
	left:74px !important;
	top:517px !important;
}

#item14944 {
	width:568px !important;
	height:39px !important;
	left:74px !important;
	top:557px !important;
}

#item14950 {
	width:547px !important;
	height:68px !important;
	left:730px !important;
	top:215px !important;
}

#item14959 {
	width:603px !important;
	height:78px !important;
	left:730px !important;
	top:284px !important;
}

#item14965 {
	width:547px !important;
	height:75px !important;
	left:730px !important;
	top:362px !important;
}

#item14971 {
	width:442px !important;
	height:40px !important;
	left:730px !important;
	top:436px !important;
}

#item14977 {
	width:286px !important;
	height:36px !important;
	left:730px !important;
	top:476px !important;
}

#item14985 {
	width:344px !important;
	height:39px !important;
	left:730px !important;
	top:512px !important;
}

#item14993 {
	width:366px !important;
	height:38px !important;
	left:730px !important;
	top:550px !important;
}

#item15000 {
	width:366px !important;
	height:36px !important;
	left:730px !important;
	top:589px !important;
}

#item15008 {
	width:392px !important;
	height:39px !important;
	left:730px !important;
	top:624px !important;
}

#item21490 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item21497 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item21505 {
	width:67px !important;
	height:83px !important;
	left:1222px !important;
	top:703px !important;
}

#item21512 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item8370 {
	width:1440px !important;
	height:810px !important;
}

#item8398 {
	width:366px !important;
	height:35px !important;
	left:74px !important;
	top:210px !important;
}

#item8400 {
	width:483px !important;
	height:39px !important;
	left:74px !important;
	top:246px !important;
}

#item8407 {
	width:307px !important;
	height:39px !important;
	left:74px !important;
	top:284px !important;
}

#item8415 {
	width:538px !important;
	height:38px !important;
	left:74px !important;
	top:323px !important;
}

#item8423 {
	width:652px !important;
	height:78px !important;
	left:74px !important;
	top:362px !important;
}

#item8430 {
	width:233px !important;
	height:39px !important;
	left:74px !important;
	top:440px !important;
}

#item8444 {
	width:294px !important;
	height:38px !important;
	left:74px !important;
	top:479px !important;
}

#item8451 {
	width:366px !important;
	height:39px !important;
	left:74px !important;
	top:517px !important;
}

#item8458 {
	width:568px !important;
	height:39px !important;
	left:74px !important;
	top:557px !important;
}

#item8473 {
	width:547px !important;
	height:68px !important;
	left:730px !important;
	top:215px !important;
}

#item8475 {
	width:603px !important;
	height:78px !important;
	left:730px !important;
	top:284px !important;
}

#item8481 {
	width:547px !important;
	height:75px !important;
	left:730px !important;
	top:362px !important;
}

#item8487 {
	width:442px !important;
	height:40px !important;
	left:730px !important;
	top:436px !important;
}

#item8494 {
	width:286px !important;
	height:36px !important;
	left:730px !important;
	top:476px !important;
}

#item8501 {
	width:344px !important;
	height:39px !important;
	left:730px !important;
	top:512px !important;
}

#item8512 {
	width:366px !important;
	height:38px !important;
	left:730px !important;
	top:550px !important;
}

#item8519 {
	width:366px !important;
	height:36px !important;
	left:730px !important;
	top:589px !important;
}

#item8529 {
	width:392px !important;
	height:39px !important;
	left:730px !important;
	top:624px !important;
}

#item21455 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item21462 {
	width:64px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item21469 {
	width:66px !important;
	height:83px !important;
	left:1222px !important;
	top:701px !important;
}

#item21476 {
	width:64px !important;
	height:83px !important;
	left:1295px !important;
	top:701px !important;
}

#item8339 {
	width:1440px !important;
	height:810px !important;
}

#item8341 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8349 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8357 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8364 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8307 {
	width:1440px !important;
	height:810px !important;
}

#item8309 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item8315 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8321 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8329 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item8275 {
	width:1440px !important;
	height:810px !important;
}

#item8277 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8284 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8290 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8298 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8242 {
	width:1440px !important;
	height:810px !important;
}

#item8244 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item8253 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8260 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8268 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item8209 {
	width:1440px !important;
	height:810px !important;
}

#item8213 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8219 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8225 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8231 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8181 {
	width:1440px !important;
	height:810px !important;
}

#item8183 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item8190 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8196 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8202 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item8142 {
	width:1440px !important;
	height:810px !important;
}

#item8144 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8153 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8162 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8169 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8112 {
	width:1440px !important;
	height:810px !important;
}

#item8114 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item8120 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8127 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8133 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item8056 {
	width:1440px !important;
	height:810px !important;
}

#item8058 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8066 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8075 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8082 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item8024 {
	width:1440px !important;
	height:810px !important;
}

#item8027 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item8034 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item8040 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item8048 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item7996 {
	width:1440px !important;
	height:810px !important;
}

#item7998 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item8005 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item8011 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item8017 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item7962 {
	width:1440px !important;
	height:810px !important;
}

#item7964 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item7972 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item7979 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item7988 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item7908 {
	width:1440px !important;
	height:810px !important;
}

#item7936 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item7942 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item7948 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item7954 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item7879 {
	width:1440px !important;
	height:810px !important;
}

#item7881 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item7887 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item7894 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item7901 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item14759 {
	width:1440px !important;
	height:810px !important;
}

#item14785 {
	width:548px !important;
	height:57px !important;
	left:76px !important;
	top:276px !important;
}

#item14791 {
	width:482px !important;
	height:48px !important;
	left:76px !important;
	top:333px !important;
}

#item14799 {
	width:563px !important;
	height:54px !important;
	left:76px !important;
	top:381px !important;
}

#item14805 {
	width:530px !important;
	height:48px !important;
	left:76px !important;
	top:435px !important;
}

#item14811 {
	width:620px !important;
	height:48px !important;
	left:76px !important;
	top:483px !important;
}

#item14819 {
	width:548px !important;
	height:48px !important;
	left:76px !important;
	top:531px !important;
}

#item14826 {
	width:638px !important;
	height:54px !important;
	left:76px !important;
	top:579px !important;
}

#item21387 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item21396 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item21405 {
	width:67px !important;
	height:83px !important;
	left:1222px !important;
	top:702px !important;
}

#item21413 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item7773 {
	width:1440px !important;
	height:810px !important;
}

#item7827 {
	width:548px !important;
	height:57px !important;
	left:76px !important;
	top:276px !important;
}

#item7830 {
	width:482px !important;
	height:48px !important;
	left:76px !important;
	top:333px !important;
}

#item7837 {
	width:563px !important;
	height:54px !important;
	left:76px !important;
	top:381px !important;
}

#item7846 {
	width:530px !important;
	height:48px !important;
	left:76px !important;
	top:435px !important;
}

#item7854 {
	width:620px !important;
	height:48px !important;
	left:76px !important;
	top:483px !important;
}

#item7862 {
	width:548px !important;
	height:48px !important;
	left:76px !important;
	top:531px !important;
}

#item7869 {
	width:638px !important;
	height:54px !important;
	left:76px !important;
	top:579px !important;
}

#item21353 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item21362 {
	width:64px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item21370 {
	width:66px !important;
	height:83px !important;
	left:1223px !important;
	top:703px !important;
}

#item21378 {
	width:64px !important;
	height:83px !important;
	left:1295px !important;
	top:701px !important;
}

#item7737 {
	width:1440px !important;
	height:810px !important;
}

#item7739 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item7747 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item7755 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item7763 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item7707 {
	width:1440px !important;
	height:810px !important;
}

#item7709 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item7715 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item7722 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item7729 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item7679 {
	width:1440px !important;
	height:810px !important;
}

#item7681 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item7687 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item7694 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item7700 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item7645 {
	width:1440px !important;
	height:810px !important;
}

#item7647 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item7654 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item7662 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item7669 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item7615 {
	width:1440px !important;
	height:810px !important;
}

#item7617 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item7624 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item7630 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item7636 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item7583 {
	width:1440px !important;
	height:810px !important;
}

#item7585 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item7593 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item7599 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item7605 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item7521 {
	width:1440px !important;
	height:810px !important;
}

#item7552 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item7558 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item7565 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item7573 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item7493 {
	width:1440px !important;
	height:810px !important;
}

#item7495 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item7501 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item7507 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item7514 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item7458 {
	width:1440px !important;
	height:810px !important;
}

#item7460 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item7468 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item7476 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item7483 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item7426 {
	width:1440px !important;
	height:810px !important;
}

#item7428 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item7434 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item7442 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item7449 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item7399 {
	width:1440px !important;
	height:810px !important;
}

#item7401 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:700px !important;
}

#item7407 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:700px !important;
}

#item7413 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:700px !important;
}

#item7419 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:700px !important;
}

#item7360 {
	width:1440px !important;
	height:810px !important;
}

#item7362 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item7370 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item7378 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item7388 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item14646 {
	width:1440px !important;
	height:810px !important;
}

#item14653 {
	width:626px !important;
	height:59px !important;
	left:119px !important;
	top:215px !important;
}

#item14661 {
	width:566px !important;
	height:47px !important;
	left:119px !important;
	top:273px !important;
}

#item14667 {
	width:437px !important;
	height:51px !important;
	left:119px !important;
	top:320px !important;
}

#item14673 {
	width:1160px !important;
	height:51px !important;
	left:119px !important;
	top:371px !important;
}

#item14679 {
	width:1089px !important;
	height:51px !important;
	left:119px !important;
	top:422px !important;
}

#item14685 {
	width:1131px !important;
	height:51px !important;
	left:119px !important;
	top:473px !important;
}

#item21258 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item21267 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item21275 {
	width:67px !important;
	height:83px !important;
	left:1221px !important;
	top:702px !important;
}

#item21282 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item7293 {
	width:1440px !important;
	height:810px !important;
}

#item7347 {
	width:626px !important;
	height:59px !important;
	left:119px !important;
	top:215px !important;
}

#item7349 {
	width:566px !important;
	height:47px !important;
	left:119px !important;
	top:273px !important;
}

#item7351 {
	width:437px !important;
	height:51px !important;
	left:119px !important;
	top:320px !important;
}

#item7353 {
	width:1160px !important;
	height:51px !important;
	left:119px !important;
	top:371px !important;
}

#item7356 {
	width:1089px !important;
	height:51px !important;
	left:119px !important;
	top:422px !important;
}

#item7358 {
	width:1131px !important;
	height:51px !important;
	left:119px !important;
	top:473px !important;
}

#item21185 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item21192 {
	width:64px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item21200 {
	width:66px !important;
	height:83px !important;
	left:1223px !important;
	top:703px !important;
}

#item21209 {
	width:64px !important;
	height:83px !important;
	left:1295px !important;
	top:701px !important;
}

#item7170 {
	width:1440px !important;
	height:810px !important;
}

#item7175 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item7181 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item7187 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item7194 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item7118 {
	width:1440px !important;
	height:810px !important;
}

#item7145 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item7151 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item7157 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item7163 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item7083 {
	width:1440px !important;
	height:810px !important;
}

#item7085 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item7094 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item7101 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item7109 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item7055 {
	width:1440px !important;
	height:810px !important;
}

#item7057 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item7063 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item7069 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item7075 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item6989 {
	width:1440px !important;
	height:810px !important;
}

#item7026 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item7034 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item7040 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item7047 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item6881 {
	width:1440px !important;
	height:810px !important;
}

#item6951 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item6960 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item6969 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item6976 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item6851 {
	width:1440px !important;
	height:810px !important;
}

#item6854 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item6860 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item6866 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item6872 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item6822 {
	width:1440px !important;
	height:810px !important;
}

#item6824 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item6832 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item6838 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item6844 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item6789 {
	width:1440px !important;
	height:810px !important;
}

#item6791 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item6797 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item6804 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item6812 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item6762 {
	width:1440px !important;
	height:810px !important;
}

#item6764 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item6770 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item6776 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item6782 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item6729 {
	width:1440px !important;
	height:810px !important;
}

#item6731 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item6738 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item6748 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item6754 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item6695 {
	width:1440px !important;
	height:810px !important;
}

#item6698 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item6704 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item6711 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item6719 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item6667 {
	width:1440px !important;
	height:810px !important;
}

#item6669 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item6675 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item6681 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item6687 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item6631 {
	width:1440px !important;
	height:810px !important;
}

#item6635 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item6644 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item6652 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item6660 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item6604 {
	width:1440px !important;
	height:810px !important;
}

#item6606 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item6612 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item6618 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item6624 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item6574 {
	width:1440px !important;
	height:810px !important;
}

#item6576 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item6583 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item6589 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item6595 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item6504 {
	width:1440px !important;
	height:810px !important;
}

#item6542 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item6549 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item6558 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item6566 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item6473 {
	width:1440px !important;
	height:810px !important;
}

#item6475 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item6481 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item6488 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:701px !important;
}

#item6494 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:701px !important;
}

#item6443 {
	width:1440px !important;
	height:810px !important;
}

#item6446 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item6454 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item6461 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item6467 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item6408 {
	width:1440px !important;
	height:810px !important;
}

#item6410 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item6416 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:702px !important;
}

#item6423 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:702px !important;
}

#item6432 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:702px !important;
}

#item6377 {
	width:1440px !important;
	height:810px !important;
}

#item6383 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item6389 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item6395 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item6402 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item6330 {
	width:1440px !important;
	height:810px !important;
}

#item6332 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item6340 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:702px !important;
}

#item6351 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:702px !important;
}

#item6360 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:702px !important;
}

#item6312 {
	width:1440px !important;
	height:810px !important;
}

#item6319 {
	width:64px !important;
	height:83px !important;
	left:1082px !important;
	top:701px !important;
}

#item6321 {
	width:66px !important;
	height:83px !important;
	left:1151px !important;
	top:701px !important;
}

#item6323 {
	width:64px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item6325 {
	width:66px !important;
	height:83px !important;
	left:1292px !important;
	top:701px !important;
}

#item6157 {
	width:1440px !important;
	height:810px !important;
}

#item6262 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:702px !important;
}

#item6264 {
	width:66px !important;
	height:83px !important;
	left:1154px !important;
	top:702px !important;
}

#item6267 {
	width:64px !important;
	height:83px !important;
	left:1225px !important;
	top:702px !important;
}

#item6269 {
	width:66px !important;
	height:83px !important;
	left:1294px !important;
	top:702px !important;
}

#item14480 {
	width:1440px !important;
	height:810px !important;
}

#item14486 {
	width:671px !important;
	height:47px !important;
	left:77px !important;
	top:207px !important;
}

#item14492 {
	width:307px !important;
	height:42px !important;
	left:77px !important;
	top:255px !important;
}

#item14498 {
	width:772px !important;
	height:41px !important;
	left:77px !important;
	top:296px !important;
}

#item14505 {
	width:707px !important;
	height:44px !important;
	left:77px !important;
	top:336px !important;
}

#item14514 {
	width:1222px !important;
	height:41px !important;
	left:77px !important;
	top:380px !important;
}

#item14521 {
	width:577px !important;
	height:40px !important;
	left:77px !important;
	top:420px !important;
}

#item14531 {
	width:505px !important;
	height:44px !important;
	left:77px !important;
	top:461px !important;
}

#item14537 {
	width:288px !important;
	height:39px !important;
	left:77px !important;
	top:504px !important;
}

#item14543 {
	width:288px !important;
	height:39px !important;
	left:77px !important;
	top:543px !important;
}

#item14549 {
	width:829px !important;
	height:41px !important;
	left:77px !important;
	top:582px !important;
}

#item14556 {
	width:365px !important;
	height:44px !important;
	left:77px !important;
	top:624px !important;
}

#item14562 {
	width:611px !important;
	height:44px !important;
	left:77px !important;
	top:666px !important;
}

#item21129 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item21136 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item21143 {
	width:67px !important;
	height:83px !important;
	left:1222px !important;
	top:703px !important;
}

#item21150 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item6019 {
	width:1440px !important;
	height:810px !important;
}

#item6131 {
	width:671px !important;
	height:47px !important;
	left:77px !important;
	top:207px !important;
}

#item6133 {
	width:307px !important;
	height:42px !important;
	left:77px !important;
	top:253px !important;
}

#item6135 {
	width:772px !important;
	height:41px !important;
	left:77px !important;
	top:296px !important;
}

#item6137 {
	width:707px !important;
	height:44px !important;
	left:77px !important;
	top:336px !important;
}

#item6139 {
	width:1222px !important;
	height:41px !important;
	left:77px !important;
	top:380px !important;
}

#item6141 {
	width:577px !important;
	height:40px !important;
	left:77px !important;
	top:420px !important;
}

#item6143 {
	width:505px !important;
	height:44px !important;
	left:78px !important;
	top:462px !important;
}

#item6145 {
	width:288px !important;
	height:39px !important;
	left:77px !important;
	top:505px !important;
}

#item6147 {
	width:288px !important;
	height:39px !important;
	left:77px !important;
	top:544px !important;
}

#item6149 {
	width:829px !important;
	height:41px !important;
	left:77px !important;
	top:583px !important;
}

#item6151 {
	width:365px !important;
	height:44px !important;
	left:77px !important;
	top:624px !important;
}

#item6153 {
	width:611px !important;
	height:44px !important;
	left:77px !important;
	top:667px !important;
}

#item20935 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item20943 {
	width:64px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item20952 {
	width:66px !important;
	height:83px !important;
	left:1223px !important;
	top:703px !important;
}

#item20959 {
	width:64px !important;
	height:83px !important;
	left:1295px !important;
	top:701px !important;
}

#item5989 {
	width:1440px !important;
	height:810px !important;
}

#item5991 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item5997 {
	width:64px !important;
	height:83px !important;
	left:1155px !important;
	top:701px !important;
}

#item6004 {
	width:66px !important;
	height:83px !important;
	left:1223px !important;
	top:701px !important;
}

#item6011 {
	width:64px !important;
	height:83px !important;
	left:1296px !important;
	top:701px !important;
}

#item5958 {
	width:1440px !important;
	height:810px !important;
}

#item5960 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item5968 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item5975 {
	width:67px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item5981 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item5955 {
	width:1440px !important;
	height:810px !important;
}

#item5925 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item5931 {
	width:64px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item5938 {
	width:66px !important;
	height:83px !important;
	left:1222px !important;
	top:701px !important;
}

#item5946 {
	width:64px !important;
	height:83px !important;
	left:1295px !important;
	top:701px !important;
}

#item5891 {
	width:1440px !important;
	height:810px !important;
}

#item5867 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item5873 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item5879 {
	width:67px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item5885 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item5832 {
	width:1440px !important;
	height:810px !important;
}

#item5857 {
	width:64px !important;
	height:83px !important;
	left:1084px !important;
	top:701px !important;
}

#item5859 {
	width:64px !important;
	height:83px !important;
	left:1154px !important;
	top:701px !important;
}

#item5861 {
	width:66px !important;
	height:83px !important;
	left:1222px !important;
	top:701px !important;
}

#item5865 {
	width:64px !important;
	height:83px !important;
	left:1295px !important;
	top:701px !important;
}

#item5678 {
	width:1440px !important;
	height:810px !important;
}

#item5822 {
	width:63px !important;
	height:83px !important;
	left:1084px !important;
	top:700px !important;
}

#item5824 {
	width:63px !important;
	height:83px !important;
	left:1153px !important;
	top:700px !important;
}

#item5826 {
	width:67px !important;
	height:83px !important;
	left:1224px !important;
	top:700px !important;
}

#item5828 {
	width:63px !important;
	height:83px !important;
	left:1296px !important;
	top:700px !important;
}

#item5672 {
	width:1440px !important;
	height:810px !important;
}

#item5573 {
	width:81px !important;
	height:101px !important;
	left:1173px !important;
	top:681px !important;
}

#item5579 {
	width:81px !important;
	height:101px !important;
	left:1261px !important;
	top:681px !important;
}

#item5585 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:237px !important;
}

#item5593 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:292px !important;
}

#item5599 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:345px !important;
}

#item5606 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:483px !important;
}

#item5614 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:538px !important;
}

#item5623 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:593px !important;
}

#item5631 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:649px !important;
}

#item5640 {
	width:446px !important;
	height:46px !important;
	left:756px !important;
	top:237px !important;
}

#item5646 {
	width:446px !important;
	height:46px !important;
	left:756px !important;
	top:290px !important;
}

#item5652 {
	width:446px !important;
	height:46px !important;
	left:756px !important;
	top:343px !important;
}

#item5658 {
	width:446px !important;
	height:46px !important;
	left:756px !important;
	top:482px !important;
}

#item5665 {
	width:446px !important;
	height:46px !important;
	left:756px !important;
	top:536px !important;
}

#item5433 {
	width:1440px !important;
	height:810px !important;
}

#item5417 {
	width:81px !important;
	height:101px !important;
	left:1173px !important;
	top:681px !important;
}

#item5425 {
	width:81px !important;
	height:101px !important;
	left:1261px !important;
	top:681px !important;
}

#item5546 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:237px !important;
}

#item5548 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:292px !important;
}

#item5550 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:345px !important;
}

#item5552 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:483px !important;
}

#item5554 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:538px !important;
}

#item5556 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:593px !important;
}

#item5558 {
	width:446px !important;
	height:46px !important;
	left:106px !important;
	top:649px !important;
}

#item5562 {
	width:446px !important;
	height:46px !important;
	left:756px !important;
	top:237px !important;
}

#item5564 {
	width:446px !important;
	height:46px !important;
	left:756px !important;
	top:290px !important;
}

#item5566 {
	width:446px !important;
	height:46px !important;
	left:756px !important;
	top:343px !important;
}

#item5568 {
	width:446px !important;
	height:46px !important;
	left:756px !important;
	top:482px !important;
}

#item5571 {
	width:446px !important;
	height:46px !important;
	left:756px !important;
	top:536px !important;
}

#item5413 {
	width:1440px !important;
	height:810px !important;
}

#item5398 {
	width:81px !important;
	height:101px !important;
	left:1085px !important;
	top:681px !important;
}

#item5406 {
	width:81px !important;
	height:101px !important;
	left:1173px !important;
	top:681px !important;
}

#item5335 {
	width:1440px !important;
	height:810px !important;
}

#item5316 {
	width:81px !important;
	height:101px !important;
	left:1085px !important;
	top:681px !important;
}

#item5322 {
	width:81px !important;
	height:101px !important;
	left:1173px !important;
	top:681px !important;
}

#item5328 {
	width:81px !important;
	height:101px !important;
	left:1261px !important;
	top:681px !important;
}

#item5375 {
	width:502px !important;
	height:95px !important;
	left:135px !important;
	top:292px !important;
}

#item5377 {
	width:502px !important;
	height:109px !important;
	left:135px !important;
	top:453px !important;
}

#item5379 {
	width:502px !important;
	height:95px !important;
	left:804px !important;
	top:292px !important;
}

#item5381 {
	width:503px !important;
	height:109px !important;
	left:804px !important;
	top:453px !important;
}

#item5314 {
	width:1440px !important;
	height:810px !important;
}

#item5292 {
	width:81px !important;
	height:101px !important;
	left:1085px !important;
	top:681px !important;
}

#item5299 {
	width:81px !important;
	height:101px !important;
	left:1173px !important;
	top:681px !important;
}

#item5308 {
	width:81px !important;
	height:101px !important;
	left:1261px !important;
	top:681px !important;
}

#item5287 {
	width:1440px !important;
	height:810px !important;
}

#item5264 {
	width:81px !important;
	height:101px !important;
	left:1085px !important;
	top:681px !important;
}

#item5271 {
	width:81px !important;
	height:101px !important;
	left:1173px !important;
	top:681px !important;
}

#item5279 {
	width:81px !important;
	height:101px !important;
	left:1261px !important;
	top:681px !important;
}

#item5262 {
	width:1440px !important;
	height:810px !important;
}

#item5244 {
	width:81px !important;
	height:101px !important;
	left:1085px !important;
	top:681px !important;
}

#item5250 {
	width:81px !important;
	height:101px !important;
	left:1173px !important;
	top:681px !important;
}

#item5256 {
	width:81px !important;
	height:101px !important;
	left:1261px !important;
	top:681px !important;
}

#item5215 {
	width:1440px !important;
	height:810px !important;
}

#item5217 {
	width:81px !important;
	height:101px !important;
	left:1085px !important;
	top:681px !important;
}

#item5219 {
	width:81px !important;
	height:101px !important;
	left:1173px !important;
	top:681px !important;
}

#item5221 {
	width:81px !important;
	height:101px !important;
	left:1261px !important;
	top:681px !important;
}

#item5186 {
	width:1440px !important;
	height:810px !important;
}

#item5188 {
	width:331px !important;
	height:91px !important;
	left:135px !important;
	top:505px !important;
}

#item5190 {
	width:331px !important;
	height:91px !important;
	left:480px !important;
	top:505px !important;
}

#item5192 {
	width:223px !important;
	height:64px !important;
	left:658px !important;
	top:699px !important;
}

#item5194 {
	width:223px !important;
	height:62px !important;
	left:910px !important;
	top:700px !important;
}

#item5196 {
	width:249px !important;
	height:72px !important;
	left:1162px !important;
	top:694px !important;
}
#in5footer,  #prefooter {display:none;}
