@charset "utf-8";
/* CSS Document */


#listingAJAX .image1{
background:#FFFFB9;
border:1px dotted #FFCC00;
display:block;
width:500px;
padding:20px;
font-size:18px;
margin-bottom:5px;
}
#listingAJAX .image1:hover{
background-color:#e4f9b4;
}

.pagination{
font-weight:bold;
margin-right: 40px;
padding:5px;
overflow:hidden;
}

.pagination ul{

padding: 0;
text-align: center; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
white-space:nowrap;
overflow:hidden;
}

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

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

.pagination a{
padding: 5px;
border: solid 1px #d5d5d5;
text-decoration: none; 
color: #a5a3a4;
display: block;
margin-right: 4px;
background-color: #75B1CD;
}

.pagination a:hover{
padding: 5px;
border: 1px solid #95989D;
color:#75B1CD;
background-color: #EDEDED;
}

.pagination .currentpage{ /*Style for currently selected page link*/
background-color:#EDEDED;
margin-right:4px;
padding:5px;
border: solid 1px #95989D;
text-decoration: none; 
color: #75B1CD;
display: block;
}	

