.outside { height: 280px; position: relative; width: 100%; overflow: hidden; }
.super_images { height: 280px; width: 100%; }

table.gallery_wrap { 
	height: 241px;
	width: auto;
	border: none;
	padding-left: 25px;
	
	border-collapse: collapse;
	border-spacing: 0;
}

.gallery_wrap {
	background: url('bg.png') bottom center no-repeat;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/1/programs/corporate/bg.png', sizingMethod='crop');
}

.gallery_wrap td { width: 1px; padding: 0 0px 0px 0px; vertical-align: bottom; border: 0px solid #000; }

.gallery_wrap td.pictures	{ padding-bottom: 38px; }
.gallery_wrap td.first_item { padding-left: 43px; }
.gallery_wrap td.last_item 	{ padding-right: 47px; }

.gallery_wrap td a { position: relative; }
.gallery_wrap img { position: relative; }
.gallery_wrap img.mask { position: absolute; left: 0; margin-left: 0px; margin-top: 155px; height: 20px; width: 232px; z-index: 5; zoom: 1; overflow: hidden; }


