/* dc.Box --> */

#dcboxthick{
 display: none;
 position: fixed;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 z-index: 100;
 background-color: #000;
}

#dcboxbody {
 display: none;
 position: fixed;
 z-index: 101;
 width: 0px;
 height: 0px;
 padding: 1px;
 background-color: #000;
 border: 1px solid #acb638;
 border-radius: 15px;
 padding: 10px;
}

#dcboxbody a.close {
 outline: none;
 position: absolute;
 top: -16px;
 right: -16px;
 z-index: 104;
 display: block;
 width: 32px;
 height: 32px;
 background-image: url(img/dcbox-close.png);
}

#dcboxcontent {
 overflow: hidden;
 padding-bottom: 34px;
 color: #727271;
}

#dcboxcontent div {
 overflow: auto;
}

#dcboxcontent div.load {
 background-image: url(../img/dcbox-load.gif);
 background-repeat: no-repeat;
 background-position: center;
}

#dcboxcontenttxt {
 overflow: auto;
 max-height: 100%;
}

#dcboxcontent a.prev, #dcboxcontent a.next {
 position: absolute;
 width: 30px;
 margin-bottom: 4px;
 color: #000;
 font-family: Arial, Verdana, sans-serif;
 font-size: 24px;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 line-height: 30px;
}

#dcboxcontent a.prev {
 display: block;
 left: 0px;
 bottom: 0px;
}

#dcboxcontent a.next {
 right: 0px;
 bottom: 0px;
}