@-webkit-keyframes thumbnaul_on {
  from {
    opacity:0.3;
    border-style: solid;
    border-color: #1EE2E2;
    border-width: 0px;
    overflow: hidden;
  }
  to {
    opacity:1;
    border-style: solid;
    border-color: #1EE2E2;
    border-width: 2px;
    overflow: hidden;
  }
}

body {
	margin:0px;
	padding:0px;
	overflow:hidden;
}


#ebook-view{
	z-index: 0;
}

div.nex-viewport{
	margin:0px;
	padding:0px;
	overflow: hidden;
	background-color:#CCCCCC;
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#A3A3A3, endColorstr=#E5E5E5);
    background-image:-moz-linear-gradient(top, #A3A3A3 0%, #E5E5E5 80%);
	background-image:linear-gradient(top, #A3A3A3 0%, #E5E5E5 80%);
	background-image:-webkit-linear-gradient(top, #A3A3A3 0%, #E5E5E5 80%);
	background-image:-o-linear-gradient(top, #A3A3A3 0%, #E5E5E5 80%);
	background-image:-ms-linear-gradient(top, #A3A3A3 0%, #E5E5E5 80%);
 	background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#A3A3A3), color-stop(80%,#E5E5E5));
	/*
	background-image: url(./images/bookbg.jpg);
	 background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    */
	position:relative;
	margin:auto;
}

.clear{
	clear:both;
}

.x1024 .pages, .x1024 #controllers{
	width:1024px;
}

.x1024 .turn-page, .x1024 #shadow-page{
	width:512px;
}

.page{
	background:white;
	background-color:#f0f0f0;
	background-size:100% 100%;
}

.page-wrapper{
	overflow: hidden;
}

.even .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, color-stop(0.95, transparent), color-stop(1, rgba(0, 0, 0, 0.2)));
	background-image: -webkit-linear-gradient(left,transparent 95%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -moz-linear-gradient(left, transparent 95%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -ms-linear-gradient(left, transparent 95%, rgba(0, 0, 0, 0.2) 100%);
	background-image: -o-linear-gradient(left, transparent 95%, rgba(0, 0, 0, 0.2) 100%);
	background-image: linear-gradient(left, transparent 95%, rgba(0, 0, 0, 0.2) 100%);
}

.odd .gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, right top, left top, color-stop(0.95, transparent), color-stop(1, rgba(0, 0, 0, 0.15)));
	background-image: -webkit-linear-gradient(right,transparent 95%, rgba(0, 0, 0, 0.15) 100%);
	background-image: -moz-linear-gradient(right, transparent 95%, rgba(0, 0, 0, 0.15) 100%);
	background-image: -ms-linear-gradient(right, transparent 95%, rgba(0, 0, 0, 0.15) 100%);
	background-image: -o-linear-gradient(right, transparent 95%, rgba(0, 0, 0, 0.15) 100%);
	background-image: linear-gradient(right, transparent 95%, rgba(0, 0, 0, 0.15) 100%);
}

.gradient {
	z-index:1;
	position: absolute;
	width:100%;
	height:100%;
}

.contentsContainer{
	display: block;
	z-Index: 2;
	position: absolute;
	width:100%;
	height:100%;
}

.own-size{
	left:auto;
	top:auto;
}

.loader{
	background-image:url(images/loader.gif);
	width:22px;
	height:22px;
	position:absolute;
	z-index:1001;
}


.hard{
	background-color:white;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}

.page-content{
	margin:20px;
}

.page-content a{
	text-decoration:none;
	color:#2F548E;
}

.page-content a:hover{
	text-decoration:underline;
}


.page-content .btn{
	padding:5px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-decoration:none;
	border:1px solid #999;
	background-color:#ddd;
	color:#333;
	text-shadow:1px 1px 1px #ccc;
	background-image:-webkit-linear-gradient(top, #ccc 0%, #aaa 100%);
	background-image:-moz-linear-gradient(top, #ccc 0%, #aaa 100%);
	background-image:-o-linear-gradient(top, #ccc 0%, #aaa 100%);
	background-image:-ms-linear-gradient(top, #ccc 0%, #aaa 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(1, #aaa));
	font:16px "Candara", arial;
}

.page-content .btn:hover{
	-webkit-box-shadow:inset 0 0 4px #666;
	-moz-box-shadow:inset 0 0 4px #666;
	-o-box-shadow:inset 0 0 4px #666;
	-ms-box-shadow:inset 0 0 4px #666;
	border:1px solid #555;
	color:#111;
	text-decoration:none;
}

.page-content .btn:active{
	color:#fff;
	text-shadow:1px 1px 1px #32373E;
	background-image:-webkit-linear-gradient(top, #81888E 0%, #43474E 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #81888E), color-stop(1, #43474E));
	background-image:-moz-linear-gradient(top, #81888E 0%, #43474E 100%);
	background-image:-o-linear-gradient(top, #81888E 0%, #43474E 100%);
	background-image:-ms-linear-gradient(top, #81888E 0%, #43474E 100%);
}

.feedback{
	position:absolute;
	z-index:1000;
	left:0px;
	top:50%;
	height:110px;
}

.feedback > a{
	position: relative;
	top:-75px;
	background:#aaa;
	width:110px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	display: block;
	font:20px arial;
	color:white;
	text-align:center;
	padding:5px;
	text-decoration:none;
	-webkit-transform: rotate(-90deg) translate(0px, -43px);
	-moz-transform: rotate(-90deg) translate(0px, -43px);
	-o-transform: rotate(-90deg) translate(0px, -43px);
	transform: rotate(-90deg) translate(0px, -43px);
}

.feedback > a:hover{
	background:#333;
}

.join-area{
	text-align:center;
	margin:30px;
}

.join{
	border:1px solid #0045CC;
	background-image:-webkit-linear-gradient(top, #0086CC 0%, #0045CC 100%) !important;
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #0086CC), color-stop(1, #0045CC))  !important;
	background-image:-moz-linear-gradient(top, #0086CC 0%, #0045CC 100%) !important;
	background-image:-o-linear-gradient(top, #0086CC 0%, #0045CC 100%) !important;
	background-image:-ms-linear-gradient(top, #0086CC 0%, #0045CC 100%) !important;
	color:white !important;
	font:18px arial;
	text-shadow:1px 1px 1px #003497;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	text-decoration:none;
	padding:5px 10px;
}

.join:hover{
	-webkit-box-shadow:inset 0 0 10px #0057AC;
	-moz-box-shadow:inset 0 0 10px #0057AC;
	-o-box-shadow:inset 0 0 10px #0057AC;
	-ms-box-shadow:inset 0 0 10px #0057AC;
}


/* test toolbar */
a {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

div.nex-header{
	width:100%;
	height: 70px;
	text-align: center;
	position: absolute;
	z-index: 1002;
}


/* Toolbar */

div.nex-header
{ 
	top:0px;
}

.nex-toolbar
{ 
    z-index: 1002;
    width:100%;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    margin:0 auto;
    height: 70px;
    padding-left: 5px;
    padding-right: 5px;
}

.nex-toolbar-single
{ 
	z-index: 1002;
	width:100%;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    table-layout: fixed;
    margin:0 auto;
    height: 130px;
	padding-left: 5px;
	padding-right: 5px;
}


.nex-toolbar-but{ /* div for the 'hide status' */
	z-index: 1002; /* keep the bar on top  */
    
	position: absolute; 
	background: rgba(129, 129, 129, 0.8);
	background: url(images/menu_but.png) no-repeat 0px 0px;
	background-size: 54px 54px;
 	width: 54px;
 	height: 54px;
 	cursor: pointer;
 	top:11px;
  	z-index: 1004;
}


div.nex-showbar{ /* show button */
  ;
}

.nex-showbar:active{
	position:relative;
	color: #000000;
    top:1px;
}

.nex-showbar:hover{
	position:relative;
	color: #000000;
    top:1px;
}

/*-- Left Side --*/
.nex-leftside {
  	position:absolute;
  	display:block;
  	top:15px;
  	left:5px;
}

.nex-leftside-single {
  	display:none;
}

/*-- Right Side --*/
.nex-rightside {
 	position:absolute;
    top:5px;
  	right:0px;
}	

.nex-rightside-single {
 	position:absolute;
    top:5px;
  	right:0px;
}	

/*-- Center Side --*/
.nex-centerside {
 	position:absolute;
    top:18px;
  	left:43%;
}

/*-- Close ebook button --*/
span.nex-close-ebook-button{
	float: left;
}

span.nex-close-ebook-button a{
	display: block;
	width: 48px;
	height: 48px;
	background: url(images/menu_close.png) no-repeat 0px 0px;
	background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
	cursor: pointer;
}

ul.nex-toolbar-handle li {
  display: inline;
}

span.nex-contents-title {
	float: left;
}

span.nex-contents-title a {
	background-image: url(images/menu_home.png) !important;
	left:0px;
	top:0px;
	display: block;
	width: 48px;
	height: 48px;
	background-size: 48px 48px;
	-moz-background-size: 48px 48px;
   	-o-background-size: 48px 48px;
	-webkit-background-size: 48px 48px;
	cursor: pointer;
}	

span.nex-tablelist-title {
  float: left;
}

span.nex-tablelist-title a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(images/menu_tablelist.png) no-repeat 0px 0px;
background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
	cursor: pointer;
}

span.nex-bookmark-title {
   float: left;
 
}

span.nex-bookmark-title a {
 	display: block;
	width: 48px;
	height: 48px;
	background: url(images/menu_save.png) no-repeat 0px 0px;
background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
	cursor: pointer;
}

span.nex-document-title {
   float: left;
}

span.nex-document-title a {
 	display: block;
	width: 48px;
	height: 48px;
	background: url(images/menu_doc.png) no-repeat 0px 0px;
background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
	cursor: pointer;
}

span.nex-memo-title {
   float: left;
}

span.nex-memo-title a {
 	display: block;
	width: 48px;
	height: 48px;
	background: url(images/menu_memo.png) no-repeat 0px 0px;
background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
	cursor: pointer;
}

span.nex-slideshow-title {
   float: left;
}

span.nex-slideshow-title a {
 	display: block;
	width: 48px;
	height: 48px;
	background: url(images/menu_slide.png) no-repeat 0px 0px;
background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
	cursor: pointer;
}

span.nex-search-title {
   float: left;
}

span.nex-search-title a {
 	display: block;
	width: 48px;
	height: 48px;
	background: url(images/menu_search.png) no-repeat 0px 0px;
background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
	cursor: pointer;
}

span.nex-print-title {
   float: left;
}

span.nex-print-title a {
 	display: block;
	width: 48px;
	height: 48px;
	background: url(images/menu_print.png) no-repeat 0px 0px;
background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
	cursor: pointer;
}

span.nex-zoom-title {
   float: left;
}

span.nex-zoom-title a {
 	display: block;
	width: 48px;
	height: 48px;
	background: url(images/menu_zoom.png) no-repeat 0px 0px;
background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
	cursor: pointer;
}

span.nex-pdf-down-title{
	float: left;
}

span.nex-pdf-down-title a {
 	display: block;
	width: 48px;
	height: 48px;
	background: url(images/menu_pdf.png) no-repeat 0px 0px;
background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
	cursor: pointer;
}

span.nex-drawing-control-title{
	float: left;
}

span.nex-drawing-control-title a {
 	display: block;
	width: 48px;
	height: 48px;
	background: url(images/menu_drawing.png) no-repeat 0px 0px;
	background-size: 48px 48px;
    -moz-background-size: 48px 48px;
    -o-background-size: 48px 48px;
    -webkit-background-size: 48px 48px;
	cursor: pointer;
}

.menu-btn{
    padding: 6px 2px;
    cursor: pointer;
    color: #FDFDFD;
}

.menu-btn a{
	font-size: 16px;
    line-height: 40px;
}

.menu-btn:active{
	position:relative;
    top:1px;
}

.nex-table-menu {
  position: absolute; /* important */
  right: 46px;
  width: 260px;
  height: 250px;
  background: #e4e4e4;
  border-top: 1px solid #a4a4a4;
  border-left: 1px solid #a4a4a4; 
  border-right: 1px solid #a4a4a4;
  overflow: auto;
  
  /* CSS3 */
  -moz-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -khtml-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  -webkit-box-shadow: 2px -3px 5px #c5c5c5, -3px 0px 5px #cdcdcd;
  /* CSS3 end */
  display: none; /* important */
}

.nex-table-menu ul {
  padding-top: 20px;
}

.nex-table-menu ul li {
  border-bottom: 1px solid #989898;    
  padding: 5px 10px;
  margin: 0 15px 0 15px;
  
}

.nex-table-menu ul li a{
	text-align:left;
  font-size: 18px;
  color: #989898;
  display: block;
  cursor: pointer;
}

.nex-table-menu ul li a span{
 float:right;
 color: #4596CE;
}

.nex-table-menu ul li a:hover {
  color: #666;
  cursor: pointer;
}

.nex-thumbnail-list{
  position: absolute; /* important */
  width:100%;
  background: rgb(178, 178, 178);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229, 229, 229, 0.8)), color-stop(100%,rgba(178, 178, 178, 0.5)));
  background: -moz-linear-gradient(-90deg,  rgba(229, 229, 229, 0.8) 0%, rgba(178, 178, 178, 0.5) 100%);
  background: -webkit-linear-gradient(-90deg,  rgba(229, 229, 229, 0.8) 0%, rgba(178, 178, 178, 0.5) 100%);
  background: -o-linear-gradient(-90deg,  rgba(229, 229, 229, 0.8) 0%, rgba(178, 178, 178, 0.5) 100%);
  background: -ms-linear-gradient(-90deg,  rgba(229, 229, 229, 0.8) 0%, rgba(178, 178, 178, 0.5) 100%);
  background: linear-gradient(-90deg,  rgba(229, 229, 229, 0.8) 0%, rgba(178, 178, 178, 0.5) 100%);
  
  border : 1px solid #B2B2B2;
   
  overflow:hidden;
  z-index: 1005;
  display: none;
}

.nex-thumbnail-list ul {
	position: absolute;
	text-align:center;
	white-space:nowrap;
	margin:5px 0px;
	-webkit-user-select:none;
}

.nex-thumbnail-list ul li { 
    display: inline; 
}

.nex-thumbnail-list ul li a{
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	font-family:"lucida grande",tahoma,verdana;
	margin:1px;
	padding:3px 1px;
	color:#666;
	letter-spacing:-1px;
}

.nex-thumbnail-list ul li a.on img{
  	border-style: solid;
    border-color: #1EE2E2;
    border-width: 1px;
    overflow: hidden;
}

.nex-thumbnail-list-border-animation{
	-webkit-animation-name:thumbnaul_on;
  	-webkit-animation-duration:0.1s;
  	-webkit-animation-timing-function:linear;
  	-webkit-animation-timing-function:ease-in-out;
}

.thumbnail-number{
	font-size:10px;
	color:#444;
	border: 1px solid #CCC;
    background: #EEE;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#EEE));
	background-image: -webkit-linear-gradient(top, #FDFDFD, #EEE);
	background-image: -moz-linear-gradient(top, #FDFDFD, #EEE);
	background-image: -ms-linear-gradient(top, #FDFDFD, #EEE);
	background-image: -o-linear-gradient(top, #FDFDFD, #EEE);
	background-image: linear-gradient(top, #FDFDFD, #EEE);
    text-shadow: 0 1px 1px #F6F6F6;
    position: absolute;
    padding: .2em .5em;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    -moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	margin: 5px;
	text-align: center;
}

.toolbar-thumbnail-btn{
	position: absolute;
	width:30px;
	height:100%;
	cursor: pointer;
	background: rgb(178, 178, 178);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222, 222, 222, 0.5)), color-stop(100%,rgba(178, 178, 178, 0.5)));
	background: -moz-linear-gradient(-90deg,  rgba(222, 222, 222, 0.5) 0%, rgba(178, 178, 178, 0.5) 100%);
	background: -webkit-linear-gradient(-90deg,  rgba(222, 222, 222, 0.5) 0%, rgba(178, 178, 178, 0.5) 100%);
	background: -o-linear-gradient(-90deg,  rgba(222, 222, 222, 0.5) 0%, rgba(178, 178, 178, 0.5) 100%);
	background: -ms-linear-gradient(-90deg,  rgba(222, 222, 222, 0.5) 0%, rgba(178, 178, 178, 0.5) 100%);
	background: linear-gradient(-90deg,  rgba(222, 222, 222, 0.5) 0%, rgba(178, 178, 178, 0.5) 100%);
  
}

.toolbar-thumbnail-btn a{
	width:30px;
	height:100%;
	display:block;
}

.toolbar-thumbnail-btn a span{
	text-decoration:none;
	width:100%;
	height:100%;
	font-size: 10px;
	color:#FFFFFF;
	font-weight: bold;
	z-index:1;
}

.toolbar-thumbnail-btn-first{
	top:0px;
	left:0px;
	text-align: left;
}

.toolbar-thumbnail-btn span{
	background-size: 30px 48px;
	-moz-background-size: 30px 48px;
    -o-background-size: 30px 48px;
    -webkit-background-size: 30px 48px;
    background-position: 50%!important;
	background-repeat: no-repeat!important;
	position: absolute;
}

.toolbar-thumbnail-btn-first a span{
	background-image: url(images/thumb_first.png) !important;
}

.toolbar-thumbnail-btn-last{
	top:0px;
	right:0px;
	text-align: right;
}

.toolbar-thumbnail-btn-last a span{
	background-image: url(images/thumb_last.png) !important;
}

/* control bar */
.nex-bottom-controlbar{
	position: absolute; /* important */
  	width:100%;
    background: rgb(77, 77, 77);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153, 153, 153, 0.8)), color-stop(100%,rgba(77, 77, 77, 0.8)));
    background: -moz-linear-gradient(-90deg,  rgba(153, 153, 153, 0.8) 0%, rgba(77, 77, 77, 0.8) 100%);
    background: -webkit-linear-gradient(-90deg,  rgba(153, 153, 153, 0.8) 0%, rgba(77, 77, 77, 0.8) 100%);
    background: -o-linear-gradient(-90deg,  rgba(153, 153, 153, 0.8) 0%, rgba(77, 77, 77, 0.8) 100%);
    background: -ms-linear-gradient(-90deg,  rgba(153, 153, 153, 0.8) 0%, rgba(77, 77, 77, 0.8) 100%);
    background: linear-gradient(-90deg,  rgba(153, 153, 153, 0.8) 0%, rgba(77, 77, 77, 0.8) 100%);
 
    overflow:hidden;
    z-index: 1005;
    display: none;
    text-align: center;
}

.controlbar-box{
	margin: 0 auto; 
	height:40px;
	display:block;
	position: absolute;
}

#nexSlider{
	float: left;
	margin: .9em;
}

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { 
    border: 1px solid #e1e1e1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30, 30, 30, 1)), color-stop(30%,rgba(94, 94, 94, 1)));
    background: -moz-linear-gradient(-90deg,  rgba(30, 30, 30, 1) 0%, rgba(94, 94, 94, 1) 30%);
    background: -webkit-linear-gradient(-90deg,  rgba(30, 30, 30, 1) 0%, rgba(94, 94, 94, 1) 30%);
    background: -o-linear-gradient(-90deg,  rgba(30, 30, 30, 1) 0%, rgba(94, 94, 94, 1) 30%);
    background: -ms-linear-gradient(-90deg,  rgba(30, 30, 30, 1) 0%, rgba(94, 94, 94, 1) 30%);
    background: linear-gradient(-90deg,  rgba(30, 30, 30, 1) 0%, rgba(94, 94, 94, 1) 30%);
}
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* slide handle
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{ 
	/*border: 1px solid #C5DBEC; */
	background: url(images/slideshow/ss_handle.png) !important;
	background-size: 40px 40px !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus 
{ 
	background: url(images/slideshow/ss_handle_over.png) !important;
	background-size: 40px 40px !important;
}
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active 
{ 
	background: url(images/slideshow/ss_handle_over.png) !important;
	background-size:40px 40px !important;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }


/* slide handle2 */
#nexTimeSlider .ui-state-default
{
	 background: url(images/slideshow/ss_handle2.png) no-repeat 50% 50% !important;  
	 background-size:28px 28px !important;
}

#nexTimeSlider .ui-state-hover
{ 
	background: url(images/slideshow/ss_handle2_over.png) no-repeat 50% 50% !important;  
	background-size:28px 28px !important;
}

#nexTimeSlider .ui-state-active
{ 
	background: url(images/slideshow/ss_handle2_over.png) no-repeat 50% 50% !important;  
	background-size:28px 28px !important;
}
/* slide handle Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/jqueryui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

.ui-corner-all {
	-moz-border-radius: .6em;
	-webkit-border-radius: .6em;
	border-radius: .6em;
}

.page-number-box{
	font-size:large;
	color: #FFFFFF;
	width:100px;
	min-width:100px;
	height:100%;
	padding: .3em;
	float: right;
}

.page-number-input-box{
	width:40px;
	display: inline;
	text-align: center;
	-webkit-appearance: none;
	
	background: linear-gradient(-90deg, rgba(51, 51, 51, 1.0) 0%, rgba(51, 51, 51, 1.0) 100%);
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51, 51, 51, 1.0)), color-stop(100%,rgba(51, 51, 51, 1.0)));
	background: -moz-linear-gradient(-90deg, rgba(51, 51, 51, 1.0) 0%, rgba(51, 51, 51, 1.0) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(51, 51, 51, 1.0) 0%, rgba(51, 51, 51, 1.0) 100%);
	background: -o-linear-gradient(-90deg, rgba(51, 51, 51, 1.0) 0%, rgba(51, 51, 51, 1.0) 100%);
	background: -ms-linear-gradient(-90deg, rgba(51, 51, 51, 1.0) 0%, rgba(51, 51, 51, 1.0) 100%);
	background: linear-gradient(-90deg, rgba(51, 51, 51, 1.0) 0%, rgba(51, 51, 51, 1.0) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8087e0fd', endColorstr='#000000',GradientType=1 );*/
	
	border: solid 2px rgba(102, 102, 102, 1);
	color: #CCC;
	padding: .2em 0;
	
	-webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,0.2);
	box-shadow: inset 0px 1px 4px rgba(0,0,0,0.2);
}

.page-total-label{
	font-size:medium;
}

.slide-number-box{
	position:absolute;
	background-color:#000;
	border: 1px solid #C6C6C6;    
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	z-index:3000;
}

.slide-number-box span{
	font-size:small;
	text-align:center;
	vertical-align:middle;
	padding: 2px;
	color: #FFFFFF;
}

#bookmark{
	position: absolute;
	padding-left:12px;
	padding-top:4px;
	top: 10px;
	z-index: 1010;
	width: 39px;
	height: 80px;
	cursor: pointer!important;
	background-image: url(images/bookmark.png) !important;
	background-size: 39px 80px;
    -moz-background-size: 39px 80px;
    -o-background-size: 39px 80px;
    -webkit-background-size: 39px 80px;
    filter: alpha(opacity=100);
	opacity: 1.0!important;
	background-position: 50%!important;
	background-repeat: no-repeat!important;
	
}

.nex-page-img{
	z-index:3
}


.depth{
	position: absolute;
	z-index:3;
	padding: 0px;
	margin: 0px;
}

.depth img{
	width:100%;
	height:100%;
}

/* page turn btn */
.nex-page-turn-btn{
	cursor: pointer;
	padding: 0px;
	display: block;
	position: absolute;
	z-index: 10;
}

.nex-prev-turn-btn{
	
}

.nex-prev-turn-btn a{
	left:0px;
	top:0px;
	display: block;
	width: 53px;
	height: 100px;
	background-image: url(images/btn_prev.png) !important;
	background-size: 53px 100px;
    -moz-background-size: 53px 100px;
    -o-background-size: 53px 100px;
    -webkit-background-size: 53px 100px;
}

.nex-next-turn-btn{

}

.nex-next-turn-btn a{
	left:0px;
	top:0px;
	display: block;
	width: 53px;
	height: 100px;
	background-image: url(images/btn_next.png) !important;
	background-size: 53px 100px;
    -moz-background-size: 53px 100px;
    -o-background-size: 53px 100px;
    -webkit-background-size: 53px 100px;
}

/* toolbar page move btn */
.nex-toolbar-page-turn-btn{
	cursor: pointer;
	padding: 0px;
	display: block;
	position: absolute;
	z-index: 10
}

.nex-toolbar-page-turn-btn:hover{
	top:1px;
}

.nex-toolbar-page-turn-btn:active{
	top:1px;
}

.nex-toolbar-first-btn{
	float: left;
	position: relative !important;
	padding-left: 10px;
	padding-right: 10px;
}

.nex-toolbar-first-btn a{
	left:0px;
	top:0px;
	display: block;
	width: 30px;
	height: 27px;
	background-image: url(images/toolbar_btn_first.png) 0 0 !important;
	background-size: 30px 27px;
    -moz-background-size: 30px 27px;
    -o-background-size: 30px 27px;
    -webkit-background-size: 30px 27px;
}

.nex-toolbar-prev-btn{
	float: left;
	position: relative !important;
	padding-left: 10px;
	padding-right: 15px;
}

.nex-toolbar-prev-btn a{
	left:0px;
	top:0px;
	display: block;
	width: 15px;
	height: 27px;
	background-image: url(images/toolbar_btn_prev.png) !important;
	background-size: 15px 27px;
    -moz-background-size: 15px 27px;
    -o-background-size: 15px 27px;
    -webkit-background-size: 15px 27px;
}

.nex-toolbar-next-btn{
	float: left;
	position: relative !important;
	padding-left: 15px;
	padding-right: 10px;
}

.nex-toolbar-next-btn a{
	left:0px;
	top:0px;
	display: block;
	width: 15px;
	height: 27px;
	background-image: url(images/toolbar_btn_next.png) !important;
	background-size: 15px 27px;
    -moz-background-size: 15px 27px;
    -o-background-size: 15px 27px;
    -webkit-background-size: 15px 27px;
}

.nex-toolbar-last-btn{
	float: left;
	position: relative !important;
	padding-left: 10px;
	padding-right: 10px;
}

.nex-toolbar-last-btn a{
	left:0px;
	top:0px;
	display: block;
	width: 30px;
	height: 27px;
	background-image: url(images/toolbar_btn_last.png) !important;
	background-size: 30px 27px;
    -moz-background-size: 30px 27px;
    -o-background-size: 30px 27px;
    -webkit-background-size: 30px 27px;
}


/* logo */

.nex-logo{
	display:block;
	cursor: pointer;
}
.nex-logo img{
	border: 0px;
}

/* 지난호 보기 */
.nex-booklist-select{
	position: absolute;
	left:0px;
	top:0px;
	z-index: 10;
}

/* drawing control */

.nex-drawing-box{
	position: absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

.nex-drawing-box-handler{
	height:30px;
	background:#ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#EEE));
	background-image: -webkit-linear-gradient(top, #FDFDFD, #EEE);
	background-image: -moz-linear-gradient(top, #FDFDFD, #EEE);
	background-image: -ms-linear-gradient(top, #FDFDFD, #EEE);
	background-image: -o-linear-gradient(top, #FDFDFD, #EEE);
	background-image: linear-gradient(top, #FDFDFD, #EEE);
}

.nex-drawing-control-form{
	position: absolute;
	z-index: 3001;
	top:20px;
	left:20px;
}

.nex-drawing-tool-box{
	border: 1px solid #CCC;
}

.nex-drawing-tool-box a{
	border: 1px solid black;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: black;
	font-weight: bold;
}

#nex_drawing_panel{
	border: 1px solid black;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 3000;
}

.nex-drawing-close{
	display: block;
	margin:5px;
	width: 20px;
	height: 20px;
	background: url(images/drawing/popupclose.png) no-repeat 0px 0px;
	cursor: pointer;
}

.nex-drawing-download{
	background:#fff;
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/drawing/save_icon.png) no-repeat 0px 0px;
	cursor: pointer;
}

.nex-drawing-eraser{
	background:#fff;
	display: block;
	width: 32px;
	height: 30px;
	background: url(images/drawing/eraser_icon.png) no-repeat 0px 0px;
	cursor: pointer;
}

.nex-drawing-marker{
	background:#fff;
	display: block;
	width: 30px;
	height: 30px;
	background: url(images/drawing/pen_icon.png) no-repeat 0px 0px;
	cursor: pointer;
}

.nex-drawing-select{
}

