﻿@charset "utf-8";

.dxInline-gallery-container {
	clear: both;
	float: left;
	position: relative;
	padding-bottom: 40px;
}
.dxInline-gallery {
    position: relative;
    line-height: normal;
	border: solid 1px #d0d0d0;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px rgba(0,0,0,0.15);
	padding: 20px;
	padding-bottom: 44px;
}
.dxInline-gallery img {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    max-width: none !important;
}    
.dxInline-image {
    position: absolute;
    height: 100%;
	width: 100%;
}
.dxInline-thumbs ul, .dxInline-thumbs li {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}
.dxInline-thumbs {
    position: absolute;
    height: 13px;
    bottom: 10px;
    right: 0px;
    width: 100%;
}
.dxInline-thumb {
	background-image: url('skin.png')!important;
	background-position: -53px 0px!important;
	background-repeat: no-repeat!important;
    width: 20px;
    height: 13px;
    cursor: pointer!important;
}
.dxInline-thumb-over {
    
}
.dxInline-thumb-selected {
	background-position: -33px 0px!important;
    cursor: default;
}
.dxInline-next-arrow,
.dxInline-prev-arrow {
	background-image: url('skin.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 13px;
	height: 23px;
}
.dxInline-next-arrow {
	background-position: -17px 0px;
}
.dxInline-next,
.dxInline-prev {
	position: absolute;
	background-color: white;
	cursor: pointer;
	z-index: 10;
	border: solid 1px #d0d0d0;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
	margin-top: 29px!important;
}
.dxInline-next {
	padding: 11px 9px 11px 12px;
	right: -21px;
}
.dxInline-next:hover {
    
}
.dxInline-prev {
	padding: 11px 12px 11px 9px;
    left: -21px;
}
.dxInline-prev:hover {
    
}
.dxInline-preloader {
    position: absolute;
    width: 39px;
    height: 15px;
}
.dxInline-image-title {
	padding-top: 9px;
	text-align: center;
	font-size: 16px;
	color: #252525;
	font-weight: normal;
}
/* when javascript is disabled */
.tn3.album, .tn3.album li {
	display: none;
    float:left;
    list-style-type: none;
    margin:4px;
}
.tn3.album div, .tn3.album li h4, .tn3.album li div{
    display:none;
}

