@charset "utf-8";
#content{ margin:0px auto; width: 100%;}
 
.tn3-gallery {
    position: relative;
    width: 100%;
    height: 750px;
    background-color: #fff;
    line-height: normal;
	overflow: hidden;
}
.tn3-gallery img {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    max-width: none !important;
}
.tn3-in-image{
	left: 0 !important;
    width: 100% !important;
}
.tn3-image {
    position: absolute;
    width: 100%;
    height: 645px;
    background-color: #fff;
}
.tn3-controls-bg {
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0px;
    background: #626262;
}
.tn3-thumbs ul, .tn3-thumbs li {
    margin: 0 !important;
    list-style-type: none !important;
}
.tn3-thumbs {
    position: absolute;
    width: 90%;
    height: 90px;
    bottom: 0px;
    left: 49px;
	background: #dadbdc;
}
.tn3-thumb {
    width: 90px;
    height: 90px;
    padding-left: 15px;
    cursor: pointer;
}
.tn3-thumb img {
    width: 90px;
	height: 90px;
}    
.tn3-thumb-over {
}
.tn3-thumb-selected {
    cursor: default;
}
.tn3-next {
    position: absolute;
    background-image: url('../images/tn3a.png');
    background-position: -82px -90px;
    width: 80px;
    height: 88px;
    right: 10px;
    cursor: pointer;
}
.tn3-next:hover {
    background-position:0px -90px;
}
.tn3-prev {
    position: absolute;
    background-image: url('../images/tn3a.png');
    background-position: -82px -0px;
    width: 80px;
    height: 88px;
    left: 10px;
    cursor: pointer;
}
.tn3a-prev:hover {
    background-position:0px 0px;  
}
.tn3-next-page {
	display:none;
    position: absolute;
    background-image: url('../images/tn3.png');
    background-position: -153px -5px;
    width: 25px;
    height: 25px;
    right: 99px;
    bottom: 9px;
    cursor: pointer;
}
.tn3-next-page:hover {
    background-position: -153px -42px;
}
.tn3-prev-page {
	display:none;
    position: absolute;
    background-image: url('../images/tn3.png');
    background-position: -129px -5px;
    width: 25px;
    height: 25px;
    bottom: 9px;
    left: 51px;
    cursor: pointer;
}
.tn3-prev-page:hover {
    background-position: -129px -42px;
}
.tn3-preloader {
    position: absolute;
    width: 39px;
    height: 15px;
}
.tn3-text-bg {
	display: none;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
	padding: 10px 0;
}
.tn3-image-title {
    color: #e0dcdc;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}
.tn3-image-description {
    color: #e0dcdc;
    font-size: 14px;
    line-height: 1.1em;
    padding-left: 1.1em;
}
.tn3-timer {
    position:absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    background: #000;
}
.tn3-count {
    position:absolute;
    right:20px;
    bottom:6px;
    color:#777777;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    display: none;
}
.tn3-play {
    position: absolute;
    background-image: url('../images/tn3a.png');
    background-position: -186px -50px;
    left: 12px;
    bottom: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tn3-play:hover {
    background-position: -162px -50px;
}
.tn3-play-active {
    background-position: -164px -74px;
}
.tn3-play-active:hover {
    background-position: -188px -74px;
}
.tn3-show-albums {
    position: absolute;
    background-image: url('../images/tn3.png');
    background-position: -177px -6px;
    bottom: 9px;
    right: 59px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tn3-show-albums:hover {
    background-position: -177px -41px;
}
.tn3-fullscreen {
    position: absolute;
    background-image: url('../images/tn3a.png');
    background-position: -186px -1px;
    bottom: 30px;
    right: 11px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tn3-fullscreen:hover {
    background-position: -162px -1px;
}
.tn3-albums {
    position: absolute;
    width: 980px;
    height: 425px;
    left: 0px;
    top: 0px;
    color: #e0dcdc;
    font-family: Tahoma, Helvetica, sans-serif;
    background-image:url('../images/bg.png');
    background: rgba(0, 0, 0, 0.7);
}
.tn3-inalbums {
    position: absolute;
    width: 980px;
    height: 380px;
    padding: 14px;
    top: 45px;
}
.tn3-album {
    position:absolute;
    width: 280px;
    height: 70px;
    background-color: #1a1a1a;
    overflow: hidden;
    cursor: pointer;
}
.tn3-album-over {
    background-color: #2a2a2a;
}
.tn3-album-selected {
    background-color: #cdcdcd;
    color: #111214;
    cursor: default;
}
.tn3-album-image {
    height: 100%;
    width: 80px;
    margin-right: 10px;
    float: left;
}
.tn3-album-image img {
    width: 80px;
    height: 80px;
}
.tn3-album-title {
    font-size:11px;
    font-weight:bold;
    margin-top: 1em;
}
.tn3-album-description {
    font-size:10px;
    height: 3em;
    line-height: 1.4em;
    overflow: hidden;
}
.tn3-albums-next {
    position:absolute;
    background-image:url('../images/tn3.png');
    background-position: -43px -9px;
    width: 20px;
    height: 20px;
    right:24px;
    top:20px;
    cursor:pointer;
}
.tn3-albums-next:hover {
    background-position: -43px -46px;
}
.tn3-albums-prev {
    position:absolute;
    background-image:url('../images/tn3.png');
    background-position: -9px -9px;
    width: 20px;
    height: 20px;
    right: 46px;
    top: 20px;
    cursor: pointer;
}
.tn3-albums-prev:hover {
    background-position: -9px -46px;
}
.tn3-albums-close {
    position: absolute;
    background-image: url('../images/tn3.png');
    background-position: -237px -9px;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 19px;
    cursor: pointer;
}
.tn3-albums-close:hover {
    background-position: -237px -47px;
}
.tn3-sep1 {
	display:none;
    position: absolute;
    background-image: url('../images/tn3.png');
    width: 2px;
    height: 47px;
    left: 47px;
}
.tn3-sep2 {
	display:none;
    position: absolute;
    background-image: url('../images/tn3.png');
    width: 2px;
    height: 47px;
    right: 96px;
}
.tn3-sep3 {
	display:none;
    position: absolute;
    background-image: url('../images/tn3.png');
    width: 2px;
    height: 47px;
    right: 47px;
}

/* when javascript is disabled */
.tn3.album, .tn3.album li {
    float:left;
    list-style-type: none;
    margin:4px;
}
.tn3.album div, .tn3.album li h4, .tn3.album li div{
    display:none;
}



@media screen and (max-width:1200px){
	.xc-left{ left:8%;}
	 .xc-right{ left: 62%;}
	 .xc-right .name{ font-size: 20px;}
	 .productinfo,.tn3-gallery{ height: 600px;}
	 .tn3-image{ height: 500px; }
	 .tn3-thumbs{ width: 85%;}
}


