/* main page image */
#book { 
	background-image: url(media/index-trailer.jpg);
	width: 1024px;
	height: 800px;
	position: relative;
}

/* rollover images */
a#trailer-now {
	left: 660px;
	top: 120px;
	width: 151px;
	height: 46px;
}
a#trailer-now:hover {
	background-image: url(media/trailer-now-hover.jpg);
	border: none;
}
a#trailer-qt-small {
	left: 612px;
	top: 427px;
	width: 58px;
	height: 30px;
}
a#trailer-qt-small:hover {
	background-image: url(media/trailer-qt-small-hover.jpg);
	border: none;
}
a#trailer-qt-large {
	left: 696px;
	top: 417px;
	width: 54px;
	height: 35px;
}
a#trailer-qt-large:hover {
	background-image: url(media/trailer-qt-large-hover.jpg);
	border: none;
}
a#trailer-wmv-small {
	left: 603px;
	top: 472px;
	width: 57px;
	height: 31px;
}
a#trailer-wmv-small:hover {
	background-image: url(media/trailer-wmv-small-hover.jpg);
	border: none;
}
a#trailer-wmv-large {
	left: 685px;
	top: 464px;
	width: 57px;
	height: 33px;
}
a#trailer-wmv-large:hover {
	background-image: url(media/trailer-wmv-large-hover.jpg);
	border: none;
}

