.cGallery{
	float: left;
	width: 320px;
	height: 302px;
	margin: 0;
	padding: 0;
}

.mainPic{
	float:left;
	width: 320px;
	margin: 0 0 20px 0;
	padding: 0;
}

.thmbs{
	width: 320px;
	height: 50px;
	margin: 0;
	padding: 0;
	float: left;
}

.thmb-list{
	list-style: none;
	width: 320px;
	height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.thmb-list li{
	width: 62px;
	height: 40px;
	float: left;
	margin-right:2px;
	border: 0;
	outline: 0;
}


.thmb-list li a img{
	width: 62px;
	height: 40px;
	padding: 1px;
	border: none;
	border-bottom: 2px solid #ccc;
}

.blueBorder{
	/*border-bottom: 2px solid blue !important;*/
}

a, img{
	outline: 0;
	outline: none;
	border: 0;
}
.notInGalleryImage{
    margin-top:3px;
}

.ad-gallery li{
	top : 0 !important;
	left : 0 !important;
}
.ad-gallery img{
	max-width : 320px;
}


