#mmgallery .elem {
	float: left; 
	position: relative; 
	margin-right: 10px;
	border: 1px solid #00406F;
	width: 87px;
	height: 65px;
	overflow: hidden;
}

#mmgallery .tdelem {
	width: 87px;
	height: 65px;
	vertical-align: middle;
}

#mmgallery .plus {
	background: transparent url(http://www.cnc-arena.com/forum/style_images/7/cncarena/mm/mpic_open.png);
	position: absolute;
	height: 13px;
	width: 15px;
	bottom: 3px;
	right: 3px;
}

#mmgallery .plus:hover {
	background-position: 0 -13px;
}

