#shadowbox{position:relative;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#shadowbox img{border:none;}
#shadowbox *{outline:0;}
#sb-overlay{position:fixed;width:100%;height:100%;}
#sb-wrapper{position:fixed;display:block;visibility:hidden;left:50%;top:50%;}
#sb-body,
#sb-content,
#sb-cover{position:absolute;width:100%;height:100%;}
#sb-body{}
#sb-content{background:black}
#sb-cover{background:black;}
#sb-close,
#sb-next,
#sb-prev{position:absolute;display:none;background:url("shadowbox-icons.png") no-repeat;cursor:pointer;}
#shadowbox.active #sb-close,
#shadowbox.has-next #sb-next,
#shadowbox.has-prev #sb-prev{display:block;}
#sb-close{top:0;right:0;width:60px;height:40px;background-position:50% 0;margin:-18px -30px 0 0;}
#sb-next{right:0;top:50%;width:60px;height:46px;background-position:50% -40px;margin:-20px -40px 0 0;}
#sb-prev{left:0;top:50%;width:60px;height:46px;background-position:50% -86px;margin:-20px 0 0 -37px;}