/* 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;
	}
	
	/* winner boxes */

	.contentboxwin {
	height: 100%;
	width: 825px;
	position: left;
	z-index: 1;
	float: left;
	}

	.contentboxwin li {
	width: 170px;
	height: 165px;
	position: relative;
	padding: 6px 4px 6px 0px;
	float: left;
	display: inline;
	margin: 0 20px 0px 10px;
	background: none;
	}

	.contentboxwin li a {
		text-decoration: none;
		}

	.contentboxwin a { 
		height: 172px; 
	    overflow: hidden;
		}

	.contentboxwin a img { 
		text-decoration: none;
		border: none;
		}

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


	.contentboxwin p {
		font-size: 10px; 
		width: 180px;
		line-height: 1.3em; 
		margin: 0px 0 0 0;
		text-align: left; 
		color: black;
		}

	.contentboxwin 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;
		}

		.contentboxwin a span.alt {
		top: 110px;
		}

	.contentboxwin a span.right {
		text-align: right;
		}

	.contentboxwin a:hover span {
		background: black;
		}

		.contentboxwin p.crop{
			float:left;
			width: 186px;
			overflow:hidden; /* this is important */
			}

		.contentboxwin p.crop img{
			margin:-25px 0px -32px -50px;
			height: 187px;
			left: -20px;
			}
