#content {
	width:700px;
	background:#f9a5c9 url(../images/backgrounds/styles.gif) top repeat-x;
}
#content ul {
	z-index:120;
	position:relative;
	margin:20px 0px 0px 20px;
}
#content ul li {
	list-style:none;
	float:left;
	padding:5px;
	h:expression(onmouseover=new Function("this.style.background='#b44d79';"),
					onmouseout=new Function("this.style.background='transparent';"));
}
#content ul li.product:hover {
	background:#b44d79;
}
#content ul li img {
	z-index:110;
	display:block;
	width:122px;
	height:122px;
	background:#ffffff;
}
#content img.floral {
	z-index:100;
	position:relative;
	margin:-80px 0px 0px 0px;
}
#content img.styles {
	position:absolute;
	bottom:50px;
	left:50%;
	width:300px;
	margin:0px 0px 0px -150px;
}