.nice-gallery-cf:before,
.nice-gallery-cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.nice-gallery-cf:after {
    clear: both;
}

.nice-gallery-cf {
    *zoom: 1;
}

.nice-gallery{
	margin: 0px 0 10px 0;
	padding-top: 10px;	
}

.nice-gallery ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.nice-gallery ul li{
	list-style: none;
	padding: 0px;
	margin: 0px 5px 5px 0;
	height: 56px;
	display: block;
	float: left;
}

.nice-gallery ul li a{
	cursor: pointer;	
}

.nice-gallery ul li img{
	height: 50px;
	border: 1px solid #C7C7C7;
	padding: 2px;
}

.nice-gallery ul li a:hover img{
	border: 1px solid #2c2c2c;	
}

.nice-gallery ul li.nice-gallery-selected img{
	border: 1px solid #2c2c2c;
}

.nice-gallery ul li.nice-gallery-selected a{
	cursor: default;
}