.swatch{overflow:hidden; padding:0 0 20px 0;clear: both;}
.swatch input{border:0; padding:5px; width:65px; height:20px; cursor:pointer; text-indent:-999999px; float:left; margin: 0 5px 5px 0;}

.swatch input.activecolor {
    border: 1px dashed #333;
    height: 18px;
	width:63px;
}

.swatch a {
    display: block;
    float: left;
    height: 60px;
    margin: 0 5px 5px 0;
    overflow: hidden;
    white-space: nowrap;
    width: 60px;
	cursor:pointer;
	position:relative;
}

.swatch a.activecolor {
    border: 1px dashed #333;
    height: 60px;
	width:60px;
}

.swatch a span{
	display:none;
}

.swatch a:hover span,
.swatch a:active span,
.swatch a.activecolor span{
	background: #fff;
    color: #333;
    display: block;
    font-size: 11px;
    height: 22px;
    left: 50%;
    padding: 4px;
    position: absolute;
    text-align: center;
    top: 50%;
	margin:-11px 0 0 -30px;
	opacity:0.9;
	width: 60px;
}

#pop-up-inner ul li ul li.activeimg img{
	border: 1px dashed #333;
}