#collections-container {
	margin: 0px 0px 0px 0px;
	width: 900px;
	height: 620px;
	position: relative;
	clip: rect(0px 900px 620px 0px);
	overflow:hidden;
}

#collections-container #scrollLeft {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	cursor: pointer;
}

#collections-container #scrollRight {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 100;
	cursor: pointer;
}

#collections-container #collectionsImages {
	position: absolute;
	top: 0px;
	left: 0px;
}

#collections-container #collectionsImages img{
	float: left;
}

#collections-container #collectionsText {
	position: absolute;
	top: 590px;
	left: 0px;
}

#collections-container #collectionsText .text {
	width: 300px;
	height: 30px;
	float: left;
	color: black;
	font-size: 10px;
	line-height: 28px;
	letter-spacing: 1px;
	text-align: center;
	
}