a.imageBoxWrapper
{
	width:365px;
	height:150px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top center;
	z-index:2000;
	display:block;
	text-decoration:none;
	background-color:#000000;
}

a.imageBoxWrapper:focus
{
	outline: none; 
}

.imageBoxWrapper .imageBoxDetails
{
	height:75px;
	width:365px;
	background-color:#000000;
	z-index:1000;
	margin-top:0px;
	cursor:pointer;
}

.imageBoxWrapper .imageBoxDetails ul
{
	margin:0;
	padding:0;
	list-style:none;
	padding:5px;
}

.imageBoxWrapper .imageBoxDetails li
{
	margin:0;
	padding:0;
	list-style:none;
	color:#FFFFFF;
	font-size:14px;
}

.imageBoxWrapper .imageBoxDetails li.header
{
	font-size:18px;
	font-weight:bold;
}

.imageBoxWrapper .imageBoxDetails li.date
{
	font-size:10px;
}


#carousel .row
{
	overflow:visible;
	width:730px;
	height:150px;
	clear:both;
}

#carousel .row .imageBoxWrapper
{
	float:left;
}