@charset "utf-8";
.tn3a-gallery {
    height: 528px;
    position: relative;
    width: 960px;
    margin-bottom:-30px;
}
.tn3a-image {
    background-color: #777777;
    height: 404px;
    left: 29px;
    position: absolute;
    top: -1px;
    width: 900px;
    border:1px solid silver;
    border-bottom:0px;
}

.tn3-in-image{	cursor:pointer;
}

.tn3a-thumbs ul, .tn3a-thumbs li {
    margin: 0;
    padding: 0;
}
.tn3a-thumbs {
    bottom: 48px;
    height: 76px;
    left: 30px;
    position: absolute;
    width: 900px;
}
.tn3a-thumb {
    cursor: pointer;
    height: 72px;
    width: 114px;
}
.tn3a-thumb img {
    height: 72px;
    width: 114px;
}
.tn3a-over {
    background-image: url("bg.png");
    bottom: 0;
    font-size: medium;
    height: 80px;
    position: absolute;
    width: 100%;
    border-bottom:2px solid silver;
}
.tn3a-next {
    background-image: url("tn3a.png");
    background-position: -81px -90px;
    cursor: pointer;
    height: 88px;
    position: absolute;
    right: 10px;
    width: 80px;
}
.tn3a-next:hover {
    background-position: 0 -90px;
}
.tn3a-prev {
    background-image: url("tn3a.png");
    background-position: -82px 0;
    cursor: pointer;
    height: 88px;
    left: 10px;
    position: absolute;
    width: 80px;
}
.tn3a-prev:hover {
    background-position: 0 0;
}
.tn3a-preloader {
    height: 20px;
    position: absolute;
    width: 20px;
}
.tn3a-image-info {
}
.tn3a-image-title {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.9875em;
    font-weight: bold;
    padding: 20px 0 0 20px;
}
.tn3a-image-description {
    color: #FFFFFF;
    font-family: Tahoma,Helvetica,sans-serif;
    font-size: 0.735em;
    line-height: 1.1em;
    padding-left: 20px;
}
.tn3a-ctrls {
    float: right;
    margin-left: 30px;
    margin-top: 30px;
    width: 160px;
}
.tn3a-fullscreen {
    background-image: url("tn3a.png");
    background-position: -186px -1px;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-right: 20px;
    width: 24px;
}
.tn3a-fullscreen:hover {
    background-position: -162px -1px;
}
.tn3a-play {
    background: url("tn3a.png") no-repeat scroll -186px -50px transparent;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-right: 30px;
    width: 24px;
}
.tn3a-play:hover {
    background-position: -162px -50px;
}
.tn3a-play-active {
    background-position: -188px -74px;
}
.tn3a-play-active:hover {
    background-position: -164px -74px;
}
.tn3a-show-albums {
    background-image: url("tn3a.png");
    background-position: -186px -23px;
    cursor: pointer;
    float: left;
    height: 24px;
    margin-right: 30px;
    width: 24px;
}
.tn3a-show-albums:hover {
    background-position: -162px -23px;
}
.tn3a-timer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    height: 2px;
    position: absolute;
    top: 0;
    width: 100%;
}
.tn3a-count {
    bottom: 1px;
    color: #777777;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    left: 2px;
    position: absolute;
}
.tn3a-albums {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #E0DCDC;
    font-family: Tahoma,Helvetica,sans-serif;
    height: 520px;
    left: 0;
    position: absolute;
    top: 0;
    width: 960px;
}
.tn3a-inalbums {
    height: 440px;
    padding: 14px;
    position: absolute;
    top: 45px;
    width: 960px;
}
.tn3a-album {
    background-color: #1A1A1A;
    cursor: pointer;
    height: 70px;
    overflow: hidden;
    position: absolute;
    width: 280px;
}
.tn3a-album-over {
    background-color: #2A2A2A;
}
.tn3a-album-selected {
    background-color: #CDCDCD;
    color: #111214;
    cursor: default;
}
.tn3a-album-image {
    float: left;
    height: 100%;
    margin-right: 10px;
    width: 80px;
}
.tn3a-album-image img {
    height: 80px;
    width: 80px;
}
.tn3a-album-title {
    font-size: 11px;
    font-weight: bold;
    margin-top: 1em;
}
.tn3a-album-description {
    font-size: 10px;
    height: 3em;
    line-height: 1.4em;
    overflow: hidden;
}
.tn3a-albums-next {
    background-image: url("tn3a.png");
    background-position: -162px -134px;
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 24px;
    top: 20px;
    width: 15px;
}
.tn3a-albums-next:hover {
    background-position: -178px -134px;
}
.tn3a-albums-prev {
    background-image: url("tn3a.png");
    background-position: -162px -114px;
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 46px;
    top: 20px;
    width: 15px;
}
.tn3a-albums-prev:hover {
    background-position: -178px -114px;
}
.tn3a-albums-close {
    background-image: url("tn3a.png");
    background-position: -162px -98px;
    cursor: pointer;
    height: 15px;
    left: 20px;
    position: absolute;
    top: 19px;
    width: 15px;
}
.tn3a-albums-close:hover {
    background-position: -178px -98px;
}
.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;
}
