div.slideshow {
	
	float: left;
	padding: 0px;
	margin: 0px;
	height: 154px;
	width: 770px;
}

div.slideshow.title{
	height: 194px;	
}

div.slideshow.vertical{
	width: 160px;
	height: 770px;	
}

div.slideshow.onlythree{
	width: 480px;	
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
div.scrollable { /* required settings */
	position: relative;
	overflow: hidden;
	width: 655px;
	height: 150px;
	float:left;
	/* custom decorations */
	border: 1px solid #ccc;
	background: url(../bg/scrollable/h300.png) repeat-x;
}

div.scrollable.title{
	height: 190px;	
}

div.scrollable.vertical{
	width: 160px;
	height: 655px;
	background: #fafafb;	
}

div.scrollable.onlythree{
	width: 395px;
}


.slideshowprice{
	font-size: 1.2em;
	margin-top: 3px;	
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items { /* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
}

.scrollable.vertical .items{
	width: auto;
	height: 20000em;		
}

.items div {
	float: left;
	/*width: 680px; Comment out to scroll block wise */
}

.scrollable.vertical .items div{
	float:left;
	width: 160px;	
}

/* single scrollable item */
.scrollable .imgbox {
	float: left;
	margin: 20px 12px 0 13px;
	width: 106px;
	height: 150px;
	
}

.scrollable.vertical .imgbox{
	margin: 20px 0 8px 25px;
	height: 100px;	
}


.scrollable .imgbox img{
	border: 1px solid #ccc;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fff;
	padding: 2px;
	height: 100px;
	width: 100px;
}

.scrollable .imgbox span{
	float:left;
	width: 100px;
	height: 2.5em;
	text-align:center;	
}

/* active item */
/*.scrollable .active {
	border: 2px solid #000;
	position: relative;
	cursor: default;
}*/

a.browse {
	background: url("../bg/scrollable/arrow/hori_large.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	/*display: block;*/
	float: left;
	font-size: 1px;
	height: 30px;
	margin: 60px 10px;
	width: 30px;
}

.vertical a.browse{
	background-image: url("../bg/scrollable/arrow/vert_large.png");
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 60px;
	margin-right: 0px;
}

a.browse.title{
	margin-top: 80px;
}

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

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

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

a.left {
	margin-left: 0;
}

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

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

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

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

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

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

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

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

a.disabled {
	visibility: hidden !important;
}

.favorite-items div.slideshow {
	width: 100%;
	height: 184px;
	padding-top: 15px;
}
.favorite-items div.scrollable {
	background: none;
	width: 1025px;
	border: none;
	height: 184px;
}
.favorite-items .scrollable .imgbox {
	border: none;
	margin: 0px 16px;
	width: 140px;
	height: 184px;
	line-height: 184px;
}
.favorite-items .scrollable .imgbox img {
	border: none;
	max-height: 184px;
	max-width: 140px;
	width: auto;
	height: auto;
	background: none;
	vertical-align: middle;
	padding: 0px;
}
.favorite-items a.browse {
	width: 17px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	margin-top: 80px;
}
.favorite-items a.browse.left {
	background: url(../bg/slideshow-arrow-left.png) no-repeat;
}
.favorite-items a.browse.right {
	background: url(../bg/slideshow-arrow-right.png) no-repeat;
}
.favorite-items a.browse.left:hover {
	background: url(../bg/slideshow-arrow-left-hover.png) no-repeat;
}
.favorite-items a.browse.right:hover {
	background: url(../bg/slideshow-arrow-right-hover.png) no-repeat;
}