
/*Quotes style*/
.sitecontenr div.pagination {
direction:rtl;
	padding:3px;
	margin:3px;
	text-align:center;

}

.sitecontenr div.pagination a {
	padding:7px 5px;
	margin-right: 2px;
	border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtmlborder-radius:5px;
	text-decoration: none; 
	color: #9e0000;
	background: url(../images/style/ziag_46.jpg) repeat-x;
}
.sitecontenr div.pagination a:hover,.sitecontenr  div.pagination a:active {
 
	background: url(../images/style/ziag_44.jpg) repeat-x;
color:#fff;
text-decoration:none;
}
.sitecontenr div.pagination span.current {
	padding:7px 5px;
	margin-right: 2px;
	font-weight: bold;
	background: url(../images/style/ziag_44.jpg) repeat-x;
	color: #fff;
border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtmlborder-radius:5px;
	
}
.sitecontenr div.pagination span.disabled {
	padding:7px 5px;
	margin-right: 2px;
	color: #aaa;
background:#ccc;
border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtmlborder-radius:5px;
}
