[class^="sprite-"] { background-image: url(sprite-ld.png); background-repeat: no-repeat; }

.sprite-arrows { width: 16px; height: 14px; background-position: -261px -41px; }
.sprite-clock-arr { width: 18px; height: 20px; background-position: -27px -41px; }
.sprite-close { width: 25px; height: 26px; background-position: 0px -41px; }
.sprite-ico-star { width: 16px; height: 16px; background-position: -226px -41px; }
.sprite-logo-medium { width: 133px; height: 19px; background-position: -91px -41px; }
.sprite-logo { width: 225px; height: 33px; background-position: -82px 0px; }
.sprite-search-gold { width: 20px; height: 20px; background-position: -47px -41px; }
.sprite-search-medium { width: 15px; height: 15px; background-position: -244px -41px; }
.sprite-search { width: 20px; height: 20px; background-position: -69px -41px; }
.sprite-slider-next { width: 39px; height: 39px; background-position: -41px 0px; }
.sprite-slider-prev { width: 39px; height: 39px; background-position: 0px 0px; }

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx)  
{
	[class^="sprite-"] { background-image: url(sprite-hd.png); background-size: 307px 67px; }
}
