.category-box{
	margin:4px auto;
	height:auto;

}

.category-box .images img{

	z-index:0;
}

.category-box:hover img{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */	

}

.category-box .title-stripe{
	position:absolute;
	font-size:80% !important;
	color:white;
	top:70%;
	left:15%;
	right:15%;
	z-index:10;
	padding:3px;
	
	background:#757575;

}
.category-box:hover .title-stripe{

	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
}
