/*LIGHTBOX FRAMEWORK*/
.lightbox_bg{width:100%; height:100%; top:0px; left:0px; background-color:black; position:fixed; z-index:100; cursor:pointer;}
#lightbox_container{top:50%; left:50%; width:380px; height:521px; position:fixed; z-index:101;}
#lightbox_tooltip{color:#ffffff; font-size:9px; font-family:Arial; position:absolute; z-index:103}
#lightbox_loader{position:fixed; left:50%; top:50%; margin:-30px 0px 0px -30px; width:32px; height:32px; background-image:url(../img/loader_bg.png); z-index:200;}

/*LIGHTBOX CONTENT STYLES*/
#lb_artist_container{width:100%; height:100%;}

#lb_artist_top{float:left; width:100%; height:41px; background-image:url(../img/lb/lb_bg_top.jpg);}
#lb_artist_name{font-size:25px; color:#ffffff; margin:6px 0px 0px 15px;}
#lb_artist_main{float:left; width:100%; background-image:url(../img/lb/lb_main.jpg); background-repeat:repeat-x; background-color:#534159;}
#lb_artist_img{float:left; width:356px; height:111px; margin:12px 0px 0px 12px;}
#lb_artist_txt{float:left; width:356px; font-size:11px; color:#dedede; margin:10px 0px 12px 12px; text-align:justify;}
#lb_artist_bottom{float:left; width:100%; background-image:url(../img/lb/lb_bg_btm.jpg); height:30px;}
#lb_artist_bottom a{font-size:12px; color:#ffffff; font-weight:normal;}
#lb_artist_btn_l{margin:5px 8px 0px 0px; float:right;}