div#lb {
	opacity: 1;
	background-color: #000;
	border:0;
	border-top: 1px solid gray;
	position:fixed;
	//position:absolute;
	z-index:20;
	bottom:0px;
	left:0;
	margin:0;
	padding:0;
	height:110px;
	max-height:110px;
	width:100%;
	background-image: url("../images/background.gif");
	color: white;
}

div#lbcontent {
	position:fixed;
	width:100%;
	border:0;
	padding:0;
	margin:0;
	height:82px;
}

#lbgbimg {
	width:506px;
	height:80px;
	left:30%;
	position:relative;
	//position:absolute;
	top:1px;
	z-index:1;
}
	
div#lbtitle {
	height: 22px;
	margin: 3px 8px 3px 8px;
}


#lbNumOfImgs {
	display:inline;
	color:white;
}
td.buyBtn {
	background: url("../images/btnBuy1.gif") repeat-x;
}
a.buyBtn {
	color:white;
	text-decoration: none;
	font-size: 10px;
	line-height: 15px;
}

div#lbimgs {
	float:left;
	height:81px;
	max-height:81px;
	overflow: hidden;
	border:0;
	margin:0;
	padding:0;
	position: relative;
	z-index:5;
}

div.lb-active {
	background-color: #000;
}
img.tn {
	border:0;
	z-index:10;
}
.lbTnDiv {
	position: relative;
	height:80px;
	max-height:80px;
	float:left;
	border:0;
	margin:1px;
	padding:0;
	text-align: right;
}
.lbTnBtn {
	position: relative;
	right: 0pt;
	//right: 12pt;
	top: 2pt;
	border:0;
	margin:0;
	margin-left:-16px;
	padding:0;
	z-index:6;
}
.lb-tn {
	position: relative;
	height:80px;
	max-height:80px;
	float:left;
	border:0;
	margin:0;
	padding:0;
	display: table-cell;
	top:0;
	z-index:5;
	cursor: pointer;
}
a.lb-tn:hover {
	height:120px;
	max-height:120px;
	margin-top:-40px;
}

div.lbmenu {
	width:1px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	height:80px;
}


.tnmenu {
	margin-top:5px;
	opacity:0;
	height:128px;
	width:60px;
}
.tnmenu:hover {
	opacity:0.8;
	background-color: white;
	border: 1px solid black;
}
img.nalbi {
	background-color: #e2007b;
	margin:1px;
	border:0;
	padding:0;
}
img.albi {
	background-color: #00a6d6;
	margin:1px;
	border:0;
	padding:0;
}