$(document).ready(function(){

$(".book-video a").click(function(){
	$(".book-video").animate({
	height: 192, width: 320
	}, "normal"
	).load("/book/video.html");
	return false;
});

});