.order,
#soc-twitter,
#soc-facebook {
	position: absolute;
}

.order {
	width: 202px;
	background: url(../img/btn_order_here.png);
}

#order-top {
	left: 580px;
	top: 335px;
}

#soc-twitter,
#soc-facebook {
	top: 755px;
}

#soc-twitter {
	left: 580px;
	background: url(../img/twitter_button_top.png);
}

#soc-facebook {
	left: 655px;
	background: url(../img/facebook_button_top.png);
}

#carousel-content,
#carousel-select {
	float: left;
}

#carousel-content {
	margin: 0 15px 0 100px;
	width: 640px;
	height: 480px;
}

#carousel-content > img {
	position: absolute;
	opacity: 0;
	transition: opacity ease-out 0.2s;
}

#carousel-content > .current {
	opacity: 1;
}

#carousel-select > div {
	cursor: pointer;
	margin-bottom: 13px;
}

#carousel-select > .current {
	width: 106px;
	height: 106px;
	border: 2px solid #7f7f7f;
}

#carousel-select > .current > img {
	position: relative;
	top: -2px;
	right: 2px;
	z-index: -1;
}

#order-bottom {
	left: 348px;
	top: 175px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
	.order {
		background: url(../img/btn_order_here_2x.png) 0 0 / 202px 76px;
	}

	#soc-twitter {
		background: url(../img/twitter_button_top_2x.png) 0 0 / 50px 100px;
	}

	#soc-facebook {
		background: url(../img/facebook_button_top_2x.png) 0 0 / 50px 100px;
	}
}
