/* outmost wrapper element, containing all elements  */
#scrollable {		
	padding:2px;
	width:280px;
	height:120px;
	margin:10px 0 0 1px;
	-moz-border-radius:7px;
}

/* container for the scrollable items */
div.items {
	height:120px;	
	margin-left:0px;
	float:left;
	width:280px !important;
}

/* single item 
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:88px;
	height:66px;
	background:url(/img/playlist/entry.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
*/

/* single item 
div.items a {
	display:block;
	float:left;
	margin-right:8px;
	width:65px;
	height:150px;	
	line-height:150px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

.items .upsell {
	display:block;
	float:left;
	margin-right:8px;
	width:65px;
	height:150px;	
	line-height:150px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
*/
/*div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}
*/
.upsellarrows {margin:5px 0 0 0;}
.upsellarrows a.prev {float:left;background: transparent url('../images/btngreen_r.gif') no-repeat scroll top right;color: #fff;display: block;font: bold 10px arial, sans-serif;height: 23px;margin-right: 6px;padding-right: 13px; /* sliding doors padding */text-decoration: none;margin-left:1px;}
.upsellarrows a.prev span {background: transparent url('../images/btngreen_l.gif') no-repeat;display: block;line-height: 17px;padding: 2px 0 4px 12px;}
.upsellarrows a.prev:hover {background-position: bottom right;color: #f1f1f1;outline: none; /* hide dotted outline in Firefox */}
.upsellarrows a.prev:hover span {background-position: bottom left;padding: 2px 0 4px 12px; /* push text down 1px */} 

.upsellarrows a.next {float:right;background: transparent url('http://images.serenataflowers.com/btngreen_r.gif') no-repeat scroll top right;color: #fff;display: block;font: bold 10px arial, sans-serif;height: 23px;margin-right: 6px;padding-right: 13px; /* sliding doors padding */text-decoration: none;margin-left:1px;}
.upsellarrows a.next span {background: transparent url('http://images.serenataflowers.com/btngreen_l.gif') no-repeat;display: block;line-height: 17px;padding: 2px 0 4px 12px;}
.upsellarrows a.next:hover {background-position: bottom right;color: #f1f1f1;outline: none; /* hide dotted outline in Firefox */}
.upsellarrows a.next:hover span {background-position: bottom left;padding: 2px 0 4px 12px; /* push text down 1px */} 
.upsellarrows {width:290px;float:left;height:30px;margin:0;}
/* next / prev buttons 
a.prev {
	background:url(/img/playlist/arrow/left.png) no-repeat 0 0;
	display:block;	
	float:left;	
	margin:22px 0 0 0;
	cursor:pointer;
}

a.prev {
	background:url(/img/playlist/arrow/left.png) no-repeat 0 0;
	display:block;	
	float:left;	
	margin:22px 0 0 0;
	cursor:pointer;
}
*/
a:link.btn, a:visited.btn, a:active.btn {float:left;background: transparent url('../images/btngreen_r.gif') no-repeat scroll top right;color: #fff;display: block;font: bold 10px arial, sans-serif;height: 23px;margin-right: 6px;padding-right: 13px; /* sliding doors padding */text-decoration: none;margin-left:1px;}
	a.btn span {background: transparent url('../images/btngreen_l.gif') no-repeat;display: block;line-height: 17px;padding: 2px 0 4px 12px;	} 
	a.btn:hover {background-position: bottom right;color: #f1f1f1;outline: none; /* hide dotted outline in Firefox */}
	a.btn:hover span {background-position: bottom left;padding: 2px 0 4px 12px; /* push text down 1px */} 

/*a.next {
	background-image:url(/img/playlist/arrow/right.png)		
}

a.prev:hover {
	background-position:0 -18px;		
}

a.next:hover {
	background-position:0 -18px;		
}
*/

/* navigator */
div.navi {
	position:relative;
	top:-30px;
	left:310px;
	margin-left:-50px;
	width:50px;
	height:0px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/img/playlist/dots.png) 0 0 no-repeat;     
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
} 	

