.pagination {
	text-align:center;
	color: #fff;
}
        
.pagination a {
    text-decoration: none;
	/*border: solid 1px #000;*/
	color: #FFB816;
	background-color: #151515;
	font-weight:bold;
	font-family: "Colaborate","Helvetica","Arial","Lucida Grande","Gill Sans","Verdana",sans-serif;
    font-size: 0.7em;
	width:20px;
	height:18px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    /*padding: 0.3em 0.5em;*/
    margin-right: 2px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination .current {
    background: #FFB816;
    color: #000;
	/*border: solid 1px #000;*/
	font-weight:bold;
	font-family: "Colaborate","Helvetica","Arial","Lucida Grande","Gill Sans","Verdana",sans-serif;
    font-size: 0.7em;
	width:20px;
	height:18px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
}

.pagination .current.next, .pagination .current.prev{}

.pagination .next{
	background: transparent url(../img/play2.png) no-repeat;
	width:27px !important;
	height:18px;
	border-width:0;
	text-indent: -9999px;
}

.pagination .prev{ 
	background: transparent url(../img/play3.png) no-repeat;
	width:27px !important;
	height:18px;
	border-width:0;
	text-indent: -9999px;
}
