@import url("jquery.fancybox.css");



div.galfront{
	position: relative;
	margin: 0 auto;
	/*border:0px dashed red; */
	width: 200;
/*	height:  900px; */
}


 

div.galfront:after{
		content: "";
    display: block;
    clear: both;
}




div.thumb {
    margin: 5px;
    border: 2px solid #ccc;
/*    float: left; */
    width: 200px;
	height: 150px;
	 
}

div.thumb:hover {
    border: 2px solid #777;
}

div.thumb img {
    width: 100%;
    height: 100%;
}

div.desc {
    padding: 15px;
    text-align: center;
}




.responsive {
    padding: 1px 14px 1px 0px;
    float: left;
    width: 200px;
	height: auto;
}

.nnresponsive {
    padding: 1px 14px 1px 0px;
    float: left;
    width: 200px;
	height: auto;
	 
}

.clearfix:after {
	content: "";
    display: block;
    clear: both;
}



.fancybox-slide.watermark .fancybox-spaceball {
  background-image: url('http://fancyapps.com/GJbkSPU.png');
  background-size: cover;
  background-repeat: repeat;
}
