a img {border:0;}
.scrollable {
	position:relative;
	overflow:hidden;
	float:left;	
	width: 450px;
	height:180px;  
	}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
	}
.scrollable li {
	margin:20px 20px 20px 0;
	width:90px;
	background-color:#fff;
	position:relative;
	cursor:pointer;
	padding:2px;
	float:left;
	}
.digital-content{
	position:absolute;
	bottom:-20px;
	left:5px;
	}
.navi {
	clear:both;
	}
.navi dl {
	position:relative;
	text-align:center;
	float:left;
	left:50%;
	margin:0;
	margin-top:8px;
	}
.navi dl dt {
	position:relative;
	display:block;
	float:left;
	right:50%;
	margin:3px;
	}
.navi dl a {
	border:1px solid #ccc;
	display:block;
	height:10px;
	font-size:1px;
	width:10px;
	}
.navi a.active {
	background:#999
	}
a.browse {
	display:block;
	margin:70px 0;
	cursor:pointer;
	font-size:1px;
	height:23px;
	width:11px;
	float:left;
	}
a.right {background:url(http://images.barnesandnoble.com/pimages/resources/carousel/arrow_right.gif) no-repeat top left;}
a.left {margin-right:10px; background:url(http://images.barnesandnoble.com/pimages/resources/carousel/arrow_left.gif) no-repeat top left;} 
a.disabled {visibility:hidden;} 	

.wrapper {clear:both;float:left;width:488px;}

