#home {}
	#home h1, #home h2 { margin:0; overflow:hidden; text-indent:-999px; }
	#home h1 { margin-bottom:17px; background:url(images/home-h1-sprite.jpg) 0 0 no-repeat; height:21px; }
	#home h2 { margin: 22px 0 10px 0; background:url(images/home-h2-sprite.jpg) 0 0 no-repeat; height:66px; }
	
	.article { width:800px; }
		.photos li { float:left; margin-right:7px; background:url(images/ajax-loader.gif) 50% 50% no-repeat; }
		.photos li.last { margin:0; }
		.photos li a { display:block; border:3px solid #fff; height:349px; width:256px; background:url(../images/home-image-1.jpg) 0 0 no-repeat; }
			/*.photos li a.pic-1 { background-position:0 -349px; }
			.photos li a.pic-2 { background-position:-256px -349px; }
			.photos li a.pic-3 { background-position:-512px -349px; }
			.photos li a.pic-1:hover { background-position:0 0; }
			.photos li a.pic-2:hover { background-position:-256px 0; }
			.photos li a.pic-3:hover { background-position:-512px 0; }*/
			.photos li a.pic-1 { background-position:0 0; }
			.photos li a.pic-2 { background-position:-256px 0; }
			.photos li a.pic-3 { background-position:-512px 0; }
			
	.article .text { padding:11px 0 11px 0; }
	
.dotted { margin-top:9px; }
