body{
	background: #000 url(../images/bg.jpg) no-repeat top;
}
#wrapper{
	width:800px;
	margin: 0px auto;
}
#chapters{
	height:100px;
	position: absolute;
}
#chapters li{
	float: left;
	padding: 0px 7px;
	height:85px;
}
#chapters li img.carrot{
	display: none;
	clear: left;
}
#chapters li span{
	display: none;
	z-index: 5;
	position: absolute;
	top: 95px;
	left:  150px;
/*	margin-left:-300px;*/
	margin-left:-150px;
	width: 750px;
	background: url("../images/black_80.png");
	padding: 10px;
	border: 2px solid #333;
	color: #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
   	#chapters li span{
		margin-left:-150px;
	}
}*/
#chapters li span img{
	position: absolute;
	z-index: 6;
	margin-top: -21px;
	margin-left: 150px;
}
#title{
	padding-top: 100px;
	padding-left: 110px;
}
#pre_order,#order{
	display: block;
	width:740px;
	height:130px;
	background: url(../images/pre_order.png) no-repeat;
	margin: 70px auto;
	margin-bottom: 0px;
}
#pre_order:hover{
	background-image: url(../images/pre_order_ro.png);
}
#order{
	background-image: url(../images/order.png);
}
#order:hover{
	background-image: url(../images/order_ro.png);
}
#free_chapter{
	display: block;
	float: right;
	width:162px;
	height:313px;
	background: url(../images/free_chapter.png) no-repeat;
}
#free_chapter:hover{
	background-image: url(../images/free_chapter_ro.png);
}
#watch_this{
	display: block;
	float: right;
	clear: right;
	margin-top: -35px;
	margin-right: 20px;
	width:151px;
	height:123px;
	background: url(../images/watch_this.png) no-repeat;
}
#watch_this:hover{
	background-image: url(../images/watch_this_ro.png);
}
.book_back{
	float: left;
	margin-left: 40px;
	width:340px;
	color: #999;
}
#video_holder{
	width: 720px;
	text-align: center;
	border: 1px solid #333;
	margin: 30px auto;
	margin-top: 50px;
}
#video_holder a{
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	font-size: 2em;
	display: block;
	padding: 10px;
	text-decoration: none;
}
#video_holder a:hover{
	color: #c61e25;
}
strong{
	color: #fff;
}
cite{
	color: #c61e25;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
}
small{
	color: #ccc;
	font-style: italic;
}
hr{
	border: none;
	background: #333;
	height:1px;
	color: #333;
	width:720px;
}
a.button{
	float: right;
	background: #c61e25;
	color: #000;
	font-weight: bold;
	font-size: .7em;
	line-height: 1em;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 10px;
	text-decoration: none;
	margin-left: 5px;
}
a.button:hover{
	background: #333;
	color: #fff;
}
