.paginate {
    display: block;
    width: 670px;
    font-size: 1.2em;
}

    .paginate.pag2 { /* second page styles */
    }

        .paginate.pag2 span {
            font-weight: bold;
        }

            .paginate.pag2 span a {
                display: block;
                float: left;
                color: #585858;
                text-decoration: none;
                padding: 6px 11px;
                margin-right: 6px;
                border-radius: 3px;
                border: 1px solid #ddd;
                background-color: #eee;
                background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eee));
                background-image: -webkit-linear-gradient(top, #f7f7f7, #eee);
                background-image: -moz-linear-gradient(top, #f7f7f7, #eee);
                background-image: -ms-linear-gradient(top, #f7f7f7, #eee);
                background-image: -o-linear-gradient(top, #f7f7f7, #eee);
                background-image: linear-gradient(top, #f7f7f7, #eee);
                -webkit-box-shadow: 2px 2px 4px -1px rgba(0,0,0, .55);
                -moz-box-shadow: 2px 2px 4px -1px rgba(0,0,0, .55);
                box-shadow: 2px 2px 4px -1px rgba(0,0,0, .55);
            }

                .paginate.pag2 span a:hover {
                    color: #3280dc;
                }

                .paginate.pag2 span a:active {
                    position: relative;
                    top: 1px;
                    -webkit-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
                    -moz-box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
                    box-shadow: 1px 1px 3px -1px rgba(0,0,0, .55);
                }

            .paginate.pag2 span.single, .paginate.pag2 span.current {
                display: block;
                float: left;
                padding: 6px 11px;
                padding-top: 7px;
                margin-right: 6px;
                border-radius: 3px;
                color: red;
            }


.apple_pagination {
    background: #f1f1f1;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 1em;
    cursor: default;
}

    .apple_pagination a, .apple_pagination span {
        padding: 0.2em 0.3em;
    }

    .apple_pagination .disabled {
        color: #aaaaaa;
        text-decoration: none !important;
        cursor: none;
    }

        .apple_pagination .disabled a:hover, .apple_pagination .disabled a:focus {
            text-decoration: none !important;
            cursor: none;
        }

    .apple_pagination .current {
        font-style: normal;
        font-weight: bold;
        background-color: #bebebe;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        line-height: 1.5;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
    }

    .apple_pagination a {
        text-decoration: none;
        color: black;
    }

        .apple_pagination a:hover, .apple_pagination a:focus {
            text-decoration: underline;
        }

.zikrButton {
	-moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#3a8a9e;
	font-family:Arial;
	font-size:17px;
	padding:7px 17px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.zikrButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
	background-color:#bab1ba;
}
.zikrButton:active {
	position:relative;
	top:1px;
}
