
div#ebookslideshow {
	z-index					: 2147483647; /* top most */	
/* position				: absolute; */
	text-align			: center;
	width						: 260px;
	height					: 60px;
/* 	border					: 1px solid #AAA; */
	left						: 0px;
	right						: 0px;
/* top						: 0px; */
/* bottom					: 0px; */
	margin					: auto;
	padding					: 25px 0px;
/* 	border-radius		: 10px; */
	opacity					: 0.8;
	background			: #e3e3e3;
}

div#ebookslideshow .slideshow_up{
	width:100%;
	height:36px;
	display:block;
	position:absolute;
	top:20px;
}
div#ebookslideshow .slideshow_down{
	width:100%;
	height:45px;
	display:block;
	padding:10px 0px 2px 0px;
	background:#ebebeb;
	position:absolute;
	top:60px;
}

div#ebookslideshow span {
	font-size : 15px;
}

div#ebookslideshow #slideCurrentPageNum {
	color : #8f8d8e;
}

div#ebookslideshow #slideBtnClose {
    font-size: 30px;
    color: #797979;
    position: absolute;
    top: -10px;
    cursor: pointer;
    z-index: 10;
    right: 48px;
	}

div#ebookslideshow #slideTotalPageNum {
	color : #8f8d8e;
}

div#ebookslideshow #slideshowSpeedNum {
	margin-right:20px;
	color : #8f8d8e;
}

div#ebookslideshow #slideshowDelayBar {
	left : 0px;
	right : 0px;
	margin : 0px 10px;
	width	: 50px;
	height	: 10px;
	display : inline-block;
}

div#ebookslideshow input {
	width	: 25px;
	height	: 25px;
	margin-right : 45px;
}

div.dragarea {
	width		: 100%;
	height	: 100%;
	position: absolute;
	left		: 0px;
	top			: 0px;
	z-index	: -1;
}
 
