.mainBody{margin-top:4px;}
.gallery{font-size:11px;}
.gallery h3{font-size:12px;}
.gallery .category{width:325px;float:right;margin:10px 0px 10px 5px;height:243px;}
.gallery .category img,.gallery .no-photo{width:325px;height:243px;}
.gallery .no-photo{background:#FAFAFA}
.gallery .details h4,.gallery .details p{font-family:byekan,'b yekan',arial;font-size:14px;color:#FFF;direction:rtl;text-align:right;font-weight:normal;padding:5px 10px;margin:0;text-shadow: 1px 1px 0 rgb(0, 0, 0);}
.gallery .details p{font-size:11px}
/*General Mosaic Styles*/
.mosaic-block {
	float:right;
	position:relative;
	overflow:hidden;
	width:305px;
	height:228px;
	margin:10px;
	background:#111 url(../images/progress.gif) no-repeat center center;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
		background:#111;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../images/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
			filter:alpha(opacity=00);
			background:url(../images/bg-black.png);
		}
		
		.bar .mosaic-overlay {
			bottom:-100px;
			height:100px;
			background:url(../images/bg-black.png);
		}
		
		.bar2 .mosaic-overlay {
			bottom:-60px;
			height:100px;
			opacity:0.3;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
			filter:alpha(opacity=30);
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:0.8;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
				filter:alpha(opacity=80);
			}
		
		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background:url(../images/bg-black.png);
		}
		/*** End Animation Styles ***/
