#shadow {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-image: url(../../js/litebox/thumb-trans.png);
	text-align: center;
}
* html #shadow {
	/* hack for IE < 7 opacity */
	background-color: #333;
	back\ground-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="js/litebox/thumb-trans.png", sizingMethod="scale");
}
#shadow.on {
	display: block;
}
#loading {
	background: url(../../js/litebox/thumb-preload.gif) no-repeat;
	position: absolute;
	left: 48%;
	top: 50px;
	width: 33px;
	height: 33px;
	margin: 0 auto;
	cursor: pointer;
}
#litebox {
	background: #fff;
	padding: 5px 0;
	margin: 0 auto;
}
#litebox img {
	/*cursor: pointer;*/
}
#litebox p {
	margin: 0;
	padding: 0 0 10px 0;
	color: #333;
}
#litebox em {
	color: #999;
	display: block;
  font-size: 85%;
}
#litebox a {
	border: none;
	width: 64px;
	height: 19px;
}
#litebox a.prev {
	margin-left: 25px;
	float: left;
	background: url(../../js/litebox/thumb-prev.gif) no-repeat 0 50%
}
#litebox a.next {
	margin-right: 25px;
	float: right;
	background: url(../../js/litebox/thumb-next.gif) no-repeat 0 50%
}
#litebox a.prev_empty {
	float: left;
	margin-left: 25px;
	background: none;
}
#litebox a.next_empty {
	float: right;
	margin-right: 25px;
	background: none;
}
#litebox a.close {
	display: block;
	margin-top: 15px;
	border: 1px solid red;
	float: right;
	margin-right: 25px;
	background-color: #ED1D24;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	height: auto;
}
#litebox .pname {
	padding-top: 4px;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #76787A;
}
#litebox .ptitle {
	font-family: Tahoma;
	font-size: 11px;
	color: #4E4E4E;
}
#litebox span {
	display: block;
}
#litebox .ptitle b {
	color: #ED1D24;
	font-weight: normal;
}

