
/* outmost wrapper element */


.scrollable {
	padding: 0;
	width: 954px;
	height: 145px;
	margin: 10px 0px 0px 0px;
}

/* container for the scrollable items */
.items {
	height: 100px;
	float:left;
	display:block;
	margin:20px 10px 0px 10px;
	width: 870px !important;
}


.imagevendor{
	padding:0px;
	margin:0px;
	border:2px solid #000;
	width:94px;
	height:94px;
}
/* single item */
.itemsLink {
	display:block;
	float:left;
	margin-right:12px;
	width:98px;
	height:98px;
	text-decoration: none;
}



/* next / prev buttons */
.prev {
	display:block;
	width:32px;
	height:145px;
	float:left;
	background:url('/digpets/content/templates/main/main/prev.gif');
	background-repeat:no-repeat;	
	padding:0;
	margin:0px;
	cursor:pointer;
	text-decoration:none;

}


.next {
	display:block;
	width:32px;
	height:145px;
	float:left;
	background:url('/digpets/content/templates/main/main/next.gif');
	background-repeat:no-repeat;	
	padding:0;
	margin:0px;
	cursor:pointer;
		text-decoration:none;
}


