.shift_container { 
	position:relative; 	
    width:334px;	
	padding-bottom:1em; 
	}


.shift {
    height: 320px;
    width: 300px;   /* 3px .item width !!! Important ! */
    overflow: hidden;
    position: relative;
    float: left; }

.item {
    width: 300px;
    height: 320px;
    overflow: hidden;
    position: relative;
    line-height: 17px;
	color: #000;
	font-size: 12px;
    /* total item width: 300: 300+2*0 padding + 2* 0px border !!! Important !! */ }

/*
.editmode .shift,
.editmode .item { height:460px; }
*/ /*when the page is being edited, the item heigh is increased to allow for padding on editable fields*/

.item img {
    width: 298px;
	height:233px;
    border: 1px solid #ccc;
 	display:block; }

.item address { font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; padding-top: 12px; }
.item span.details { display: block; padding-top: 2px; }
.item span.price { display: block; }
.item span.brokerage { display: block; }

.item a {
	text-decoration:none;
	display:block;
}

.prev {
    width: 27px;
    height: 35px;
    float: left;
    margin: 87px 5px 0 0; 
	cursor:hand;cursor:pointer;
}
.next {
    width: 27px;
    height: 35px;
    float: right;
    margin: 87px 0 0 0;
	position: absolute;
	_position: relative;
	*position: relative;
	right:-30px;
	cursor:hand;cursor:pointer;
	*margin-top: -232px;	
}
.prev { background: transparent url('/static/js/baseshift/prev.gif') no-repeat center center; }
.next { background: transparent url('/static/js/baseshift/next.gif') no-repeat center center; }
.prev: hover, .next: hover {
    cursor: pointer;
    cursor: hand; }
.more { margin-left: 32px; }
