/*
center trick (must test)
.parent { position:relative; } .notice { position:absolute; width:432px; height:502px; left:50%; top:50%; margin-top:-50px; margin-left:-100px; }
*/#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_loader {
	position: relative;
	top: 0px;
	left: 0px;
}
#DetailAjax {
	position: absolute;
	z-index: 102;
	display:none;
	width: 452px;
	height: 522px;
}
.showclose {
	position: absolute;
	width: 57px;
	height: 23px;
	top: 0px;
	right: 0px;
	background-image: url(../images/popclose.png);
}
.showclose:hover {
	cursor: pointer;
	background-position: 0px -23px;
}
.showcont {
	position: relative;
	width: 452px;
	height: 522px;
	top: 0px;
	left: 0px;
	background-image: url(../images/showdetbg.gif);
	color: #FFFFFF;
}
.showcont a {
	color:#D8F244;
}
.showcont a:hover {
	color:#E4F780;
}
.showartist {
	position: absolute;
	width: 350px;
	top:9px;
	font-size: 14px;
	font-weight: bold;
	left: 14px;
}
.showtitle {
	position: absolute;
	width: 400px;
	font-size: 12px;
	top: 28px;
	left: 14px;
}

.showimage {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 61px;
	left: 16px;
}
.showdetail {
	position: absolute;
	width: 300px;
	height: 110px;
	line-height: 15px;
	left: 135px;
	top: 56px;
}
.showicons {
	position: absolute;
	width: 180px;
	height: 14px;
	bottom: 0px;
	right: -6px;
	text-align:right;
}

.showtracks {
	position: absolute;
	width: 430px;
	height: 130px;
	top: 188px;
	left: 12px;
	padding-top: 1px;
}
.showsecond {
	position: absolute;
	width: 218px;
	height: 130px;
	top: 188px;
	left: 219px;
	padding-left: 4px;
	padding-top: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #76861D;
}

.showinfo {
	position: absolute;
	width: 425px;
	height: 68px;
	top: 340px;
	left: 12px;
}
.showcredits {
	position: absolute;
	width: 425px;
	height: 60px;
	top: 430px;
	left: 12px;
}
.showpc {
	position: absolute;
	width: 452px;
	top: 505px;
	left: 0px;
	text-align: center;
}
.showPrevious {
	position: absolute;
	width: 152px;
	top: 505px;
	left: 10px;
	text-align: left;

}
.showNext {
	position: absolute;
	width: 152px;
	top: 505px;
	right: 10px;
	text-align: right;
}
.tracklink {
	position: relative;
	color: #FF9900;
}
.tracklink:hover {
	cursor:pointer;
	color: #FFCC00;
}
