#MosaicGallery {
	width:560px;
	height:311px;
	float: left;
}
#MosaicGallery ul {
	position: relative;
}
#MosaicGallery li {
	position: absolute;
	cursor: pointer;
	z-index: 1;
}
#MosaicGallery li a {
	display:block;
	width:100%;
	height:100%;
}
#MosaicGallery li a img {
	display: block;
}

#MosaicGallery li.gallery_item_0 {
	margin: 20px 0 0 357px;
	width: 195px;
	height: 195px;
}
#MosaicGallery li.gallery_item_1 {
	margin: 69px 0 0 160px;
	width: 195px;
	height: 146px;
}
#MosaicGallery li.gallery_item_2 {
	margin: 0px 0 0 266px;
	width: 89px;
	height: 67px;
}
#MosaicGallery li.gallery_item_3 {
	margin: 15px 0 0 91px;
	width: 67px;
	height: 89px;
}
#MosaicGallery li.gallery_item_4 {
	margin: 37px 0 0 0px;
	width: 89px;
	height: 67px;
}
#MosaicGallery li.gallery_item_5 {
	margin: 106px 0 0 69px;
	width: 89px;
	height: 89px;
}
#MosaicGallery li.gallery_item_6 {
	margin: 197px 0 0 21px;
	width: 89px;
	height: 67px;
}
#MosaicGallery li.gallery_item_7 {
	margin: 217px 0 0 222px;
	width: 67px;
	height: 89px;
}
#MosaicGallery li.gallery_item_8 {
	margin: 217px 0 0 291px;
	width: 89px;
	height: 67px;
}
#MosaicGallery li.gallery_item_9 {
	margin: 217px 0 0 382px;
	width: 89px;
	height: 89px;
}

#MosaicGallery li div {
	position: absolute;
	background: #FFFFFF;
	border: 3px solid #FF6633;
	cursor: pointer;
	overflow: hidden;
	width: 209px;
}
#MosaicGallery li div span {
	display: block;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
	margin: 0 7px;
	margin-bottom: 7px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	width: 195px;
}
#MosaicGallery li div img {
	margin: 7px;
	margin-bottom: 0;
}
#MosaicGallery li div a {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	text-indent: -1000in;
}
* html #MosaicGallery li div a {height: 400px;}

#MosaicGallery li div.gallery_zoom_195_260 { /*67x89*/
	top: -103px;
	left: -71px;
}

#MosaicGallery li div.gallery_zoom_195_195 { /*89x89*/
	top: -71px;
	left: -61px;
}

#MosaicGallery li div.gallery_zoom_195_146 { /*89x67*/
	top: -57px;
	left: -61px;
}

#MosaicGallery li.gallery_item_0 div.gallery_zoom_195_195 {top: -10px; left: -10px;}
#MosaicGallery li.gallery_item_1 div.gallery_zoom_195_146 {top: -10px; left: -10px;}
#MosaicGallery li.gallery_item_4 div.gallery_zoom_195_146 {left: 0px;}
#MosaicGallery li.gallery_item_6 div.gallery_zoom_195_146 {left: -21px;}
