@charset "utf-8";
/* CSS Document */
#img1{
	src:url(../images/next.png);
}
#img1:hover{
	src:url(../images/next_gray.png);
}
