/* CSS Guideline to style rokbox */
/* When adding your own theme,make sure to replace "custom" with your theme name */
/* use lowercase characters and no space. For example,we name our theme "mytheme" */
/* we replace every "rokbox-dark " with "rokbox-mytheme" */
/* Wrapper,the very outside container of rokbox */
.rokbox-dark #rokbox-wrapper{}
.rokbox-dark .clr {clear:both;}
.rokbox-dark #rokbox-close{height:30px;width:20px;display:block;float:right;}
.rokbox-dark #rokbox-close span{display:none;}
/* Table for border look and feel */
.rokbox-dark #rokbox-top.rokbox-left{background:url(tl.png) 0 0 no-repeat;clear:both;}
.rokbox-dark #rokbox-top .rokbox-right{background:url(tr.png) 100% 0 no-repeat;}
.rokbox-dark #rokbox-top .rokbox-center{background:url(top.png) 0 0 repeat-x;height:20px;margin-left:20px;margin-right:20px;}
.rokbox-dark #rokbox-middle {overflow: hidden;}
.rokbox-dark #rokbox-middle.rokbox-left{background:url(left.png) 0 0 repeat-y;clear:both;}
.rokbox-dark #rokbox-middle .rokbox-right{background:url(right.png) 100% 0 repeat-y;}
.rokbox-dark #rokbox-middle .rokbox-center{
   /* background:#111 url(../../images/bg-grey.png) 30% 20%;         */
    background:#111;
    margin-left:20px;
    margin-right:20px;
    opacity:0.8;
    filter:alpha(opacity=80);}
.rokbox-dark #rokbox-bottom.rokbox-left{background:url(bl.png) 0 0 no-repeat;}
.rokbox-dark #rokbox-bottom .rokbox-right{background:url(br.png) 100% 0 no-repeat;}
.rokbox-dark #rokbox-bottom .rokbox-center{background:url(bottom.png) 0 0 repeat-x;height:20px;margin-left:20px;margin-right:20px;}
/* Object/Image container */
.rokbox-dark #rokbox-container{}
/* Spinner class that gets added when loading content and removed when loaded */
.rokbox-dark #rokbox-container.spinner{background:url(ajax-loader.gif) 50% 50% no-repeat;}
/* Arrows wrapper (for previous and next when visible) */
.rokbox-dark #rokbox-arrows{margin-top:15px;position:absolute;right:0;width:70px;height:20px;}
.rokbox-dark #rokbox-arrows a{float:left;display:block;width:20px;height:20px;margin-right:5px;}
/* Previous arrow and its text span */
.rokbox-dark #rokbox-arrows #rokbox-previous{background:url(prev.png) 0 0 no-repeat}
.rokbox-dark #rokbox-arrows #rokbox-previous span{display:none;}
/* text wrapper,useful to set as display none when using images */
/* Next arrow and its text span */
.rokbox-dark #rokbox-arrows #rokbox-next{background:url(next.png) 0 0 no-repeat}
.rokbox-dark #rokbox-arrows #rokbox-next span{display:none;}
/* text wrapper,useful to set as display none when using images */
.rokbox-dark #rokbox-arrows #rokbox-previous.inactive,
.rokbox-dark #rokbox-arrows #rokbox-next.inactive{background-position:0 -20px;}
/* Captions wrapper and titles and descriptions */
.rokbox-dark #rokbox-caption{padding-top:25px;font-family:Helvetica,Arial,sans-serif;}
.rokbox-dark #rokbox-caption h2{/* titles */
margin:0 0 10px 0;padding:0;color:#333;font-size:18px;font-weight:bold;}
.rokbox-dark #rokbox-caption p{/* description */
margin:0;color:#999;font-size:12px;}