
/*In case you modify styles in this css file make sure to back-up the modified file somewhere else. This is because the future updates will replace this file with official versions and you will lose your modifications. Saving the modified file will make it easier to apply your modifications again after updating the plugin in the futuer*/
div.imgboxouter{
	display:block;
	float:left;
	clear:none;
	margin:6px;
	text-align:center;
	overflow: visible;
}

span.blockspan{
    display: block;
}
#jfbalbum-1 > div > span > a {padding: 9px !important; font-size:1.1em !important;   margin-left: -8px }


.entry-title {  font-size: 32px !important;
  font-weight: bold;
  margin-top: 20px;}

.entry-title a:link {  font-size: 20px !important;
  background-color: rgba(0,0,0,1.00);
  padding: 0px 6px 0px;}

.imgboxwhite{
	border-collapse: separate;overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;

	-moz-box-shadow: 0px 0px 0px #333;
	-webkit-box-shadow: 0px 0px 0px #333;
	box-shadow: 0px 0px 0px #333;
	background-color: #333;
}
.imgboxwhite:hover{
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	box-shadow: 0px 0px 10px #666;
}
.imgboxblack{
	border-collapse: separate;overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;

  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #262626;
	
}

  
.imgboxouter:hover .imgboxblack{
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  -webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
opacity: 0.6;
}

.imgboxouter:hover .titlebelow {background-color: #484555; -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease; }

div.imgboxouter a{
	display:block;
	position:relative;
	left:0;
	top:0;
}

div.imgboxgallery{
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 5px;
	position: absolute;
	top: -7px;
	left: -7px;
}
div.titlebelow{
	overflow: hidden;
	position: absolute;
	left: 0;
}

div.titlebelow:link {color:#FFF; font-weight:bold;}

.blockspan, .titlebelow {	
  font-size: 16px;
  text-align: -webkit-auto;
  line-height: 1.1em;
  margin-top: 10px;
}



/*pagination related css*/
#tnt_pagination {
  display: block;
  text-align: left;
  height: 22px;
  line-height: 71px;
  clear: both;
  padding-top: 3px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 75px;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
  padding: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 3px solid #EBEBEB;
  margin-left: 10px;
  text-decoration: none;
  color: #FFF;
  width: 22px;
  font-weight: normal;
}

#tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:3px solid #BBDDFF;
	opacity:1!important;
-webkit-transition:.5s easeInOutSine!important;
-moz-transition:.5s easeInOutSine!important;
-ms-transition:.5s easeInOutSine!important;
-o-transition:.5s easeInOutSine!important;
transition:.5s easeInOutSine!important;
color:#000!important;

}

#tnt_pagination .active_tnt_link {
  padding: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 3px solid #1e1e1e;
  margin-left: 10px;
  text-decoration: none;
  background-color: #000;
  color: #FFF;
  cursor: default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}

.jfbgallery p, .jfbalbum p{
	margin: 0 !important;
	padding: 0 !important;
}