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


.img_thumb { 
	width:80px;height:60px;
	display:block;text-decoration:none;
	background:url(img/thumb_p1.jpg) no-repeat;
	text-indent:-9999px;
	}

	
/*  -----------------------------------------------------------------------
    Project Thumbnails ---------------------------------------------------- */
	
	.thumb_p1 { background:url(img/thumb_p1.jpg) no-repeat; }
	.thumb_p2 { background:url(img/thumb_p2.jpg) no-repeat; }
	.thumb_p3 { background:url(img/thumb_p3.jpg) no-repeat; }
	.thumb_p4 { background:url(img/thumb_p4.jpg) no-repeat; }
	.thumb_p5 { background:url(img/thumb_p5.jpg) no-repeat; }
	.thumb_p6 { background:url(img/thumb_p6.jpg) no-repeat; } 
	.thumb_p7 { background:url(img/thumb_p7.jpg) no-repeat; }
	.thumb_p8 { background:url(img/thumb_p8.jpg) no-repeat; }
	.thumb_p9 { background:url(img/thumb_p9.jpg) no-repeat; }
	.thumb_p10 { background:url(img/thumb_p10.jpg) no-repeat; }
	.thumb_p11 { background:url(img/thumb_p11.jpg) no-repeat; }
	.thumb_p12 { background:url(img/thumb_p12.jpg) no-repeat; }
	.thumb_p14 { background:url(img/thumb_p14.jpg) no-repeat; }

/*  -----------------------------------------------------------------------
    Photo Thumbnails ------------------------------------------------------ */
	
	
	a.pic_thumb { 
		width:80px;height:60px;
		display:block;
		text-indent:-9999px;text-decoration:none;
		margin-top:8px;
		border:1px solid #fco;
	}
	a.pic_thumb:hover { background-position:0 -60px; }

	.pic_thumbs_1_1 { background:url(img/pic_thumbs_1_1.jpg) no-repeat; }
	.pic_thumbs_1_2 { background:url(img/pic_thumbs_1_2.jpg) no-repeat; }
	.pic_thumbs_1_3 { background:url(img/pic_thumbs_1_3.jpg) no-repeat; }
	.pic_thumbs_1_4 { background:url(img/pic_thumbs_1_4.jpg) no-repeat; }
	
	.pic_thumbs_5_1 { background:url(img/pic_thumbs_5_1.jpg) no-repeat; }
	.pic_thumbs_5_2 { background:url(img/pic_thumbs_5_2.jpg) no-repeat; }
	
	<!--.pic_thumbs_6_1 { background:url(img/pic_thumbs_6_1.jpg) no-repeat; }-->
	
	.pic_thumbs_10_1 { background:url(img/pic_thumbs_10_1.jpg) no-repeat; }
	.pic_thumbs_10_2 { background:url(img/pic_thumbs_10_2.jpg) no-repeat; }
	
	.pic_thumbs_11_1 { background:url(img/pic_thumbs_11_1.jpg) no-repeat; }
	.pic_thumbs_11_2 { background:url(img/pic_thumbs_11_2.jpg) no-repeat; }
	.pic_thumbs_11_3 { background:url(img/pic_thumbs_11_3.jpg) no-repeat; }
	.pic_thumbs_11_4 { background:url(img/pic_thumbs_11_4.jpg) no-repeat; }
	
	.pic_thumbs_12_1 { background:url(img/pic_thumbs_12_1.jpg) no-repeat; }
	.pic_thumbs_12_2 { background:url(img/pic_thumbs_12_2.jpg) no-repeat; }
	.pic_thumbs_12_3 { background:url(img/pic_thumbs_12_3.jpg) no-repeat; }
	
	.pic_thumbs_14_1 { background:url(img/pic_thumbs_14_1.jpg) no-repeat; }
	.pic_thumbs_14_2 { background:url(img/pic_thumbs_14_2.jpg) no-repeat; }
	.pic_thumbs_14_3 { background:url(img/pic_thumbs_14_3.jpg) no-repeat; }
	
	
