
/* -------------------------------------------------------------- */
/* !IMGBOX CLASS STYLING */
/* -------------------------------------------------------------- */

.imgboxes {
	position: relative;
	margin: 0 auto;
	background-color: white;
	float: right;
	padding: 0 0 20px 0;
	xwidth:100%;
}

.imgboxes table {
	border: 0;
	padding: 0;
	border-collapse: separate;
	margin: 0 0 -25px 20px;}

.imgboxes td {
	text-align: center;
	padding: 0 20px 25px 0;
}

.imgbox {
	width:205px;
	height:120px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.imgbox a {
	text-decoration: none;
}

.imgbox a:hover {
	cursor: pointer;
}

.imgbox a img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	background: #fff;
}

.imgbox a .title {
	display: block;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 0;
	width: 195px;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
	padding: 0px 5px;
	margin: 0;
	
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: white;
	font-size: 12px;
	text-align: left;
	z-index: 10;
}

.imgbox a:hover .title {
	background-color: #C23832;
}

.imgbox a .desc {
	display: none;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 195px;
	height: 96px;
	margin: 0;
	padding: 2px 5px;
	color: #fff;
	z-index: 10;
	text-align: left;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 14px;
}

.imgbox a:hover .desc {
	display: block;
}

.imgbox a:hover .bg {
	height: 120px;
}

.imgbox a .bg {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 205px;
	height: 20px;
	margin: 0;
	padding: 0;
	background: #C23832;
	opacity: 0.80;
  	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
}