@charset "utf-8";
/* CSS Document */

#gallery_block {clear: both; margin: 5px 0 5px 40px;}
	.gallery_item {clear: both;}
		.gallery_item .nav {width: 100%; padding: 5px 0 0 0;}
			.gallery_item .nav .prev {width: 48%; float: left;}
			.gallery_item .nav .next {width: 48%; float: right; text-align: right;}
	.gal_left {width: 50%;}
	.gal_right {width: 50%;}

	#gallery_rows {}
	   #gallery_rows .l {float: left; width: 32%; height: 180px;}
   	   #gallery_rows .l img {filter:expression(fixPNG(this));}
	   #gallery_rows .sel {border: 1px solid #cccccc}
	   #gallery_rows .l .iname {clear: left; display: block; font-size: 1em; color: #666;}

