@charset "utf-8";

body {
	background: url(../haircare/image/background.jpg) no-repeat left bottom;
}

.item img {
	position: relative;
	top: 2px;
	left: 2px;
}

h3 {
	margin-bottom: 10px;
	padding-left: 7px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 14px;
}

p {
	margin-bottom: 12px;
	font-size: 10px;
	color: #63361D;
	text-indent: 0.4em;
}

#lightbox{
	background-color:#FFF;
	border: 4px solid #FFF;
}

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../gallery/image/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../gallery/image/overlay.png", sizingMethod="scale");
}