#gallery_block {float:left; width:100%}
	#gallery_block div.gallery_item {clear:left; width:100%}
		#gallery_block div.gallery_item div.image_image {float:left; background:#f7f7f7; border:1px solid #cecece;}
			#gallery_block div.gallery_item div.image_image img {margin:10px}
		#gallery_block div.gallery_item div.image_description {float:left; margin:0 30px}
		#gallery_block div.gallery_item div.nav {margin:10px 0; float:left; width:100%}
			#gallery_block div.gallery_item div.nav .next {float:right}
			#gallery_block div.gallery_item div.nav .prev {float:left}
	
	#gallery_block #gallery_rows {float:left; width:100%; margin:10px 0 0 -2px}
		#gallery_block #gallery_rows div.l {float:left; background:#f7f7f7; border:1px solid #cecece; margin:2px}
		#gallery_block #gallery_rows div.sel {background:#ffe5e5; border:1px solid #ff9d9d}
			#gallery_block #gallery_rows div img {margin:6px}
