.wideslider {
    width: 100%;
    height: 270px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.wideslider2 {
    width: 190px;
    height: 360px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
.wideslider2 ul,
.wideslider2 ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.wideslider2 .slider_prev {
    top: 317px;
    left: 0px !important;
    overflow: hidden;
    position: absolute;
    width: 38px !important;
    height: 29px !important;
    z-index: 9999;
    cursor: pointer;
    background: #000;
}
.wideslider2 .slider_next {
    top: 317px;
    right: 0px !important;
    overflow: hidden;
    position: absolute;
    width: 38px !important;
    height: 29px !important;
    z-index: 9998;
    cursor: pointer;
    background: #000;
}

.slider_prev {
    background: #fff url(/shared/templates/police/img/prev.jpg) no-repeat right center;
}
.slider_next {
    background: #fff url(/shared/templates/police/img/next.jpg) no-repeat left center;
}
.wideslider2 .slider_prev {
    background: #fff url(/shared/templates/police/img/prev2.gif) no-repeat right center;
    }
.wideslider2 .slider_next {
    background: #fff url(/shared/templates/police/img/next2.gif) no-repeat left center;
    }

.pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
}
/*.pagination a.pn1 {
    width: 20px;
    height: 20px;
    background: #000;
}
.pagination a.pn2 {
    width: 20px;
    height: 20px;
    background: #000;
}
.pagination a.pn3 {
    width: 20px;
    height: 20px;
    background: #000;
}
.pagination a.pn4 {
    width: 20px;
    height: 20px;
    background: #000;
}
.pagination a.pn5 {
    width: 20px;
    height: 20px;
    background: #000;
}*/



.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}


/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


/*ここから*/
.pauseplaybtn {
    position: relative;
    width: 960px;
    height: 270px;
    margin: 0 auto;
    z-index: 999;
}
.pauseplaybtn a {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    background-color: rgba(33,33,33,.8);
    z-index: 999;
}
.pauseplaybtn a img {
    width: 26px;
    height: 26px;
}
.pauseplaybtn a.hide {
    display: none;
}
/*ここから*/
.pauseplaybtn2 {
    position: relative;
    width: 190px;
    height: 270px;
    margin: 0 auto;
    z-index: 999;
}
.pauseplaybtn2 a {
    display: block;
    position: absolute;
    bottom: -76px;
    right: 54px;
    z-index: 999;
}
.pauseplaybtn2 a img {
    width: 81px;
    height: 29px;
}
.pauseplaybtn2 a.hide {
    display: none;
}
/*ここまで*/