#overlay {
	background-image: url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/common/overlay-window.png");
	height: 545px;
	left: 205px;
	top: 19px;
	width: 800px;
}

#overlay #products {
	padding: 9px;
}

#overlay .close {
	background-image: url("http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/common/close.png");
	display: block;
	height: 49px;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 49px;
	z-index: 102;
}

#overlay .inside {
	margin: 10px;
	position: relative;
}

#overlay .header {
	display: block;
	margin: 22px auto 0 auto;
}

#products-content {
	color: #FFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}

#products-image {
	display: block;
	position: absolute;
	top: 125px;
	left: 170px;
}

#products-copy {
	display: block;
	position: absolute;
	top: 125px;
	left: 425px;
	width: 310px;
}

#products-copy .indent {
	margin-left: 1em;
}

#products-copy  ul {
	margin-left: 2em;
	list-style-type: disc;
}

#products-coming-soon {
	position: absolute;
	top: 210px;
	left: 253px;
	display: block;
}

#retailers-legal {
	position: absolute;
	top: 474px;
	left: 0px;
	width: 760px;
	text-align: center;
	color: #a7a7a7;
	font-size: 12px;
}

/**
 * Scroll
 */
#products-copy.scroll {
	width: 275px;
	height: 360px;
	overflow: hidden;
}

#products-copy-inner {
	position: absolute;
	top: 0;
}

#products .scroll-up {
	background-image: url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/products/dvd/scroll-up.png);
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 28px;
	top: 125px;
	right: 20px;
	position: absolute;
}

#products .scroll-down {
	background-image: url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/products/dvd/scroll-down.png);
	background-repeat: no-repeat;
	display: block;
	width: 30px;
	height: 28px;
	top: 457px;
	right: 20px;
	position: absolute;
}

/**
 * Retailer
 */
#products-retailers {
	top: 125px;
	left: 220px;
	width: 316px;
	height: 316px;
	overflow: hidden;
	position: absolute;
}

#products-retailers ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#products-retailers ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 316px;
	height: 316px;
}

#products-retailers ul img,
#products-retailers ul a {
	display: block;
	width: 156px;
	height: 156px;
}

#products-retailers ul a:nth-child(1) {
	float: left;
	margin-bottom: 4px;
}

#products-retailers ul a:nth-child(2) {
	float: right;
	margin-bottom: 4px;
}

#products-retailers ul a:nth-child(3) {
	float: left;
}

#products-retailers ul a:nth-child(4) {
	float: right;
}

#products-content .previous {
	display: block;
	position: absolute;
	top: 268px;
	left: 175px;
	width: 28px;
	height: 30px;
	background-image:url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/products/dvd/arrow-left.png);
	opacity: 0.5;
}

#products-content .next {
	display: block;
	position: absolute;
	top: 268px;
	right: 180px;
	width: 28px;
	height: 30px;
	background-image:url(http://cdn.dolimg.com/franchise/wreck-it-ralph/tablet/products/dvd/arrow-right.png);
}

/**
 * Tabs
 */
#products-tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 77px;
	left: 225px;
}

#products-tabs li {
	margin: 0 6px 0 0;
	padding: 0;
	float: left;
}

#products-tabs img {
	display: block;
}

#products-tabs .active {
	display: none;
}

/**
 * Sub
 */
#products-sub {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 138px;
	left: 19px;
}

#products-sub li {
	margin: 14px 0 0 0;
	padding: 0;
}

#products-sub img {
	display: block;
}

#products-sub .active {
	display: none;
}
