@charset "utf-8";

.tn3a-gallery {
    width: 1004px;
    height: 270px;
     margin-left: -532px;  /***  width / 2   ***/
  position: relative;
  top: 0px;          /***  height / 2   ***/
  left: 50%;
}
.tn3a-image {
    position:absolute;
    width: 1004px;
    height: 270px;
    left:30px;
    top:0px;
    background-color:#777;
}
.tn3a-thumbs ul, .tn3a-thumbs li {
    margin: 0;
    padding: 0;
}
.tn3a-thumbs {
    position:absolute;
    width: 1004px;
    height:23px;
    bottom:0px;
    left:-40px;
}
.tn3a-thumb {
    width:86px;
    height:23px;
    cursor:pointer;
}
.tn3a-thumb img {
    width:86px;
    height:23px;
}    
.tn3a-over {
	position: absolute;
	bottom: 3px;
	width: 100%;
	font-size: medium;
	background-image: url('bg.png');
	height: 80px;
	left: 7px;
}
.tn3a-next {
    position:absolute;
    background-image:url('tn3a.png');
    background-position:-95px -102px;
    width: 50px;
    height: 50px;
    right:-30px;
    cursor:pointer;
}
.tn3a-next:hover {
    background-position:-14px -102px;    
}
.tn3a-prev {
    position:absolute;
    background-image:url('tn3a.png');
    background-position:-95px -15px;
    width: 50px;
    height: 50px;
    left:30px;
    cursor:pointer;
}
.tn3a-prev:hover {
    background-position:-13px -15px;    
}








.tn3a-timer {
    position:absolute;
    width: 100%;
    height: 2px;
    top: 0px;
    background: url('bg.png') repeat;
    background: rgba(0, 0, 0, 0.3);
}






/* when javascript is disabled */
.tn3a.album, .tn3a.album li {
	float:left;
	list-style-type: none;
	margin:4px;
}
.tn3a.album div, .tn3a.album li h4, .tn3a.album li div{
	display:none;
}
