#cboxOverlay {
background:url(../../images/bg.jpg)top center no-repeat;
}

#cboxContent {
background:url(../../images/content-bg.png)repeat;
padding: 10px;
}

#cboxLoadedContent {
}

#cboxTitle {
display: none;
}

#cboxCurrent {
position:absolute;
bottom:3px;
left:58px;
color:#949494;
}

#cboxLoadingOverlay {
background:url(loading_background.png) center center no-repeat;
}

#cboxLoadingGraphic {
background:url(loading.gif) center center no-repeat;
}

#cboxClose {
position:absolute;
top:15px;
right:20px;
background:url(close.png)bottom right no-repeat;
width:25px;
height:25px;
text-indent:-9999px;
}