#scrolldiv {
	border:0px solid #ccc;
	/*width: 165px;*/	width:100%;
	/*height:250px;
	padding-top:10px;*/	overflow: hidden;
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 163px;
	height:250px;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	/*width:163px;*/
}

/* single scrollable item */
.scrollable {
	float:left;
	margin:0;
	padding:0px;
	width:163px;
	height:200px;
	text-align:center;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	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(../images/design/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:5px 10px;
	cursor:pointer;
	font-size:1px;
	/*z-index:10000;*/
	position: absolute; /* used for hovering the nav icon over the images. Comment out for showing below them */
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px; margin-left:280px;margin-top:50px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; margin-top:50px;} 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../images/design/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;		
} 	
.scrollable2 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 163px;
	height:250px;
}
.scrollable2 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
.scrollable2 {
	float:left;
	margin:0;
	padding:0px;
	width:163px;
	height:200px;
	text-align:center;
}

/* active item */
.scrollable2 .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
/* this makes it possible to add next button beside scrollable */
.scrollable2 {
	float:left;	
}
.scrollable3 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 163px;
	height:250px;
}
.scrollable3 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
.scrollable3 {
	float:left;
	margin:0;
	padding:0px;
	width:163px;
	height:200px;
	text-align:center;
}

/* active item */
.scrollable3 .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}
/* this makes it possible to add next button beside scrollable */
.scrollable3 {
	float:left;	
}.scrollableAddImages {	/* required settings */	position:relative;	overflow:hidden;	width: 163px;	height:250px;}.scrollableAddImages .items {	/* this cannot be too large */	width:20000em;	position:absolute;	clear:both;}/* single scrollable item */.scrollableAddImages {	float:left;	margin:0;	padding:0px;	width:163px;	height:200px;	text-align:center;}/* active item */.scrollableAddImages .active {	border:2px solid #000;	position:relative;	cursor:default;}/* this makes it possible to add next button beside scrollable */.scrollableAddImages {	float:left;	}

.carouselPrice{
font-size:14px;
font-weight:bold;
margin:8px 0px}

#carouselButtons{
position:relative;top:0px;margin-left:75px;}