/* gallery*1002*css*2j.gallery.base;gallery*1002*css*2j.gallery.style0;gallery*1002*css*2j.gallery.innerstyle0;gallery*1002*css*2j.lb6 */
.twoj_gallery_class_ul, .twoj_gallery_class_wrapper{
	position: relative;
	margin: 0;
	padding: 0;
}
.twojtoolbox_clear{ clear: both;}
.twoj_gallery_class_ul .twoj_gallery_class_li{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
}
.twoj_gallery_class_ul .twoj_gallery_class_li > a{
	/*float: left;*/
	display: block;
   overflow: hidden;
   position: relative;
   text-align: center;
}
.twoj_gallery_class_ul .twoj_gallery_class_li > a > .twoj_gallery_hover{
	display: block;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.twoj_gallery_class_ul .twoj_gallery_class_li > a > img {
   display: block;
   position: relative;
   margin: 0;
   padding: 0;
}
.twoj_gallery_class_ul .twoj_gallery_hover .twoj_gallery_hover_info_title,
.twoj_gallery_class_ul .twoj_gallery_hover .twoj_gallery_hover_info_desc{
	display: block;
	position: relative;
}
.twoj_gallery_class_ul .twoj_gallery_hover .twoj_gallery_hover_info_text{
	display: inline-block;
}
.twoj_gallery_class_ul .twoj_gallery_class_li > a{}
.twoj_gallery_class_ul .twoj_gallery_class_li:hover{}
.twoj_gallery_class_ul .twoj_gallery_class_li a,
.twoj_gallery_class_ul .twoj_gallery_class_li a:link,
.twoj_gallery_class_ul .twoj_gallery_class_li a:hover,
.twoj_gallery_class_ul .twoj_gallery_class_li a:visited{
	background-color: transparent;
	text-decoration: none;
}

.twoj_gallery_class_ul .twoj_gallery_class_li .twoj_gallery_div_title {
   color: #000;
   text-align: center;
   vertical-align: middle;
   font-size: 17px;
   padding: 8px 0;
   margin: 0 auto;
   cursor: pointer;
   overflow: hidden;
}.twoj_gallery_style0{}
.twoj_gallery_style0 .twoj_gallery_hover{}
.twoj_gallery_style0 img{}
.twoj_gallery_style0 .twoj_gallery_hover_info_title{}
.twoj_gallery_style0 .twoj_gallery_hover_info_desc{}
.twoj_gallery_style0 .twoj_gallery_hover_info_text{}
.twoj_gallery_style0 img{
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.twoj_gallery_style0 .twoj_gallery_hover{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.twoj_gallery_style0 .twoj_gallery_hover_info_title{
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.twoj_gallery_style0 .twoj_gallery_hover_info_text{
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.twoj_gallery_style0:hover img{
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.twoj_gallery_style0 .twoj_gallery_hover_info_text{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.twoj_gallery_style0:hover .twoj_gallery_hover{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.twoj_gallery_style0:hover .twoj_gallery_hover_info_title,
.twoj_gallery_style0:hover .twoj_gallery_hover_info_desc,
.twoj_gallery_style0:hover .twoj_gallery_hover_info_text{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.twoj_gallery_style0:hover .twoj_gallery_hover_info_desc{
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.twoj_gallery_style0:hover .twoj_gallery_hover_info_text{
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}.twoj_gallery_hover_innerstyle0 .twoj_gallery_hover_info_title{
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   font-size: 14px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.twoj_gallery_hover_innerstyle0 .twoj_gallery_hover_info_desc{
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
   text-decoration: none;
}
.twoj_gallery_hover_innerstyle0 .twoj_gallery_hover_info_text{
   text-decoration: none;
   font-size: 14px;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}#twoj_gallery_lb6_Overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	opacity:0;
	z-index:100000;
	background-color:#222;
	background-color:rgba(0,0,0,0.8);
	overflow:hidden;
	display:none;
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}
#twoj_gallery_lb6_Overlay.visible{ opacity:1; }

#twoj_gallery_lb6_Slider{
	height:100%;
	left:0;
	top:0;
	width:100%;
	white-space: nowrap;
	position:absolute;
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}

#twoj_gallery_lb6_Slider .twoj_gallery_lb6_placeholder{
	background: url('/components/com_twojtoolbox/plugins/gallery/1002/css/images/lb6/preloader.gif') no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}

#twoj_gallery_lb6_Slider .twoj_gallery_lb6_placeholder:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}

#twoj_gallery_lb6_Slider .twoj_gallery_lb6_placeholder img{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

#twoj_gallery_lb6_Slider.twoj_gallery_lb6_rightSpring{ -moz-animation: rightSpring 0.3s; -webkit-animation: rightSpring 0.3s;}
#twoj_gallery_lb6_Slider.twoj_gallery_lb6_leftSpring{ -moz-animation: leftSpring 0.3s; -webkit-animation: leftSpring 0.3s;}

@-moz-keyframes twoj_gallery_lb6_rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-moz-keyframes twoj_gallery_lb6_leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

@-webkit-keyframes twoj_gallery_lb6_rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}
@-webkit-keyframes twoj_gallery_lb6_leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

#twoj_gallery_lb6_prevArrow,#twoj_gallery_lb6_nextArrow{
	border:none;
	text-decoration:none;
	background:url('/components/com_twojtoolbox/plugins/gallery/1002/css/images/lb6/arrows.png') no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:43px;
	height:58px;
	top:50%;
	margin-top:-29px;
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

#twoj_gallery_lb6_prevArrow:hover, 
#twoj_gallery_lb6_nextArrow:hover{ opacity:1; }
#twoj_gallery_lb6_prevArrow{ background-position:left top; left:40px;}
#twoj_gallery_lb6_nextArrow{ background-position:right top; right:40px;}
