@charset "utf-8";

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
 background-color: #B9B8B9;
}

a img{
border: none;
}


#SlideWrapper {
 position: relative;
/*	min-width: 1500px; */
	width: 100%;
	min-height: 100%;
}

* html #SlideWrapper {
	height: 100%;
	width: expression(document.body.clientWidth < 1502? "1500px" : "auto");
} /* IE6 */

#SlideContents {
 width: 1361px;
	margin: 0 auto;
 padding-bottom: 52px;
}

/* Tiny Carousel */
#Slider {
 position: relative;
 overflow:hidden;
	margin: 0 auto;
	zoom: 1;
}

#Slider .Viewport{
 width: 980px;
	height: 807px;
	margin: 20px auto 0 auto;
	overflow: hidden;
	position: relative;
}

.Pager {
 position: absolute;
	clear: both;
	top: 303px;
	left: 163px;
 width: 18px;
	height: 302px;
	list-style: none;
}

.Pager li .Active {
	background: url(../images/book/book/detail/pager_active.gif) no-repeat 0 0;
}

.Pager a {
 width: 19px;
 height: 19px;
	margin-bottom: 9px;
	background: url(../images/book/book/detail/pager.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	outline: none;
}

#Slider a {
	outline: none;
}

#Slider .Next {
 position: absolute;
 top: 362px;
	left: 201px;
	z-index: 999;
}

#Slider .Prev {
 position: absolute;
 top: 362px;
	right: 201px;
	visibility: visible;
}

#Slider .Disable {
 visibility: hidden;
}

#Slider .Overview {
 list-style: none;
	position: absolute;
	width: 1009px;
	height: 807px;
	margin: 0 auto;
	right: 0;
	top: 0;
}

#Slider .Overview div {
 float: left;
	width: 980px;
	height: 807px;
}

/* Footer */
#Footer {
 position: absolute;
	bottom: 0;
 width: 100%;
	height: 52px;
	background: url(../images/book/book/detail/bg_footer.gif) repeat-x left bottom;
}

.FooterInner {
 width: 980px;
	margin: 0 auto;
	padding-top: 21px;
	position:relative;
}

.FooterInner address {
 float: left;
	margin-top: 2px;
 font-size: 88%;
 font-style: normal;
	color: #5D5D5D;
}

.FooterInner address.Adress {
 float: left;
 font-size: 88%;
 font-style: normal;
	color: #5D5D5D;
	left: 60px!important;
	top: 21px!important;
}

.FooterInner .Btn {
 float: right;
	overflow: hidden;

}

.FooterInner .Btn a {
 outline: none;
}

.FooterInner .Btn p {
 float: left;
}

.FooterInner .Btn .Center {
	margin-left: 20px;
}