/*main css*/

#controls a {
    color: #fff;
    padding: 4px;
    text-decoration: none;
    font-size:16px;
}
#controls a#btnPrePage {
    background: url("../images/arrow-left.png") no-repeat scroll left center;
    margin-right: 10px;
    padding-left: 16px;
}
#controls a#btnNextPage {
    background: url("../images/arrow-right.png") no-repeat scroll right center;
    margin-right: 10px;
    padding-right: 16px;
}
#controls span.keyborad {
    background: url("../images/key_next.gif") no-repeat scroll right center;
    margin-left: 100px;
    padding: 8px 84px;
    color: #fff;
    font-size: 16px;
}

.loading{
    background: url("../images/loading.gif") center center no-repeat;
    width: 100%;
     height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}