.header {
	z-index: 3;
}
#main {
	/*overflow: hidden;*/
}
#cart {
	width: 159px;
	background: #0e0e0e;
	height: 330px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#items {
	position: absolute;
	width: 469px;
	overflow: hidden;
	height: 378px;
}

#scroller {
	position: absolute;
	left: 0px;
	width: 1000px;
}
#scroll-left, #scroll-right {
	position: absolute;
	bottom: 0px;
	width: 15px;
	height: 89px;
	cursor: pointer;
}
#scroll-left {
	left: 0px;
}
#scroll-right {
	right: 0px;
}

#cart_items {
	height: 240px;
	overflow: auto;
	position: relative;
	color: #fff;
	text-align: center;
}

#cart_items p {
	margin: 0;
	padding: 0;
	line-height: 27px;
	display: block;
	height: 27px;
	color: #fff;
	padding-left: 10px;
	white-space: nowrap;
	text-align: left;
}

#cart_items .name {
	position: relative;
}
#cart_items .name img {
	position: absolute;
	right: 6px;
	top: 5px;
	cursor: pointer;
	width: 17px;
	height: 17px;
}
#cart_items .consignment {
	background: url(/images/gallery/item-name-bottom.gif) repeat-x bottom;
	text-align: left;
}

.cart-header {
	background: #4d691c;
	text-align: center;
	line-height: 22px;
	margin: 10px 0;
	color: #fff;
}

.item-details {
	display: none;
	position: absolute;
	width: 469px;
	height: 377px;
	text-align: right;
	top: 1;
	left: 0;
	color: white;
	background: no-repeat;
}

.item-details form {
	margin-top: 90px;
	height: 285px;
	margin-right: 27px;
	position: relative;
}

.item-details p {
	margin: 10px 0;
}

.item-details .actions {
	position: absolute;
	bottom: 12px;
	right: 0px;
	padding: 0;
	margin: 0;
}

.item-details .actions .slash {
	width: 6px;
	height: 11px;
}
.enlarged-photo {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.item {
	cursor: pointer;
	float: left;
	width: 154px;
	height: 378px;
}
.item-details-text {
	margin-left: 100px;
}
