#imgColumn {
	position: relative;
}

#lotDetail {
	position: absolute;
	left: 150px;
	width: 380px;
	display: block;
	padding: 5px;
	overflow: visible;
	height: 498px;
	background-color: #fff;
}

#scroller {
	position: absolute;
	top: 390px;
	z-index: 99;
	width: 380px;
}

#scroller img {
	width: 50px;
	height: 50px;
}

/*Default CSS for pan containers*/

.pancontainer {
	position: relative;

	/*keep this intact*/
	overflow: hidden;

	/*keep this intact*/
	background-color: #fff;
	width: 380px;
	height: 380px;
	display: block;
	z-index: 101;
	outline: 1px solid #999;
}

#box1 #largeImg {
	position: static;
}

#detailsColumn {
	padding-top: 10px;
	width: 270px;
	display: block;
	float: right;
	margin-left: 0px;
	margin-bottom: 50px;
}

/*scrollable*/

#scrollContainer {
	width: 380px;
	height: 50px;
	display: block;
	position: relative;
	margin: 0px auto 0px auto;
}

.scrollable {
	/* required settings */
	display: block;
	position: relative;
	overflow: hidden;
	width: 298px;
	height: 120px;
}

.scrollable .items {
	/* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}

.items div {
	float: left;
	width: 298px;
}

/* single scrollable item */

.scrollable img {
	float: left;
	margin: 20px 5px 20px 10px;
	padding: 2px;
	border: 1px solid #ccc;
	width: 100px;
	height: 75px;
	cursor: pointer;
}

/* active item */

.scrollable .active {
	border: 1px solid #666;
	position: relative;
	cursor: default;
}

/* this makes it possible to add next button beside scrollable */

.scrollable {
	float: left;
}

/* prev, next, prevPage and nextPage buttons */

a.browse {
	background: url(/img/scrollable/arrow/hori_large.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 30px 10px;
	cursor: default;
	font-size: 1px;
}

/* right */

a.right {
	background-position: 0 -30px;
	clear: right;
	margin-right: 0px;
}

a.right:hover {
	background-position: -30px -30px;
	cursor: pointer;
}

a.right:active {
	background-position: -60px -30px;
}

/* left */

a.left {
	margin-left: 0px;
}

a.left:hover {
	background-position: -30px 0;
	cursor: pointer;
}

a.left:active {
	background-position: -60px 0;
}

/* up and down */

a.up, a.down {
	background: url(/img/scrollable/arrow/vert_large.png) no-repeat;
	float: none;
	margin: 10px 50px;
}

/* up */

a.up:hover {
	background-position: -30px 0;
}

a.up:active {
	background-position: -60px 0;
}

/* down */

a.down {
	background-position: 0 -30px;
}

a.down:hover {
	background-position: -30px -30px;
}

a.down:active {
	background-position: -60px -30px;
}

/* disabled navigational button */

a.disabled {
	visibility: hidden !important;
}

/* zoom box */

#zoomBox {
	width: 158px;
	height: 50px;
	display: block;
	position: relative;
	top: 300px;
	display: none;
	margin: 0px auto 0px auto;
}

#zoomBox img {
	float: left;
	cursor: pointer;
}
