#facebox .popup .body { padding: 10px; background: #444444; width: 500px; }
#lblTitle { color:#ffcc00; } #lblDetails { color: #dddddd; }
#facebox .popup .footer { border: 0px; } #facebox .footer img { display: none; }
<script type="text/javascript"> $(document).ready(function() { $("#facebox").find(".footer").find("img").attr("src","http://i201.photobucket.com/albums/aa236/Mottie1/testsite/icons/close.png"); }); </script>
<a rel="facebox" href="http://i201.photobucket.com/albums/aa236/Mottie1/SMRT.jpg">Kitty!</a>
#facebox .ContentBox { background: #333333 url(); color: #dddddd; width:800px; }#facebox .ContentBoxTitle { background: #333333 url(); color: #ffcc00; font-size: 150%; font-weight: bold; }#facebox .ContentBoxBody { background:#333333 url(); color: #dddddd; }
<style type="text/css">.ContentBox {width:800px !important;}.ContentBoxTitle { background: #333333 url(); color: #ffcc00; font-size: 150%; font-weight: bold; }.ContentBoxBody { background:#333333 url(); color: #dddddd; }</style>
#facebox_overlay { position: fixed; top: 0px; left: 0px; height:100%; width:100%; opacity: 0.7 !important; filter: alpha(opacity=70) !important;}
Positioning the facebox window
#facebox {position:absolute; top:20px !important;}
Scrollbars in facebox
#facebox .body { width:1010px;}
<div style="width:1010px">INFO BOX CONTENTS HERE</div>