/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:20px;
	height:43px;
	float:left;
	margin:85px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ margin-left: 40px; background: url(../images/system/sidlshow-right.png) no-repeat top left;}
a.right:hover 		{ background: url(../images/system/sidlshow-right.png) no-repeat top left; }
a.right:active 	{ background: url(../images/system/sidlshow-right.png) no-repeat top left; } 


/* left */
a.left				{ background:url(../images/system/slideshow-left.png) no-repeat top left; } 
a.left:hover  		{ background:url(../images/system/slideshow-left.png) no-repeat top left; }
a.left:active  	{ background:url(../images/system/slideshow-left.png) no-repeat top left; }

/* 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;		
} 	

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:545px;
	height: 200px;
}

/*
	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;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	border:1px solid #f79934;
	cursor:pointer;
	width: 228px;
	height: 170px;
}

/* active item */
/*.scrollable .active {
	border:2px solid #f79934;
	z-index:9999;
	position:relative;
}*/


div#slideshow{
	float: right;
	margin: 0 85px 0 0;
}

div#item {
	/*width: 148px;
	height: 120px;*/
	float: left; 
	/*margin:0 24px 0 8px; */
	margin:0 10px
}

div#item p.price{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ee820f;
	padding: 0 0 0 20px;
}

div#item p.name{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style:italic;
	font-weight: bold;
	color: #666666;
	padding: 0 0 0 20px;
}

/*div#slideshow-buttom{
	float: left;
	height: 16px;
	background: #ee820f url(../images/system/slideshow-buttom-left.jpg) no-repeat center left;
	padding: 0 0 2px 0;
	margin: 0 10px;
}*/

div#slideshow-change{
	margin: 0 0 0 420px;
	padding: 30px 0 0 0;
}

div#slideshow-buttom p{
	float: left;
}

div#slideshow-buttom p a{
	color: #F48F27;
	text-decoration:none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px 15px;
	font-weight: bold;
	line-height: 1;
	height: 15px;
}

div#slideshow-buttom p a:hover{
	height: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-top: 0;
	border-left: 0;
	position: relative;
	cursor: pointer;
	background-color: #F48F27;
	color: #ffffff;
}
