.post-text, .pre-text{
    margin-top: 10px;
    margin-bottom:10px; 
}
.tc-gallery{
    position: relative;
}
.tc-gallery .tc-content{
	border: 1px solid #f1f1f1;
}
.tc-gallery .tc-items{
    overflow: hidden;
    position: relative;
    width: 98%;
    margin:1%;    
}

.tc-gallery .item {
    float:left;
    width:100%;
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;   
    padding:0px; 
}
.tc-gallery .item > img {
    display: block;
    line-height: 1;
}
.tc-gallery .active, .tc-gallery .next, .tc-gallery .prev {
    display: block;
}
.tc-gallery .active {
    left: 0;
}
.tc-gallery .next, .tc-gallery .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.tc-gallery .next {
    left: 100%;
}
.tc-gallery .prev {
    left: -100%;
}
.tc-gallery .next.left, .tc-gallery .prev.right {
    left: 0;
}
.tc-gallery .active.left {
    left: -100%;
}
.tc-gallery .active.right {
    left: 100%;
}

.tc-gallery img{
	float: left;
	width: 100%;
	border: 1px solid transparent;
	padding: 4px;
	max-width:none;
	-webkit-box-shadow:0 0 6px rgba(0,0,0,0.4); 
	-moz-box-shadow:0 0 6px rgba(0,0,0,0.4); 
	box-shadow:0 0 6px rgba(0,0,0,0.4);
}
.tc-gallery a:hover img{
}
.tc-gallery a:focus{
	outline: none;
}
.tc-gallery li.img-col{
	display:inline;
	line-height:12px;
	margin: 0 1px 1px 0;
}
.tc-gallery li.img-col.first{
}
.tc-gallery li.img-col.last{
	margin-right: 0;
}

.tc-gallery .tc-navigation{
	position:relative;
	background: #f9f9f9;
	min-height:30px;
}
.tc-gallery .tc-navigation .tc-buttons{
	float: right;
	padding: 5px;
}
.tc-gallery .tc-navigation .tc-buttons ul{
    list-style: none;
    margin: 0;
}
.tc-gallery .tc-navigation .tc-buttons li{
	background:none;
	margin:0 2px;
	float:left;
	padding:0 0;
}
.tc-gallery .tc-navigation .tc-buttons .tc-prev{
    background:url(../images/nav-gallery.png) no-repeat top left;
    margin:0 2px;
    height:15px;
    width:15px;
    margin-top:2px;
    background-position:0 -30px;
}
.tc-gallery .tc-navigation .tc-buttons .tc-next{
    background:url(../images/nav-gallery.png) no-repeat top left;
    margin:0 2px;
    height:15px;
    width:15px;
    margin-top:2px;
    background-position:0 -60px;
}
.tc-gallery .tc-navigation .tc-buttons .tc-prev:hover{
    color: #FFF;
    cursor: pointer;
    background-position:0 -45px;
}
.tc-gallery .tc-navigation .tc-buttons .tc-next:hover{
    color: #FFF;
    cursor: pointer;
    background-position:0 -75px;
}
.tc-gallery .tc-navigation .tc-buttons li.tc-nav{
	background:url(../images/nav-gallery.png) no-repeat top left;
	margin:2px 2px 0 2px;
	height:15px;
	width:15px;
}
.tc-gallery .tc-navigation .tc-buttons li.tc-nav.sel,
.tc-gallery .tc-navigation .tc-buttons li.tc-nav:hover{
	background-position:0 -15px;
}

.tc-gallery .tc-item .item-info{
	padding:5px;
	float:left;
	background:none;
	list-style: none;
}
.tc-gallery .tc-item .item-info .item-info-image{
	position: relative;
	display: inline-block;
	float: left;
}
.tc-gallery .tc-item .item-info .item-info-image:hover .bg-hover,
.tc-gallery .tc-item .item-info .item-info-image:hover .icon-hover{
	display: block;
}
.tc-gallery .tc-item .item-info .bg-hover{
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,0.4) url(../images/hover-image.png) no-repeat center center; 
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;    
    display: none;   
}
