@charset "UTF-8";

h2{
	padding : 15px 0 0 0;
}

ul#sample-gallery{
	list-style : none;
	padding : 0;
	margin : 15px 0 0 12px;
}
	ul#sample-gallery li{
		width : 208px;
		height : 208px;
		float : left;
	}
		ul#sample-gallery li#photo1{ background : url("../images/thumb1.jpg") no-repeat; }
		ul#sample-gallery li#photo2{ background : url("../images/thumb2.jpg") no-repeat; }
		ul#sample-gallery li#photo3{ background : url("../images/thumb3.jpg") no-repeat; }
		ul#sample-gallery li#photo4{ background : url("../images/thumb4.jpg") no-repeat; }
		ul#sample-gallery li#photo5{ background : url("../images/thumb5.jpg") no-repeat; }
		ul#sample-gallery li#photo6{ background : url("../images/thumb6.jpg") no-repeat; }
		ul#sample-gallery li#photo7{ background : url("../images/thumb7.jpg") no-repeat; }
		ul#sample-gallery li#photo8{ background : url("../images/thumb8.jpg") no-repeat; }
		ul#sample-gallery li#photo9{ background : url("../images/thumb9.jpg") no-repeat; }
		ul#sample-gallery li#photo10{ background : url("../images/thumb10.jpg") no-repeat; }
		
		ul#sample-gallery li#photo11{ background : url("../images/thumb11.jpg") no-repeat; }
		ul#sample-gallery li#photo12{ background : url("../images/thumb12.jpg") no-repeat; }
		ul#sample-gallery li#photo13{ background : url("../images/thumb13.jpg") no-repeat; }
		ul#sample-gallery li#photo14{ background : url("../images/thumb14.jpg") no-repeat; }
		ul#sample-gallery li#photo15{ background : url("../images/thumb15.jpg") no-repeat; }
		ul#sample-gallery li#photo16{ background : url("../images/thumb16.jpg") no-repeat; }
		ul#sample-gallery li#photo17{ background : url("../images/thumb17.jpg") no-repeat; }
		ul#sample-gallery li#photo18{ background : url("../images/thumb18.jpg") no-repeat; }
		ul#sample-gallery li#photo19{ background : url("../images/thumb19.jpg") no-repeat; }
		ul#sample-gallery li#photo20{ background : url("../images/thumb20.jpg") no-repeat; }
		
		ul#sample-gallery li#photo21{ background : url("../images/thumb21.jpg") no-repeat; }
		ul#sample-gallery li#photo22{ background : url("../images/thumb22.jpg") no-repeat; }
		ul#sample-gallery li#photo23{ background : url("../images/thumb23.jpg") no-repeat; }
		ul#sample-gallery li#photo24{ background : url("../images/thumb24.jpg") no-repeat; }
		ul#sample-gallery li#photo25{ background : url("../images/thumb25.jpg") no-repeat; }
		ul#sample-gallery li#photo26{ background : url("../images/thumb26.jpg") no-repeat; }
		ul#sample-gallery li#photo27{ background : url("../images/thumb27.jpg") no-repeat; }
		ul#sample-gallery li#photo28{ background : url("../images/thumb28.jpg") no-repeat; }
		ul#sample-gallery li#photo29{ background : url("../images/thumb29.jpg") no-repeat; }
		ul#sample-gallery li#photo30{ background : url("../images/thumb30.jpg") no-repeat; }
		
		ul#sample-gallery li#photo31{ background : url("../images/thumb31.jpg") no-repeat; }
		ul#sample-gallery li#photo32{ background : url("../images/thumb32.jpg") no-repeat; }
			
			ul#sample-gallery li a{
				width : 198px;
				height : 198px;
				font-size : 1px;
				line-height : 1px;
				text-indent : -9999px;
				display : block;
				background : url("../images/ov_border.gif") no-repeat 0px 0px;
			}
			ul#sample-gallery li#photo6 a,
			ul#sample-gallery li#photo12 a,
			ul#sample-gallery li#photo13 a,
			ul#sample-gallery li#photo19 a{
				width : 198px;
				height : 198px;
				font-size : 1px;
				line-height : 1px;
				text-indent : -9999px;
				display : block;
				background : url("../images/ov_border2.gif") no-repeat 0px 0px;
			}
			ul#sample-gallery li a:hover,
			ul#sample-gallery li#photo6 a:hover,
			ul#sample-gallery li#photo12 a:hover,
			ul#sample-gallery li#photo13 a:hover,
			ul#sample-gallery li#photo19 a:hover{ background-position : 0px -198px; }
