@charset "utf-8";
#collection {
	position: absolute;
	top: 20px;
	left: 450px;
	width: 650px;
	height: 558px;
}
#collection.col2 {
	top: 10px;
	left: 575px;
	width: 400px;
	height: 600px;
}
#enlarge1, #enlarge2, #enlarge3 {
	position: absolute;
	cursor: pointer;
}
#enlarge1, #enlarge2 {
	top: 25px;	
}
#enlarge2, #enlarge3 {
	right: 25px;	
}
#enlarge1 {
	left: 25px;	
}
#enlarge3 {
	top: 340px;	
}
#next, #previous {
	position: absolute;
	top: 300px;
}
#next {
	right: -75px;
}
#previous {
	left: -75px;
}
#share {
	width: 620px;
	padding: 15px;
	background-color: white;
	text-align: center;
	position: absolute;
	top: 585px;
	left: 450px;
}
#share a {
	color: #615c54;
}
#share.col2 {
	top: 620px;	
}
