div.yukleniyor
{
font-size: 14px;
font-family: Arial;
padding-top: 100px;
}

div.orta
{
height: 210px;
padding: 10px;
padding-right: 20px;
text-align: center;
margin-bottom: 1px;
background-color: #F0F0F0;
}

div.orta img
{
width: 250px;
height: 188px;
border-style: solid;
border-width: 1px;
border-color: #999999;
padding: 5px;
margin: 5px;
margin-right: 20px;
}

div.orta a
{
text-decoration: none;
}

.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
font-family: Arial;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active{
padding: 0 5px;
border: 1px solid #9AAFE5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover{
color: #000000;
border: 1px solid #000;

}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
border: 0;
}