#page .hotspot {
	width: 68px;
	height: 68px;
	background-position: 0 0;
	background-image: url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/hotspot.png");
	display: block;
	position: absolute;
	z-index: 25;
}

#page .hotspot.active {
	background-position: -68px 0;
}

#page .more-info {
	top: 510px;
	left: 830px;
	position: absolute;
	width: 169px;
	height: 60px;
	background-image:url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/more-info.png");
	z-index: 80;
}

#page .tab {
	width: 417px;
	height: 68px;
	background-image:url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/tab.png");
	position: absolute;
	bottom: 5px;
	left: 304px;
	z-index: 97;
}

#page #scene3 .glitch {
	display: block;
	left: 315px;
	top: 6px;
	position: absolute;	
	display: none;
	z-index: 2;
}

#page #scene2 .glitch {
	display: block;
	left: 301px;
	top: 40px;
	position: absolute;	
	display: none;
	z-index: 2;
}

#page .tab .next {
	display: block;
	position: absolute;
	top: 17px;
	left: 294px;
	width: 45px;
	height: 45px;
	background-image: url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/next.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#page .tab .prev {
	background-image: url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/prev.png);
	display: block;
	position: absolute;
	top: 17px;
	left: 72px;
	width: 45px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
}

#page .tab.small {
    background-image: url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/tab_small.png);
    bottom: 5px;
    height: 69px;
    left: 350px;
    position: absolute;
    width: 322px;
}

#page .tab.small .next,
#page .tab.small .prev {
	display: none;	
}

#page .tab .next.disabled,
#page .tab .prev.disabled {
	opacity: 0.4;
}

#page .border {
	background-image: url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/border.jpg");
	height: 5px;
}

#page .loader {
	background-image: url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/loader-bg.png);
	position: absolute;
	width: 208px;
	height: 39px;
	top: 465px;
	left: 404px;	
	/* display: none; */
	z-index: 99;
}

#page .loader-range {
	width: 188px;
	height: 20px;	
	position: absolute;
	top: 7px;
	left: 9px;
}
#page .loader-mask {
	width: 0;
	background-image:url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/loader-dots.png);	
	height: 20px;
}

#bottomShadow {
	bottom: 5px !important;	
}

/**
 * Charbox
 */
#page .char {
	position: absolute;
	display: block;	
}

/**
 * Infobox
 */
#page .infobox {
	position: absolute;	
	display: none;
	z-index: 125;
}

#page .infobox .copy {
	color: #2d4a43;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Small */
#page .infobox.small {
	width: 376px;
	height: 186px;
	background-image: url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/infobox-small-bg.png");	
}

#page .infobox.small .title {
	padding-top: 20px;	
}

#page .infobox.small .title img {
	margin: 0 auto;
	display: block;	
}

#page .infobox.small .copy {
	font-size: 16px;
	padding: 10px 22px 0 22px;
	line-height: 1.2em;
}

/* Medium */
#page .infobox.medium {
	width: 376px;
	height: 186px;
	background-image: url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/infobox-small-bg.png");	
}

#page .infobox.medium .title {
	padding-top: 20px;	
}

#page .infobox.medium .title img {
	margin: 0 auto;
	display: block;	
}

#page .infobox.medium .copy {
	font-size: 16px;
	line-height: 1.2em;
	padding: 0 0 0 22px;
	margin-top: 8px;
	width: 268px;
	overflow: hidden;
	position: absolute;
}

#page .infobox.medium .copy .inner {
	position: absolute;
}

#page .infobox.medium .page-up {
	width: 48px;
	height: 47px;
	position: absolute;
	display: block;
	background-image:url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/page-up.png");
	background-repeat: no-repeat;
	top: 55px;
	left: 302px;
}

#page .infobox.medium .page-down {
	width: 48px;
	height: 47px;
	position: absolute;
	display: block;
	background-image:url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/page-down.png");
		background-repeat: no-repeat;
	top: 118px;
	left: 302px;
}

/* Large */
#page .infobox.large {
	width: 460px;
	height: 277px;
	background-image: url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/sugar-rush/infobox-large-bg.png");	
}

#page .infobox.large .copy {
	font-size: 12px;
	padding: 5px 20px 0 20px;
	line-height: 1.2em;
}

#page .infobox.large .title {
	padding: 15px 0 0 14px;	
}

#page .infobox.large .title img {
	box-shadow: 1px 1px 2px #2e4c46;
	margin: 0 auto;
}