.ch-item {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-1 {
	background-image: url(images/home_1.jpg);
}
.ch-img1 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-img1 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item2 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-2 {
	background-image: url(images/remove_1.jpg);
}
.ch-img2 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item2:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item2:hover .ch-img2 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item3 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-3 {
	background-image: url(images/replace_1.jpg);
}
.ch-img3 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item3:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item3:hover .ch-img3 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item4 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-4 {
	background-image: url(images/desaturating_1.jpg);
}
.ch-img4 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item4:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item4:hover .ch-img4 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item5 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-5 {
	background-image: url(images/shifting_1.jpg);
}
.ch-img5 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item5:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item5:hover .ch-img5 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item6 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-6 {
	background-image: url(images/correcting_1.jpg);
}
.ch-img6 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item6:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item6:hover .ch-img6 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item7 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-7 {
	background-image: url(images/altering_1.jpg);
}
.ch-img7 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item7:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item7:hover .ch-img7 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item8 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-8 {
	background-image: url(images/puppet_1.jpg);
}
.ch-img8 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item8:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item8:hover .ch-img8 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item9 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-9 {
	background-image: url(images/hdrmerge_1.jpg);
}
.ch-img9 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item9:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item9:hover .ch-img9 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item10 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-10 {
	background-image: url(images/toning_1.jpg);
}
.ch-img10 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item10:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item10:hover .ch-img10 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item11 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-11 {
	background-image: url(images/cylinderpanorama_1.jpg);
}
.ch-img11 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item11:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item11:hover .ch-img11 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item12 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-12 {
	background-image: url(images/cylinderpanorama_2.jpg);
}
.ch-img12 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item12:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item12:hover .ch-img12 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item13 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-13 {
	background-image: url(images/sphericalpanorama_1.jpg);
}
.ch-img13 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item13:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item13:hover .ch-img13 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
.ch-item14 {
	width: 202px;
	height: 202px;
	position: relative;
	cursor: default;
	box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img-14 {
	background-image: url(images/sphericalpanorama_2.jpg);
}
.ch-img14 {
	position: relative;
	width: 202px;
	height: 202px;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

}
.ch-item14:hover {
	box-shadow: inset 0px 0px 0px 110px rgba(0,0,0,1),inset 0 0 0 14px rgba(0,0,0,1),0 1px 2px rgba(0,0,0,0.1);
}
.ch-item14:hover .ch-img14 {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
}
