@charset "utf-8";

body {
	filter:expression('');
}
#lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    display: none;
    width: 743px;
    height: 460px;
}

#lightbox-layer-info {
    display: none;
    z-index: 10000;
    position: fixed;
    background: #fff;
    border:1px solid #000;
				_position:absolute;
				top:100px;
				left:200px;
				_top: expression(
        document.documentElement && document.documentElement.scrollTop  || 
        document.body && body.scrollTop  || 0
        + 100 + 'px'
    );
    _left:expression(
        document.documentElement && document.documentElement.scrollLeft || 
        document.body && body.scrollLeft || 0
        + 200 + 'px'
    );
}

#lightbox-imageContainer {
    text-align: center;
}

#lightbox-layer-loading {
}

#lightbox-nav {
	overflow:hidden;
}

#lightbox-prev {
	background: transparent url(../../../../common/img/b-p-prev.gif) no-repeat scroll 0 50%;
	width:16px;
	height:1.5em;
	cursor: pointer;
	display: block;
	float: left;
	text-indent:-9999px;
	padding:0 5px 0 0;
}

#lightbox-next {
	background: transparent url(../../../../common/img/b-p-next.gif) no-repeat scroll 0 50%;
	width:16px;
	height:1.5em;
	cursor: pointer;
	display: block;
	float: right;
	text-indent:-9999px;
}

#lightbox-infoHeader{
	font-weight:normal;
	overflow: hidden;
}


#lightbox-infoFooter{
	display:block;
	float:right;
	background: #000;
}
#lightbox-close {
	background: transparent url(../../../../common/img/b-p-close.gif) no-repeat scroll 0 50%;
	width:16px;
	height:28px;
	cursor: pointer;
	display: block;
	text-indent:-9999px;
	float:right;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 6px 0px;
	margin: 6px 0px 0px;
	height: 30px;

}
#lightbox-layer-info a:link, #lightbox-layer-info a:visited {
 text-decoration:underline;
 color:#999999;
}
#lightbox-layer-image {
	display: block;
	width: 468px;
}
#lightbox-layer-info {
	background: #000;
	padding: 16px 16px 5px;
	color:#FFF;
}
#lightbox-playing {
	float: left;
	width: 430px;
	overflow: hidden;
	font-weight: bold;
}
#lightbox-album {
	overflow: hidden;
}
#lightbox-layer-image .buy {
	text-align:right;
	line-height: 1em;
	font-size: 80%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 6px 0px;
	margin: 6px 0px 0px;
	height: 30px;
}
#lightbox-layer-image .buy .amazon {
}
#lightbox-layer-image .buy .amazon a {
	padding:0 10px 0 5px;
	float:right;
}
#lightbox-layer-image .buy .amazon .lowestprice {
	font-weight: bold;
	color: #F09;
	display:block;
}
#lightbox-layer-image .buy .amazon {
	display: block;
}

