body		{ background: #FFFFFF; color:#999999; font-size: 12px; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration:none; text-align: justify}

a:link	{color:#FF0000;} /* for unvisited links */
a:visited	{color:#FF0000;} /* for unvisited links */
a:hover 	{color:#999999;} /* when mouse is over link */

#back {
	width: 77px;
	height: 50px;	
}

#back a {
	background: url(../images/icons/iconhome-a.gif) no-repeat;
	display: block ;
	height: 50px;
	width: 77px;
}

#back a:hover {
	background: url(../images/icons/iconhome-b.gif) no-repeat;
}

#bookpages {
	text-align: center;
	position:absolute;
	left: 200px; 
	top: 85px;
	width: 652px;
	border: 0px solid blue;
}

#slideshow-title {
	text-align: center;
	position:absolute;
	left: 0px; 
	top: 480px;
	width: 652px;
	border: 0px solid green;
}

#slideshow_text {
	text-align: center;
	position:absolute;
	left: 0px; 
	top: 410px;
	width: 652px;
	border: 0px solid red;
}

hr {
border : none;
border-top : dashed 1px #FF0000;
color : #FFFFFF;
background-color : #FFFFFF;
height : 1px;
}

