#fancybox-thumbs ul li{
    margin: 0 10px;
    position: relative;
}
#fancybox-thumbs ul li.active{
	border: none;
	opacity: 1;
}
#fancybox-thumbs ul li.active:before{
	content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
	background: url('../../images/common/album/title_ic.png') 50% 50%  rgba(0,0,0,0.50) no-repeat;
	width: 100%;
	height: 100%;
	z-index: 99;
}
#fancybox-thumbs ul li a{
	border: none;
}
#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 1;
}