#slug_row {
	margin-left: 1.5%;
	min-height: 350px;
	width: 100%;
	margin-bottom: 20px;
}

#slug_row .slug {
	padding: 8px;
	color: #aaa;
	height: 100%;	
	width: 220px;
	margin-top: 10px;
	margin-right: 1%;
	float: left;
	background-image: url( "http://www.numark.com//images/home/slug_gradient.png" );
	background-repeat: repeat-x;
}

#slug_row .slug:last-child {
	margin-right: 0%;
}

#slug_row .slug .image {
	background-color: black;
	border: solid 2px #167c95;
	margin-bottom: 5px;
}

#slug_row .slug .image img {
	width: 216px;
}

#slug_row .slug .title {
	text-align: center;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: 18px;
	color: #fff;
	background-color: #008Ebb;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 8px;
}

#slug_row .slug .title a {
	color: #fff;
	text-decoration: none;	
}

#slug_row .slug .title a:hover {
	text-decoration: underline;	
}

#slug_row .slug .copy {
	font-size: 14px;
}

#slug_row .slug .copy a:link {
	color: #2edbfd;
	text-decoration: none;
}

#slug_row .slug .copy a:visited {
	color: #2edbfd;
	text-decoration: none;
}

#slug_row .slug .copy a:hover {
	color: #2edbfd;
	text-decoration: underline;
}