.ilc-thumb-img {
	background: #E6DAC4;
	border:1px solid #D8C8B1;
	cursor: pointer;	
	
	/*uncomment the next property if you want to display thumbnails in a row*/
	/*float: left;*/
	
	/*thumbnail height*/
	height: 130px;
	margin: 10px 14px 10px 0;
	padding: 6px;
	position: relative;
	
	/*thumbnail width*/
	width: 230px;
}

.ilc-thumb-inner {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ilctb {
	/*class assigned to the image through the TinyMCE*/
}

.ilc-thumb-img img {
	border:0;
}

.ilc-thumb-zoom {
	/*magnifier glass icon*/
	background:url(mg.png) no-repeat top right;
	bottom:6px;
	height:25px;
	position:absolute;
	right:6px;
	width:230px;
}