.my-page-group {
    display: inline-block;
}

.my-page-prev,
.my-page-next,
.my-page-cell {
    color: #58595B;
    font-size: 16px;
    background: #FFFFFF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.my-page-omit {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 12px;
    vertical-align: middle;
    display: inline-block;
}

.my-page-cell:hover,
.my-page-cell.my-page-checked {
    background: #D40815;
    color: #fff;
}

.my-page-prev {
    background: #fff url("/assets/web/images/ic_arrow_left.png") no-repeat center;
    background-size: 16px;

}

.my-page-next {
    background: #fff url("/assets/web/images/ic_arrow_right.png") no-repeat center;
    background-size: 16px;
}

.my-page-prev:hover,
.my-page-next:hover {
    opacity: .5;
    /* IE 4-9 */
    filter: alpha(opacity=50);
    /*This works in IE 8 & 9 too*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*IE4-IE9*/
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}