/* plg_Hlandauer_showcase view css */
.detail a.icon_nav {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	width: 20px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 2px;
}
#detail_left {
	background-image: url(../image/icon_prev.svg);
}
#detail_right {
	background-image: url(../image/icon_next.svg);
}
#detail_left:hover {
	left: -2px;
}
#detail_right:hover {
	left: 2px;
}