/* CSS Document */
.img_book {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#book a:link img {
	filter: alpha(opacity=60);
 	opacity: .6;
	border: 2px solid #ffffff;
}
#book a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	border: 2px solid #cc0066;
}

#bookb a:link img {

	filter: alpha(opacity=60);
 	opacity: .6;
	border: 2px solid #ffffff;
}
#bookb a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	border-color: #0066CC;
}
#midle_book {
	text-align : center;
	position: fixe;
}
#bookm a:link img {

	filter: alpha(opacity=60);
 	opacity: .6;
	border: 2px solid #ffffff;
}
#bookm a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	border-color: #FFCC33;
}
#bookc a:link img {
	margin-top: 4px;
	filter: alpha(opacity=60);
 	opacity: .6;
	border: 2px solid #ffffff;
}
#bookc a:visited img {
	margin-top: 4px;
	filter: alpha(opacity=60);
 	opacity: .6;
	border: 2px solid #ffffff;
}
#bookc a:hover img {
 	
	filter: alpha(opacity=100);
	opacity: 1;
	border-color: #9966ff;
}


