#collection
{
	background-color: #FFFFFF;
	height: 175px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1000;
}
#collection #wrap
{
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
#collection #wrap ul#wrap-content
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 5000px;
	font-size: 0.86em;
}
#collection #wrap ul#wrap-content li
{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	white-space: nowrap;
	height: 175px;
}
#collection #wrap ul#wrap-content li div {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	display: block;
	width: 100%;
}

#collection .left-arrow
{
	background: url(/_img/collection-arrow.gif) 0px 0 no-repeat;
}
#collection .left-arrow-passive
{
	background: url(/_img/collection-arrow.gif) -85px 0 no-repeat;
}
#collection .left-arrow-none
{
	background: url(/_img/collection-arrow.gif) -340px 0 no-repeat;
	background-color: #ffffff;
}
#collection .right-arrow
{
	background: url(/_img/collection-arrow.gif) -255px 0 no-repeat;
}
#collection .right-arrow-passive
{
	background: url(/_img/collection-arrow.gif) -170px 0 no-repeat;
}
#collection .right-arrow-none
{
	background: url(/_img/collection-arrow.gif) -340px 0 no-repeat;
	background-color: #ffffff;
}
#collection #collection-go-right
{
	height: 165px;
	left: 0;
	position: absolute;
	width: 85px;
	z-index: 1000;
}
#collection #collection-go-left
{
	height: 165px;
	position: absolute;
	right: 0px;
	width: 85px;
	z-index: 1000;
}
