.photobook {
	width: 100%;
	height: 100%;
	background:none;
	margin:0 0 20px 0;
	position: relative;
}

.photobook .photobook img{
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.photobook-thumbnails {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.photobook-big{
	width: 100%;
	height: 100%;
}

.photobook-big img.big_image{
	max-width: 100%;
}

.photobook-thumbnails ul {
	margin: 0 !important;
	padding: 0 0 0 0 !important;
	list-style: none !important;
	display: table;
	text-align: center;
	width: 100%;
}
.photobook_kind_1 .photobook-thumbnails ul{
	text-align: left;
}

.photobook-thumbnails ul li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 2% 2% 0;
	display: inline-block;
	*display: inline;
}
.photobook_kind_2 .photobook-thumbnails ul li:last-child{
	padding-right: 0;
}

.photobook-thumbnails ul li a{
	display: block;
}

.photobook-thumbnails ul li img{
	padding: 1px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.photobook-thumbnails ul li img:hover{
	border: 1px solid #555;
}

.photobook-hidden{
	display: none;
}

.photobook .photobook-controls {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -40px 0 0 0;
	z-index: 500;
	float: left;
	width: 100%;
}
.photobook .photobook-controls .photobook_prev,
.photobook .photobook-controls .photobook_next{
	cursor: pointer;
	width: 40px;
	height: 80px;
	float: left;
}
.photobook .photobook-controls .photobook_prev{
	background: url('../images/controls-left.png') no-repeat transparent center center;
	margin: 0 0 0 5px;
}
.photobook .photobook-controls .photobook_next{
	background: url('../images/controls-right.png') no-repeat transparent center center;
	position: absolute;
	right: 0;
	margin: 0 5px 0 0;
}

.photobook .photobook-image-container{
	position: relative;
	width: 100%;
}

.photobook .photobook-bar{
	color: #333;
	padding: 8px 0;
	z-index: 100;
	opacity: .8;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(255,255,255,.3);
}
.photobook .photobook-bar span{
	font-style: italic;
	font-size: 14px;
	color: #333;
	display: block;
}