

#parent {
	width: 300px;
	margin:0 auto 15px;
}

#mainImg1,
#mainImg2 {
	margin: 0 9px 0 0;
}

#mainImg3 {
	margin: 0 0 0 0;
}

.imgBox a {
	z-index: 1;
	position: relative;
	cursor: pointer;
}

.imgBox {
	float: left;
	width: 94px;
	height: 195px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-clip: border-box;
	-webkit-transition: background 0.2s ease-out, opacity 0.3s ease-out;
	   -moz-transition: background 0.2s ease-out, opacity 0.3s ease-out;
	        transition: background 0.2s ease-out, opacity 0.3s ease-out;
}

#mainImg2{
	
}
#mainImg2 .button{

}
#mainImg3{
	
}
#mainImg3 .button{
	
}

.button {
	line-height: 0;
	font-size: 0;
	background-color: rgba(255,255,255,1);
	-webkit-transition: background-color 0.2s ease-out;
	   -moz-transition: background-color 0.2s ease-out;
	        transition: background-color 0.2s ease-out;
	
}

.imgBox:hover {
	background-position: 280px 455px;
}

.imgBox:hover .button {
	background-color: rgba(255,255,255,0);
}

#parent {
	-webkit-transition: opacity 0.3s ease-out;
	   -moz-transition: opacity 0.3s ease-out;
	        transition: opacity 0.3s ease-out;
}

#parent:hover > section {
	opacity: 0.5;
}

#parent:hover > .imgBox:hover {
	opacity: 1;
}

.complete {
	width: 300px;
	height: 400px;
	position: absolute;
	top: 190px;
	left: 0;
	z-index: 2;
	opacity: 0;
}

.intro {
	position: absolute;
	top: 200px;
	z-index: 0;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 100px auto 0;
}

.intro img {
	display: block;
	margin: 0 auto;
}

.window {
	height:195px;
	margin: 0 0 7px 0;
	overflow: hidden;
	position: relative;
}

.imageReel {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
}

.imageReel li {
	width: 300px;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}

#parent{
	height:195px;
}
.imgBox .button{
	height:33px;
}