.item {
	position: relative;
	float: left;
	cursor: pointer;
	background-repeat: no-repeat;
	width: 136px;
	height: 90px;
	margin-top: 8px;
	margin-right: 10px;
	z-index: 10;
	background-color:#b5b5b5;
}

.item.first {
	margin-left: 12px;
}

html * > .item.first {
	margin-left: 25px;
}

.item.last {
	margin-right: 25px;
}

html * > div.item div.desc-bg {
	width: auto;
}
		
a#left, a#right {
	position: absolute;
	display: block;
	width: 25px;
	height: 100%;
	top: 0;
	z-index: 50;
	-moz-outline: none;
}

a#left span, a#right span {
	display: none;
}

#clip span a {
	text-decoration:none;
	color:#fff;
}
