@charset "utf-8";

.tn3-gallery {
    position: relative;
    width: 950px;
    height: 670px;
    background-color: #fff;
    line-height: normal;
	overflow:hidden
}
.tn3-image {
    position: absolute;
    width: 950px;
    height: 570px;
	margin:0 auto;
    
}
.tn3-controls-bg {
	display:none
   
}
.tn3-thumbs ul, .tn3-thumbs li {
    margin: 0;
    padding: 0;
}
.tn3-thumbs { background:#adadad;
    width: 950px;
    height: 80px;
   
}
.tn3-thumb {
    border:2px solid #adadad;
	border-top:4px solid #c6c6c6;
	border-bottom:4px solid #c6c6c6;
    width: 110px;
    height: 72px;
    cursor: pointer;
}
.tn3-thumb img {
    width: 110px;
    height: 72px;
}    
.tn3-thumb-over {
    border: 1px solid #c3c3c3;
}
.tn3-thumb-selected {
    border: 2px solid #c3c3c3;
    cursor: default;
}
.tn3-next {
    position: absolute;
    background: url('../images/skin/next.png');
    width: 30px;
    height: 30px;
	top:530px !important;
    right: 5px;
    cursor: pointer;
	
}
.tn3-prev {
    position: absolute;
    background: url('../images/skin/prev.png');
    width: 30px;
    height: 30px;
	top:530px !important;
    left: 5px;
    cursor: pointer;
	
	}

.tn3-preloader {
    position: absolute;
    width: 39px;
    height: 15px;
}
.tn3-text-bg {
    width:200px;
	height:20px;
	position:absolute;
	bottom:76px;
	right:25px;
	text-align:right;
	z-index:800;
	
}
.tn3-image-title {
    font: italic 15px Georgia, "Times New Roman", Times, serif;
    color: #fff;
	width:120px;
	z-index:4000;
	position:absolute;
	right:0;
	
	
		
}
.tn3-image-description {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #e0dcdc;
    font-size: 14px;
    line-height: 1.1em;
    padding-left: 1.1em;
	
}
.tn3-timer {
    position:absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    background: url('../images/skin/bg.png') repeat;
    background: rgba(0, 0, 0, 0.3);
}
.tn3-count {
    position:absolute;
    right:20px;
    bottom:6px;
    color:#777777;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    display: none;
}

.tn3-sep1 {
    position: absolute;
    background-image: url('../images/skin/tn3.png');
    width: 2px;
    height: 47px;
    left: 47px;
}
.tn3-sep2 {
    position: absolute;
    background-image: url('../images/skin/tn3.png');
    width: 2px;
    height: 47px;
    right: 96px;
}
.tn3-sep3 {
    position: absolute;
    background-image: url('../images/skin/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;
}