/*
Theme Name: Into Japan Gallery
Theme URI: http://articnet.jp/
Description: The Default ZeroGallery Theme
Version: 1.0
Author: ArticNet
Author URI: http://articnet.jp/
Tags: default
*/

.slider-frame{
	position:relative;
	overflow:hidden;
	height: 360px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.6);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.6);
	border-radius: 10px;
}

.slider-navigation {
	/*height: 35px;
	background-color: #e7ede9;*/
	padding: 0;
	margin: 10px 0;
	zoom: 1;
}

.slider-navigation:before,
.slider-navigation:after {
	content: "";
    display: table; 
}

.slider-navigation:after {
	clear: both;
}


.slider-navigation li{
	display:block;
	float: left;
	margin-right: 10px;
	/*padding: 2px 6px;
	background-color: #b4b4b4;
	margin-right: 7px;
	color: #ffffff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	font-family: "chunkfiveroman", Arial, sans-serif;
	height: 25px;
	width: 25px;
	line-height: 25px;*/
	cursor: pointer;
    cursor: hand; 
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
	height: 75px;
	width: 75px;
	border-radius: 3px;
}


.slider-navigation li img {
	width: 75px;
}

/*.slider-navigation li:hover {
	background-color: #b3d465;
}


.curr{
	background-color: #81b341 !important;
}*/

.hideMe{
	display:none;
}
/*
.slider-navigation{ 
	background-color: #ede7e9;
	padding: 0 6px;
	line-height: 35px;
}
*/

.left-arrow {
    position: absolute;
    color: #ffffff;
    padding: 4px 7px 4px 16px;
    font-size: 30px;
    /*background-color: rgba(0,0,0,0.2);*/
    top: 43%;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    cursor: hand; 
}

.right-arrow {
    right: 0px;
    position: absolute;
    color: #ffffff;
    padding: 4px 16px 4px 7px;
    font-size: 30px;
    /*background-color: rgba(0,0,0,0.2);*/
    top: 43%;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    cursor: hand; 
}

.slider-frame ul {
	margin: 0px !important;
}

.slider-frame ul li {
	line-height: 0;
}

.slidepicz li {
	height: 360px;
}

.slidepicz li img {
	margin: 0;
	height: 360px;
	width: 100%;
	object-fit: cover !important;
  	object-position: center !important; 
}

.zg-gallery li {
	float: left;
	display: block;
	width: 150px;
	margin: 0px 30px 30px 0px;
	background: #333;
	border-radius: 0 0 6px 6px;
	color: #fff;
	position: relative;	
	opacity: 1;
	transition: opacity 0.5s ease;
}

.zg-gallery li img{
	margin: 0;
		
}

.zg-gallery li a:before{
	content: "\f030";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: rgba(255, 255, 255, 0.5) ;
    font-size: 24px;
    position: absolute;
    top: 5px;
    left: 10px;	
}

.zg-gallery li a:hover {
	opacity: 0.5; 
}

.zg-gallery li h4{
	margin: 0;
	padding: 5px 10px;	
}