@charset "utf-8";
/* pinwheel_wrap */
.pinwheel_wrap {
    position: absolute;
    z-index: 9999;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.pinwheel_wrap .pinwheel_layer {
    position: static;
    -moz-box-shadow: 0 0 10px #888888;
    box-shadow: 0 0 10px #888888;
}

.pinwheel_wrap .pinwheel_layer .bg {
    width: 350px;
    padding: 15px;
    line-height: 30px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.pinwheel_wrap .pinwheel_content {
    background-color: #fff;
}

.pinwheel_wrap .pinwheel_default_html {
    background-color: #fff;
    width: 150px;
    height: 100px;
}

.pinwheel_wrap .arrow {
    background: url("/js/jquery-pinwheel/images/layer_arrow.png") no-repeat scroll 0 0 transparent;
    display: block;
    overflow: hidden;
    position: absolute;
}

.pinwheel_wrap .arrow_t, .pinwheel_wrap .arrow_b {
    background-position: 0 0;
    height: 9px;
    left: 20px;
    top: -5px;
    width: 14px;
}

.pinwheel_wrap .arrow_r, .pinwheel_wrap .arrow_l {
    background-position: -8px -24px;
    height: 14px;
    right: -5px;
    top: 20px;
    width: 9px;
}

.pinwheel_wrap .arrow_b {
    background-position: 0 -8px;
    bottom: -5px;
    top: auto;
}

.pinwheel_wrap .arrow_l {
    background-position: 0 -24px;
    left: -5px;
    right: auto;
}

.pinwheel_wrap .pinwheel_loading {
    padding: 10px 20px;
    font-size: 12px;
    color: #666;
}

.pinwheel_wrap .pinwheel_loading div {
    background: url("/js/jquery-pinwheel/images/loading.gif") no-repeat scroll 0 0 transparent;
    text-align: center;
    text-indent: 20px;
    width: 120px;
    height: 20px;
    line-height: 20px;
}