.icon-sprite,
.btn-remove2 {
	background-image: url(../images/icon_sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

@media(-webkit-min-device-pixel-ratio: 2), not all, not all, (min-resolution: 192dpi), (min-resolution: 2dppx) {
.icon-sprite, .btn-remove2{
        background-image: url(../images/icon_sprite@2x.png);
        background-size: 14px 20px;
    }
}


/* -------------------------------------------- *
 * Button - Remove / Previous
 */

.btn-remove,
.btn-previous {
	display: inline-block;
	width: 14px;
	height: 20px;
	border: 1px solid #ededed;
	text-align: center; /* Hide text */
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	position: relative;
}

.btn-remove:hover,
.btn-previous:hover {
	background-color: #999;
	border-color: #999;
}

.btn-remove:after {
	content: "X";
	color: #999;
	height: 20px;
	line-height: 20px;
	width: 100%;
	font-size: 10px;
	font-family: Arial, "Roboto", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-weight: bold;
}

.btn-remove:hover:after {
	color: #fff;
	text-decoration: none;
}

.btn-remove2 {
	background-position:0 0;
	border: none;
	vertical-align: top;
}

.btn-remove2:after {
	display: none;
}

.btn-remove2:hover {
	background-color: transparent;
	opacity: .8;
	filter: alpha(opacity=80);
}

.btn-previous:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #999;
	border-left: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2px;
	margin-top: -4px;
}

.btn-previous:hover:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #fff;
	border-left: none;
}
