#cpwidget {
	width: 250px;
}
#cpwidget * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.43;
  margin: 0;
}
#cpwidget *:before, #cpwidget *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cpwidget h4 { font-family: 'Helvetica Neue', Helvetica, arial, sans-serif; }

#cpwidget-container {
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom: 0 none;
	position: relative;
	background-color: #FFFFFF;
}

#cpwidget-titlebar {
	background-color: #79A618;
	padding: 10px 10px 5px;
	border-radius: 6px 6px 0 0;
}
#cpwidget-titlebar a:nth-of-type(2n) { float: right; }

.cpwidget-row {
	position: relative;
	width: 6250px;
	padding: 0;
	margin: 0;
	height: 200px;
}
.cpwidget-row li {
	display: inline-block;
	list-style-type: none;
	padding: 0 24px;
	border-top: 0 none;
	border-bottom: 1px solid #ccc;
	position: relative;
	height: 200px;
	width: 200px;
	text-align: center;
	background-color: #FFFFFF;
}
.cpwidget-row li a {
	display: block;
	margin: 0;
}
.cpwidget-prod-title-bg {
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	bottom: 50px;
	width: 200px;
	height: 50px;
	overflow: hidden;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0px -5px 5px 0px rgba(175, 175, 175, 0.9);
	-moz-box-shadow: 0px -5px 5px 0px rgba(175, 175, 175, 0.9);
	box-shadow: 0px -1px 3px 0px rgba(175, 175, 175, 0.9);
}
.cpwidget-prod-title {
	color: #79A618;
	font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
	text-decoration: none;
	max-height: 45px;
}
.cpwidget-prod-title:hover {
	color: #8CBE21;
	text-decoration: underline;
}

.cpwidget-scroll-left {
	position: absolute;
	display: block;
	width: 19px;
	height: 27px;
	margin-left: 3px;
	left: 0;
}
.cpwidget-scroll-left-inactive {
	background: url('http://content.cpcache.com/cplabs/cpwidget-scroll-left-inactive.gif') no-repeat;
}
.cpwidget-scroll-left-active {
	background: url('http://content.cpcache.com/cplabs/cpwidget-scroll-left-active.gif') no-repeat;
}
.cpwidget-scroll-right {
	position: absolute;
	display: block;
	width: 19px;
	height: 27px;
	margin-right: 3px;
	right: 0;
}
.cpwidget-scroll-right-inactive {
	background: url('http://content.cpcache.com/cplabs/cpwidget-scroll-right-inactive.gif') no-repeat;
}
.cpwidget-scroll-right-active {
	background: url('http://content.cpcache.com/cplabs/cpwidget-scroll-right-active.gif') no-repeat;
}