/*!* Example wrapper *!*/
/*.wrap {*/
/*position: relative;*/
/*float: left;*/
/*height:100%;*/
/*!*width: 550px;*!*/
/*}*/
/*.wrap:nth-child(2n) { margin-right: 0; }*/

/*!* Frame *!*/
/*.frame {*/
/*!*width: 510px;*!*/
/*overflow: hidden;*/
/*border: 1px solid #444;*/
/*height: 400px;*/
/*}*/
/*.frame .slidee {*/
/*padding: 20px 25px;*/
/*background: #fff;*/
/*}*/
/*.frame ul.items {*/
/*list-style: none;*/
/*margin: 0;*/
/*padding: 0;*/
/*width: 70%;*/
/*font-size: 24px;*/
/*text-align: left;*/
/*!*line-height: 100px;*!*/
/*}*/
/*.frame ul.items li {*/
/*float: left;*/
/*width: 100%;*/
/*!*height: 100px;*!*/
/*!*margin: 0 0 1px;*!*/
/*!*padding: 0 20px;*!*/
/*!*background: #333;*!*/
/*color: #ddd;*/
/*!*text-align: center;*!*/
/*cursor: pointer;*/
/*}*/

/*.frame ul.items li button{*/
/*width:100%;*/
/*}*/
/*.frame ul.items li.active {*/
/*color: #fff;*/
/*background: #a03232;*/
/*}*/

/*!* Scrollbar *!*/
/*.scrollbar {*/
/*position: absolute;*/
/*right: 10px;*/
/*width: 2px;*/
/*height: 400px;*/
/*background: #ccc;*/
/*line-height: 0;*/
/*}*/
/*.scrollbar .handle {*/
/*width: 100%;*/
/*height: 100px;*/
/*background: #292a33;*/
/*cursor: pointer;*/
/*}*/
/*.scrollbar .handle .mousearea {*/
/*position: absolute;*/
/*top: 0;*/
/*left: -10px;*/
/*width: 22px;*/
/*height: 100%;*/
/*}*/

/*!* Pages *!*/
/*.pages {*/
/*list-style: none;*/
/*margin: 20px 0;*/
/*padding: 0;*/
/*text-align: center;*/
/*}*/
/*.pages li {*/
/*display: inline-block;*/
/*width: 14px;*/
/*height: 14px;*/
/*margin: 0 4px;*/
/*text-indent: -999px;*/
/*border-radius: 10px;*/
/*cursor: pointer;*/
/*overflow: hidden;*/
/*background: #fff;*/
/*box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);*/
/*}*/
/*.pages li:hover {*/
/*background: #aaa;*/
/*}*/
/*.pages li.active {*/
/*background: #666;*/
/*}*/

/*!* Controls *!*/
/*.controls { margin: 25px 0; text-align: center; }*/

.frame {
    padding: 0;
    height: 300px;
}

.frame .slidee {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.frame .slidee li {
    float: left;
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.scrollbar {
    width: 5px;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.scrollbar .handle {
    width: 100%;
    height: 100px; /* overriden if dynamicHandle: 1 */
    background: #6CA437;
}