/* jslider UI Press */


#bookslidertable {
	width: 648px;
	height: 305px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #9fbbd2;
	}
	
.bookslidertable_header {
	background-color: #b4d1ef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 25px;
	color: #000000;
	font-weight: bold;
	height: 28px;
	width: 650px;
	background-image: url("http://www.urban.org/uipress/slider/browse-ui-press.gif");
    background-repeat: no-repeat;
}

.anyClass {
	height: 300px;
	}
	
.anyClass img {
	margin: 20px 40px 0px 40px;
	}


.prev {
	float: left;
	cursor: hand;
	margin-left: 26px;
	}
	
.next {
	float: right;
	cursor: hand;
	}	

.booktitles {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	text-align: center;
	margin-left: 36px;
	padding-top: 1px;
	}

.booktitles a:link {
	color: #00478d;
	text-decoration: none;
	}
	
.booktitles a:visited {
	color: #00478d;
	text-decoration: none;
	}
		
.booktitles a:hover {
	color: #00478d;
	text-decoration: underline;
	}	
	
.booktitles a:active {
	color: #00478d;
	text-decoration: underline;
	}	
