h1 {
	text-align:center;
	font:24px Arial, Helvetica, sans-serif;
	margin-top:20px;
}

/* ==============================================
					Theme White
   ============================================== */
#gallery-white {
	width:490px;
	margin:50px auto 0px;
	position:relative;
	overflow:hidden;
	background:#FFF;
	padding:0px 50px;
	border:1px solid #ccc;
}

#gallery-white h2 {
	text-align:center;
	font:20px Arial, Helvetica, sans-serif;
	margin-bottom:50px;
}

#gallery-white h2 span {
	font-size:12px;
}

#gallery-white .image-block {
	width:78px;
	margin:0px 10px;
	float:left;
}

#gallery-white .reflection {
	position:relative;
}

#gallery-white .reflection img {
	-webkit-transform: scaleY(-1);
 	   -moz-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	     -o-transform: scaleY(-1);
		    transform: scaleY(-1);
			   filter: flipv;
	opacity:0.20;
	filter: alpha(opacity='20');
}

#gallery-white .overlay {position:absolute; top:0px; left:0px; width:78px; height:120px;
	background-image: -moz-linear-gradient(center bottom, rgb(255,255,255) 60%, rgba(255,255,255,0) 75%);
	background-image: 	-o-linear-gradient(rgba(255,255,255,0) 25%, rgb(255,255,255) 40%);
	background-image:     -webkit-gradient(linear, left bottom, left top, color-stop(0.60, rgb(255,255,255)), color-stop(0.75, rgba(255,255,255,0)));
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColor=0, EndColorStr=#ffffff);
}
#gallery-white .vline {
	position:absolute;
	bottom:70px;
	border-bottom:2px solid #666;
	width:490px;
}


/* ==============================================
					Theme black
   ============================================== */
#gallery-black {
	width:490px;
	margin:50px auto 0px;
	position:relative;
	overflow:hidden;
	background:#000;
	padding:0px 50px;
	border:1px solid #ccc;
}

#gallery-black h2 {
	text-align:center;
	font:20px Arial, Helvetica, sans-serif;
	margin-bottom:50px;
	color:#FFF;
}

#gallery-black h2 span {
	font-size:12px;
}

#gallery-black .image-block {
	width:78px;
	margin:0px 10px;
	float:left;
}

#gallery-black .reflection {
	position:relative;
}

#gallery-black .reflection img {
	-webkit-transform: scaleY(-1);
 	   -moz-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	     -o-transform: scaleY(-1);
		    transform: scaleY(-1);
			   filter: flipv;
	opacity:0.20;
	filter: alpha(opacity='20');
}

#gallery-black .overlay {position:absolute; top:0px; left:0px; width:78px; height:120px;
	background-image: -moz-linear-gradient(center bottom, rgb(0,0,0) 60%, rgba(0,0,0,0) 75%);
	background-image: 	-o-linear-gradient(rgba(0,0,0,0) 25%, rgb(0,0,0) 40%);
	background-image:     -webkit-gradient(linear, left bottom, left top, color-stop(0.60, rgb(0,0,0)), color-stop(0.75, rgba(0,0,0,0)));
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColor=0, EndColorStr=#000000);
}

#gallery-black .vline {
	position:absolute;
	bottom:70px;
	border-bottom:2px solid #333;
	width:490px;
}

/* ==============================================
			Common styling for link
   ============================================== */
p {text-align:center; font-size:18px; font-family:Arial, Helvetica, sans-serif; padding-top:20px;}
a {color:#333; text-decoration:none;}
a:hover {text-decoration:underline;}
