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

#flowers{
	float: left;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
}

#flowers a img {
	border:none;
	text-decoration: none;
}
#flowers a:hover img {
	border:none;
	text-decoration: none;
	background-color: #FFF;
}