@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 130%;
}

p {
	margin:0;
	padding:0;
	padding-bottom: 10px;
	border:0;	
	}

img {
	margin:0;
	padding:0;
	border:0;
	}
	
a {
	text-decoration: none;
	color: #F17922;
	}
	
a:hover {
	text-decoration: underline;
	color: #c00;
	}

#pub_content {
	margin: 0;
	padding: 30px 20px 0 50px;
	width: 560px;
	}
	
#header {
	position: relative;
	height: 190px;
	}
	
#book_credits {
	margin: 0;
	margin-left: 200px;
	padding:0;
	background-image:url(../graphics/book_title.gif);
	background-repeat:no-repeat;
	}
	
#book_credits h1 {
	margin: 0;
	padding:12px 0;
	font-size: 32px;
	color: #F17922;
	position: relative;
	left: -3000px;
	}
	
#book_credits h1 .strapline {
	display: block;
	font-size: 12px;
	color: #333;
	padding-top: 6px;
	}
	
#book_credits ul {
	display: none;
	margin: 0;
	padding:0;
	list-style:none;
	}
	
#book_credits li {

	}
	
#book_image {
	float:left;
	width: 190px;
	height:175px;
	text-align: center;
}

#buy_link {
	position: absolute;
	right: 100px;
	bottom:10px;
	background-image:url(../graphics/bg_buy.jpg);
	background-repeat:no-repeat;
	width: 105px;
	height:80px;
	padding-top: 30px;
padding-right: 5px;
	text-align: center;
	}
	
#buy_link a {
	text-decoration: none;
	font-size:15px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	}

#buy_link2 {
	position: absolute;
	right: 230px;
	bottom:10px;
	background-image:url(../graphics/bg_buy.jpg);
	background-repeat:no-repeat;
	width: 105px;
	height:86px;
	padding-top: 24px;
padding-right: 5px;
	text-align: center;
	}
	
#buy_link2 a {
	text-decoration: none;
	font-size:15px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	}

#top_text {
	clear: both;
	}
	
#slideshow {
	width: 550px;
/*background-color: #eee;  
border: 1px solid #ddd;	*/	
	margin-bottom: 10px;
	}
	
#slideshow ul {  
	margin: 0;  
	padding: 0;  
	list-style-type: none;  
	/*height: 1%;*/   /* IE fix */
	}
	  
/*#slideshow ul:after {  
	content: ".";  
	clear: both;  
	display: block;  
	height: 0;  
	visibility: hidden;} */
	
#slideshow .slides {
	overflow: hidden;
	width: 550px;
	}
	
#slideshow .slides .screens {
	width: 3300px;
	}
	
#slideshow .slides .screens li {
	float: left;
/*	width: 550px;*/
	}
	
#slideshow .slides .screens ul {
	margin: 0;
	padding:0;
	list-style:none;
/*	width: 550px;*/
	}

#slideshow .slides .screens ul li {
	margin: 0;
	padding:0;
	padding: 0;
	float: left;
	line-height: 0;
/*	padding-right: 10px;
	width: 550px;*/
	}
	
#slideshow .control{ 
clear: both;
	float: right;} 
	  
#slideshow .control li {  
	float:left;}  
  
#slideshow .control li a {  
	display: block;  
	padding: 10px 10px;  
	outline: none;
	color: #333;
	text-decoration: none;}
	
	
	
.js #slideshow .control li.on,
.js #slideshow .control li.on a {
background-color: #ccc;}

#bottom_text {
	clear: both;
	}
