#sgsm-book-viewport{height: 600px; padding: 10px; background-color: #000; overflow: hidden;}
#sgsm-book{ width:800px; height:550px; 
	/*border: 1px solid red;*/
	margin: 10 auto;
	margin-top: 20px;
	-webkit-transition:margin-left 0.2s ease-in-out;
  -moz-transition:margin-left 0.2s ease-in-out;
  -o-transition:margin-left 0.2s ease-in-out;
  -ms-transition:margin-left 0.2s ease-in-out;
  transition:margin-left 0.2s ease-in-out;
  
  /*-webkit-transition:width 0.2s ease;
  -moz-transition:width 0.2s ease;
  -o-transition:width 0.2s ease;
  -ms-transition:width 0.2s ease;
  transition:width 0.2s ease;
  
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  transition: height 0.2s ease;*/
}

#sgsm-book-navbar{
	/*position: relative; 
	top: 10px;  
	border: 1px solid #fff;
	border-radius: 6px;
	width: 50%;
	margin: 0 auto;
	margin-top: 10px; 
	z-index: 10000; 
	text-align: center;
	background-color: #000;*/
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #dfdfdf;
	background-color: #000;
	position: relative;
	left: 35%;
	display: block;
	float: left;
	margin: 0 auto;
	z-index: 998;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

#sgsm-book-navbar ul{
	/*height: 46px;
	left: 0;
	position: absolute;
	right: 0;
	top: 20px;
	zoom: 1; 
	text-align: center;
	display: block;*/
	/*position: relative; top: 10px;  border: 1px solid red; margin: 10px; z-index: 10000; text-align: center;
	padding: 0;
	border-style: solid;
	border-color: #d5d5d5 #d2d2d2 #cdcdcd;
	border-radius: 6px;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	list-style: none;
	margin: 0;	
	z-index: 2147483647;*/
	margin: 0px;
	padding: 0;
}
#sgsm-book-navbar a {
	display: block;
	height: 46px;
	width: 48px;
	padding: 0;
	background: #000000 no-repeat;
	background-position: 8px 7px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#sgsm-book-navbar ul li{float: left; list-style: none; margin: 0px; padding: 0px;}

#sgsm-book-navbar ul li #sgsm-book-nav-previus{background-image: url(/sgsm/javax.faces.resource/turnjs4/images/icons/arrow_left.png.jsf);}
#sgsm-book-navbar ul li #sgsm-book-nav-next{background-image: url(/sgsm/javax.faces.resource/turnjs4/images/icons/arrow_right.png.jsf);}
#sgsm-book-navbar ul li #sgsm-book-nav-zoomIn{background-image: url(/sgsm/javax.faces.resource/turnjs4/images/icons/zoom_in.png.jsf);}
#sgsm-book-navbar ul li #sgsm-book-nav-zoomOut{background-image: url(/sgsm/javax.faces.resource/turnjs4/images/icons/zoom_out.png.jsf);}
#sgsm-book-navbar ul li #sgsm-book-nav-full{background-image: url(/sgsm/javax.faces.resource/turnjs4/images/icons/fullscreen_on.png.jsf);}
#sgsm-book-navbar ul li #sgsm-book-nav-full-min{background-image: url(/sgsm/javax.faces.resource/turnjs4/images/icons/fullscreen_off.png.jsf);}
#sgsm-book-navbar ul li #sgsm-book-nav-default{background-image: url(/sgsm/javax.faces.resource/turnjs4/images/icons/base.png.jsf);}


#sgsm-book .page-wrapper{border-color: #000; color: #fff;}

#sgsm-book .odd {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #fff;
	background-image: url(/sgsm/javax.faces.resource/turnjs4/images/loader.gif.jsf);
}

