/* ------------------------------------------------------------- */
.urlImg1{
		width: auto;
		height:392px;
		display:block;
		background-image: url('../images/kitchen/lshape.jpg');
		background-size: contain;
		background-repeat:no-repeat;
	}
	

.urlImg1:hover {
		background-image:url('../images/kitchen/lshape-h.jpg');
}
/* ------------------------------------------------------------- */
.urlImg2{
		width: auto;
		height:392px;
		display:block;
		background-image: url('../images/kitchen/ushape.jpg');
		background-size: contain;
		background-repeat:no-repeat;
	}
	

.urlImg2:hover {
		background-image: url('../images/kitchen/ushape-h.jpg');
}
/* ------------------------------------------------------------- */
.urlImg3{
		width: auto;
		height:392px;
		display:block;
		background-image: url('../images/kitchen/ptype.jpg');
		background-size: contain;
		background-repeat:no-repeat;
	}
	
	
.urlImg3:hover {
		background-image:url('../images/kitchen/parallel-h.jpg');
}
/* ------------------------------------------------------------- */
.urlImg4{
		width: auto;
		height:392px;
		display:block;
		background-image: url('../images/kitchen/stype.jpg');
		background-size: contain;
		background-repeat:no-repeat;
	}
	

.urlImg4:hover {
		background-image: url('../images/kitchen/straight-h.jpg');
}
/* ------------------------------------------------------------- */
.urlImg5{
		width: auto;
		height:392px;
		display:block;
		background-image: url('../images/kitchen/island.jpg');
		background-size: contain;
		background-repeat:no-repeat;
	}
	

.urlImg5:hover {
		background-image: url('../images/kitchen/island-h.jpg');
}
/* ------------------------------------------------------------- */
.urlImg6{
		width: auto;
		height:392px;
		display:block;
		background-image: url('../images/kitchen/petype.jpg');
		background-size: contain;
		background-repeat:no-repeat;
	}
	

.urlImg6:hover {
		background-image: url('../images/kitchen/pennisula-h.jpg');
}
