
div.carousel-grey {
	width:930px;
	height:110px;
	overflow:hidden;
	margin-left: 5px;
}
div.carousel-grey table {
	margin:0px;
	padding:0px;
}
div.carousel-grey table td{
 height:110px;
 vertical-align: middle;
}


div.carousel-grey table td img {
	opacity:.5;
	filter:alpha(opacity=50);
}
.nohover-grey {
	opacity:.5;
	filter:alpha(opacity=50);
}
.hover-grey {
	opacity:1;
	filter:alpha(opacity=100);
}

