@charset "utf-8";

.tn3-gallery {
    position: relative;
    width: 960px;
    height: 425px;
    line-height: normal;
}
.tn3-image {
    position: absolute;
    width: 960px;
    height: 378px;
   
}
.tn3-controls-bg {
    position: absolute;
    width: 960px;
    height: 47px;
    bottom: 0px;
   
}
.tn3-thumbs ul, .tn3-thumbs li {
    margin: 0;
    padding: 0;
	margin:0 10px 0 0;
}
.tn3-thumbs {
    position: absolute;
    width: 440px;
    height: 98px;
    bottom: 0px;
    left: 500px;
    padding:0px;
  
}
.tn3-thumb {
   
    width: 95px;
    height: 98px;
    margin-right: 3px;
    cursor: pointer;
	
}
.tn3-thumb img {
    width:95px;
    height: 98px;
	
}    
