@charset "UTF-8";
/* CSS Document */

#col1 {
	display:block;
	width:250px;
	height:194px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/lashes-asian.jpg) no-repeat 0 0;
}

#col1:hover {
	background-position: 0 -194px;
}

#col1 span {
	display:none;
}

#col2 {
	display:block;
	width:250px;
	height:198px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/lashes2.jpg) no-repeat 0 0;
}

#col2:hover {
	background-position: 0 -198px;
}

#col2 span {
	display:none;
}

