#whats-new-main {
	width: 975px;
	border-collapse: separate;
	border-spacing: 18px;
	margin-bottom: -15px;
}

#whats-new-left-col {
	background: url(/images/spotlight.jpg) no-repeat;
	height: 649px;
	width: 332px;
}

#whats-new-bottom-cell {
	width: 581px;
	height: 111px;
	padding: 0;
	border: 1px solid rgb(200, 200, 200);
}

#whats-new-left-container {
	width: 332px;
	height: 649px;
	position: relative;
	overflow: auto;
}

#whats-new-left-heading-no-pic {
	margin: 54px 0px 12px 12px;
	padding: 0;
	font: 11pt 'Times New Roman', Times;
}

#whats-new-left-heading {
	position: absolute;
	top: 55px;
	left: 12px;
	margin: 0;
	padding: 0;
	font: 11pt 'Times New Roman', Times;
}

#whats-new-left-text-1 {
	position: absolute;
	top: 84px;
	left: 179px;
	width: 140px;
	margin: 0;
	padding: 0;
	font: 10pt 'Times New Roman', Times;
}

#whats-new-left-text-2 {
	position: absolute;
	top: 313px;
	left: 214px;
	width: 105px;
	margin: 0;
	padding: 0;
	font: 10pt 'Times New Roman', Times;
}

#whats-new-bottom-container {
	width: 581px;
	height: 111px;
	position: relative;
}

#whats-new-featured {
	position: absolute;
	top: 7px;
	left: 18px;
	height: 101px;
	padding-right: 14px;
	border-right: 1px solid rgb(200, 200, 200);
	text-align: center;
}

#whats-new-archives {
	position: absolute;
	height: 101px;
	top: 7px;
	left: 130px;
	padding-left: 14px;
}

#roasted_garlic_thumb {
	padding-right: 9px;
}

/* scrollable stuff */
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 310px;
	height:95px;
	float:left;	

	/* custom decorations */
	border:1px solid #ccc;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .items img {
	float:left;
	width:97px;
	height:85px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/images/scrollable/arrows.png) no-repeat;
	display:block;
	width:20px;
	height:86px;
	float:left;
	margin:0px 10px;
	cursor:pointer;
	font-size:1px;
}

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

/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-20px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
