#topnav ul li a#menulink_2{
	background: #dcd9cd;
}
div#banner {
	margin-bottom: 12px;
}
#content {
	height: 560px;
}
#textbooks {
	height: 520px;
	width: 634px;
	position: absolute;
	left: 255px;
	_left: 225px;
	top: 8px;
	_top: 20px;
}
#textbooks .textbook{
	position: absolute;
	height: 476px;
	width: 634px;
	left: 0px;
	top: 0px;
}
#textbooks .textbook img{
	display: block;
}
#textbooks #textbook_nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 600px;
	_width: 610px;
	position: absolute;
	left: 18px;
	top: 490px;
}
#textbooks #textbook_nav li{
	display: inline;
	text-align: center;
}
#textbooks #textbook_nav li a{
	display: block;
	height: 8px;
	width: 8px;
	background: #ccc;
	float: left;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	border-top: 11px solid #fff;
	border-bottom: 11px solid #fff;
}
#textbooks #textbook_nav li a:hover,
#textbooks #textbook_nav li a.activesticky{
	background: #3f60a0;
}
#textbooks #textbook_nav li a u{
	display: none;
}
#textbooks #textbook_arrows   {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#textbooks #textbook_arrows a.previous {
	position: absolute;
	left: 0px;
	top: 490px;
	border-top: 11px solid #fff;
	border-right: 11px solid #fff;
	border-bottom: 8px solid #fff;
}
#textbooks #textbook_arrows a.next {
	position: absolute;
	top: 490px;
	left: 616px;
	border-top: 11px solid #fff;
	border-left: 11px solid #fff;
	border-bottom: 8px solid #fff;
}
