
/* outmost wrapper element */


.scrollable {
	padding: 0;
	width: 558px;
	height: 152px;
	margin: 10px 0 0 0;
	overflow:hidden;
}

/* container for the scrollable items */
.items {
	height: 152px;
	float:left;
	display:block;
	margin-left:4px;
	width: 524px !important;
}



/* single item */
.itemsLink {
	display:block;
	float:left;
	margin-right:6px;
	width:123px;
	height:150px;
	text-decoration: none;
}



/* next / prev buttons */
.prev {
	display:block;
	width:14px;
	height:16px;
	float:left;
	background:url(/crkt/content/graphics/pagebuilder/images/previousarrow.gif);
	background-repeat:no-repeat;	
	padding:0;
	margin:65px 2px 0 0;
	cursor:pointer;
}


.next {
	display:block;
	width:14px;
	height:16px;
	float:left;
	background:url(/crkt/content/graphics/pagebuilder/images/nextarrow.gif);
	background-repeat:no-repeat;	
	padding:0;
	margin-top:65px;
	cursor:pointer;
}

.productbox{
	border: 1px solid #6e2403;

}

.boxcontent{
	padding:5px;
	text-align:center;
}

.boxcontent2{
	padding:5px;
	text-align:center;
}

.prodinfo{
	text-align:left;
}

.innovationname{
	color:#003300;
	font-weight:700;
	text-decoration:none;
}

.innovationname:hover{
	color:#bfb386;
	text-decoration:none;
}

.newname{
	display:block;
	color:#003300;
	font-weight:700;
	padding:0 0 6px 0;
	text-decoration:none;
	height:25px;
}

.newname:hover{
	color:#bfb386;
	text-decoration:none;
}

.newprice{
	color:#cc0000;
	display:block;
	padding:0 0 6px 0;
}


