.topimage
{
	margin: 10px 0 10px 170px;
	display: block;
	background: url(../../images/books/adult/mainpic.gif) no-repeat;
	width: 216px;
	height: 79px;
	outline: none;
}



#row1 {
	border: 0px solid green;
	width: 610px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
}


#book1 
{
	display: block;
	float: left;
	position: absolute;
	top: 0px;
	left: 75px;
	text-align: center; 
	width: 122px;
	height: 181px;
	border: 0px solid #fff;
}

#book1 .cover a {
	display: block;
	background: url(../../images/books/adult/wifey.gif) no-repeat;
	width: 122px;
	height: 181px;
	border: 0px solid #fff;
	outline: none;
}

#book1 .cover a:hover {
	background: url(../../images/books/adult/wifey_over.gif) no-repeat;
}


#book2 
{
	display: block;
	float: left;
	position: absolute;
	top: 0px;
	left: 225px;
	text-align: center;
	width: 122px;
	height: 181px;
	border: 0px solid #fff;
}

#book2 .cover a {
	display: block;
	background: url(../../images/books/adult/smart.gif) no-repeat;
	width: 122px;
	height: 181px;
	border: 0px solid #fff;
	outline: none;
}

#book2 .cover a:hover {
	background: url(../../images/books/adult/smart_over.gif) no-repeat;
}


#book3
{
	display: block;
	position: absolute;
	top: 0px;
	left: 375px;
	text-align: center;
	width: 120px;
	height: 181px;
	border: 0px solid #fff;
}

#book3 .cover a {
	display: block;
	background: url(../../images/books/adult/summer.gif) no-repeat;
	width: 120px;
	height: 181px;
	border: 0px solid #fff;
	outline: none;
}

#book3 .cover a:hover {
	background: url(../../images/books/adult/summer_over.gif) no-repeat;
}


