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

.imgboxes {
	position: relative;
	margin: 0 auto;
	background-color: white;
	float: left;
	padding: 0;
	width:100%;
}

.imgboxes table {
	border: 0;
	padding: 0;
	border-collapse: separate;
	width: 100%;
	margin: 0 -5px -5px 0;
}

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

.imgbox {
	width:163px;
	height:110px;
	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: 153px;
	height: 18px;
	vertical-align: middle;
	line-height: 18px;
	padding: 0px 5px;
	margin: 0;
	
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: white;
	font-size: 11px;
	text-align: left;
	z-index: 10;
}

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

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

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

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

.imgbox a .bg {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 163px;
	height: 18px;
	margin: 0;
	padding: 0;
	background: #111;
	font-size: 0.8em;
	
	opacity: 0.65;
  	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
}