#quotePeople	{
	background: transparent url(../assets/quote1.png) no-repeat;
}

#quoteWorks	{
	background: transparent url(../assets/quote2.png) no-repeat;
}

*html #quotePeople{
	background-color: transparent;
	background-image: url(../assets/quote1_ie.gif);
	background-repeat: no-repeat;
}

*html #quoteWorks{
	background-color: transparent;
	background-image: url(../assets/quote2_ie.gif);
	background-repeat: no-repeat;
}

.quote {
	float:right;
	right:0px;
	position: absolute;
	cursor:pointer;
	width:30px;
	height:180px;
	z-index: 1000;
}

.closed	{ width:30px; }
.open	{ width:250px; }