

.chs-container ul {
	list-style: none;
	margin: 0;		
}

.chs-container ul:after {
	content: '';
	clear: both;
	display: block;	
	float: none;	
}

.chs-container ul li {
	float: left;
	margin: 4px;
	border: 1px solid #dfdfdf;			
}

.chs-container ul a,
.chs-container ul li span {
	display: block;
}

.chs-container a {
	
}

.chs-container .chs-separator {
	clear: both;
	display: block;
	float: none;
	border: none;
	margin: 0;
	padding: 0;	
}

.chs-container .chs-misc {
	padding: 6px;	
}

.chs-container .chs-thumb-container {
	position: relative;
}

.chs-container .chs-overlay {
	width: 100%;
	height: 100%;	
	position: absolute;
	top: 0;
	left: 0;
	
	-webkit-transition: all 0.15s ease-in-out; /* Safari */
    transition: all 0.2s ease-in-out;
}

.chs-container li a:hover .chs-overlay {
	background: #292929;
	background: rgba(0,0,0,0.3);	
}


