/* dope little content boxes */

.contentbox {
height: 260px;
width: 100%;
background: #EAEAEA;
position: relative;
z-index: 1;
}

.contentbox li {
	width: 170px; 
	height: 240px; 
	position: relative; 
	padding: 6px;
	float: left;
	display: inline;
	margin: 0 20px 0px 10px;
	background: none;
	}
	
.contentbox li a {
	text-decoration: none;
	}

.contentbox a { 
	height: 172px; 
    overflow: hidden;
	}
	
.contentbox a img { 
	text-decoration: none;
	border: none;
	}
	
.contentbox a span{
	position:absolute;
	left:-9999px;
	}
	
.contentbox p {
	font-size: 10px; 
	width: 180px;
	line-height: 1.3em; 
	margin: 0px 0 0 0;
	text-align: left; 
	color: black;
	}

.contentbox a span {
	background: #990000; 
	color: white; 
	top:12px;
	left:6px;
	height: 1.6em;
	width: 176px;  
	opacity: 0.90; 
	font-size: 12px; 
	padding: 4px 0 0 10px;
	}
	
.contentbox a span.alt {
	top:160px;
	}

.contentbox a span.right {
	text-align: right;
	}
	
.contentbox a:hover span {
	background: black;
	}
