#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../img/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

/* Кнопка "Назад" */
#lbPrev { width: 63px; height: 32px; background: transparent url(../img/lytebox/prev_grey.gif) left 15% no-repeat; display: block; left: 0; float: left; }
	
/* Кнопка "Вперед" */
#lbNext { width: 63px; height: 32px; background: transparent url(../img/lytebox/next_grey.gif) right 15% no-repeat; display: block; right: 0; float: right; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
		
#lbDetailsData { padding: 0 10px;}
	#lbDetailsData.grey { color: #333333; }
	
#lbDetails { width: 85%; float: left; text-align: left; }
/* Кол-во фото */
#lbNumberDisplay {font-weight: bold;}
/* Описание */
#lbCaption { margin-left: 10px; }

#lbNavDisplay { clear: both; display: block; padding-bottom: 1.0em; text-align: center;}

#lbClose { width: 75px; height: 28px; float: right; margin-bottom: 1px; background: url(../img/lytebox/close_grey.png) no-repeat;}

#mRatingContainer {clear: both; border: 0px solid red; text-align: center; padding: 5px 0px; height: 50px;}

ol#mRatingData {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(../img/lytebox/stars.png);
	margin: 0 auto;
}
ol#mRatingData li {
	float: left;
	margin: 0;
	padding: 0;
}
ol#mRatingData li a {
	display: block;
	width: 20px;
	height: 20px;              
	position: absolute;
	z-index: 10;
	color: #000;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}
ol#mRatingData li a:hover {
	background: url(../img/lytebox/stars.png) left center;
	left: 0;
	z-index: 2;
}
ol#mRatingData a.star1 {
	left: 0;
}
	ol#mRatingData a.star1:hover {
		width: 20px;
	}
ol#mRatingData a.star2 {
	left: 20px;
}
	ol#mRatingData a.star2:hover {
		width: 40px;
	}
ol#mRatingData a.star3 {
	left: 40px;
}
	ol#mRatingData a.star3:hover {
		width: 60px;
	}
ol#mRatingData a.star4 {
	left: 60px;
}
	ol#mRatingData a.star4:hover {
		width: 80px;
	}
ol#mRatingData a.star5 {
	left: 80px;
}
	ol#mRatingData a.star5:hover {
		width: 100px;
	}
ol#mRatingData li#current {
	background: url(../img/lytebox/stars.png) left bottom;
	height: 20px;
	z-index: 1;
}
ol#mRatingData li span{
	text-indent: 0;
	position: absolute;
	width: 20px;
	text-align: center;
	top: 20px;
	right: 0;
}
:focus, :active {
	 outline: none;
}
.clear {
	clear: both;
}