/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay {
background-color:#000;
}
#cboxWrapper {
}
#cboxContent {
padding:10px 10px 7.4em;
background-color:#fff;
}
#cboxBottomCenter {
height:6.4em;
}
#cboxLoadingGraphic {
background:url(../img/loading.gif) center center no-repeat;
}
#cboxCurrent {
display:none;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
position:absolute;
background-repeat:no-repeat;
text-indent:-9999px;
}
#cboxPrevious,
#cboxNext {
top:29px;
width:54px;
height:29px;
}
#cboxPrevious {
left:10px;
background-image:url(../img/prev.png);
}
#cboxNext {
right:10px;
_right:9px;
background-image:url(../img/next.png);
}
#cboxClose {
right:10px;
top:512px;
width:63px;
height:15px;
background-image:url(../img/close.png);
}
#cboxTitle {
margin-right:75px;
margin-left:11px;
color:#666;
line-height:1.3;
}
#cboxTitle em {
zoom:1;
display:block;
margin:7px 0 6px -11px;
padding-left:6px;
border-left:3px solid #9D7567;
color:#494949;
font-size:1.5em;
font-style:normal;
font-weight:bold;
line-height:1.55;
}
