 .holder_room {
    width: 26px;
}
.holder_room a {
    display:inline-block;
    cursor:pointer;
    margin:10px 10px 10px 20px;
    padding:5px;
    border-radius:50%;
    background-color:#ccc;
}
.holder_room a:hover {
    background-color:#000;
    color:#000;
}
.holder_room a.jp-previous {
    margin-right:15px;
}
.holder_room a.jp-next {
    margin-left:15px;
}
.holder_room a.jp-current,a.jp-current:hover {
    color:#000;
    font-weight:bold;
}
.holder_room a.jp-disabled,a.jp-disabled:hover {
    color:#000;
}
.holder_room a.jp-current,a.jp-current:hover,.holder_room a.jp-disabled,a.jp-disabled:hover {
    cursor:default;
    background-color:#000;
}
.holder_room span {
    margin: 0 5px;
}


 .holder_news {
    width: 26px;
}
.holder_news a {
    display:inline-block;
    cursor:pointer;
    margin:10px 10px 10px 0px;
    padding:5px;
    border-radius:50%;
    background-color:#ccc;
}
.holder_news a:hover {
    background-color:#000;
    color:#000;
}
.holder_news a.jp-previous {
    margin-right:15px;
}
.holder_news a.jp-next {
    margin-left:15px;
}
.holder_news a.jp-current,a.jp-current:hover {
    color:#000;
    font-weight:bold;
}
.holder_news a.jp-disabled,a.jp-disabled:hover {
    color:#000;
}
.holder_news a.jp-current,a.jp-current:hover,.holder_news a.jp-disabled,a.jp-disabled:hover {
    cursor:default;
    background-color:#000;
}
.holder_news span {
    margin: 0 5px;
}

@media screen and (max-width:640px){  
	.float-pic .center-btn { width:80%; }
	.holder_news { width:100%; text-align:center;  } 
	.holder_news a{width:.32em; height:.32em; display:block; margin:1em auto 2em auto; }
}