/* items */
div.scrollable {
	margin-left:-30px;
}

div.items {
	height:440px;
	float:left;
	width:350px;
	background-color:#FFFFFF;
}
	
div.items div {
	width:350px;	
}

div.scrollable div {		
	float:left;
}

div.scrollable h2 {
	margin-top:15px;
}

div.scrollable p {
	color:#444;
	font-size:11px;
	margin-right:15px;
}

/* next / prev buttons */
a.prev, a.next {
	position:absolute;
	*position:relative;
	display:block;
	cursor:pointer;
	margin-top:340px;
	*margin-top:0;
}

a.next {
	margin-left:505px;
	*float:right;
	*margin-top:-18px;
}

a.prev {
	*float:left;
}