@charset "utf-8";

.tn3-gallery {
    position: relative;
    width: 800px;
    height: 620px;
	padding-left: 42px;
    background-color: #fafcfa;
	line-height: normal;
}
.tn3-image {
    position: absolute;
    width: 800px;
    height: 460px;
	background-color: #fafcfa;
	top: 8px;
	padding-top: 5px;
}
.tn3-controls-bg {
    position: absolute;
    width: 620px;
    height: 68px;
    bottom: 0px;
	/*background-image: url('tbg.png');*/
}
.tn3-thumbs ul, .tn3-thumbs li {
    margin: 0;
    padding: 0;
}
.tn3-thumbs {
    position: absolute;
    width: 620px;
    height: 62px;
    bottom: 0px;
    left: 106px;
    padding: 6px 28px 6px 28px;
    /*background-image: url('tbg2.png');*/
}
.tn3-thumb {
    border: 1px solid #fafcfa;
    width: 60px;
    height: 60px;
    margin-right: 3px;
    cursor: pointer;
}
.tn3-thumb img {
    width: 60px;
    height: 60px;
}    
.tn3-thumb-over {
    border: 1px solid #FF0;
}
.tn3-thumb-selected {
    border: 1px solid #FF0;
    cursor: default;
}
.tn3-next {
    position: absolute;
    background-image: url('../images/tn3.png');
    background-position: -39px -2px;
    width: 30px;
    height: 31px;
    right: 6px;
    cursor: pointer;
}
.tn3-next:hover {
    background-position: -39px -39px;
}
.tn3-prev {
    position: absolute;
    background-image: url('../images/tn3.png');
    background-position: -4px -2px;
    width: 30px;
    height: 31px;
    left: 6px;
    cursor: pointer;
}
.tn3-prev:hover {
    background-position: -4px -39px;
}
.tn3-next-page {
    background-image: url("../images/ar.png");
    background-position: -140px -2px;
    bottom: 23px;
    cursor: pointer;
    height: 21px;
    position: absolute;
    right: 67px;
    width: 14px;
}
.tn3-next-page:hover {
	background-image: url('../images/arh.png');
    background-position: -140px -2px;
}

.tn3-prev-page {
    background-image: url("../images/al.png");
    background-position: -126px -1px;
    bottom: 24px;
    cursor: pointer;
    height: 21px;
    left: 114px;
    position: absolute;
    width: 14px;
}
.tn3-prev-page:hover {
    background-image: url('../images/alh.png');
	background-position: -126px -1px;
}
.tn3-preloader {
    position: absolute;
    width: 39px;
    height: 15px;
}
.tn3-text-bg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: medium;
	/*background-image: url('../images/bg.png');*/
	background-color: #f6f6f6;
	bottom: 77px;
    font-size: medium;
    left: 134px;
    width: 620px;
	/*padding-bottom: 1.1em;*/
}
.tn3-image-title {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #2f6958;
    font-size: 0.6875em;
    /*font-weight: bold;*/
	padding: 1px 1px 1px 1px;
}
.tn3-image-description {
	font-family: Tahoma, Helvetica, sans-serif;
    color: #2f6958;
    font-size: 0.625em;
    line-height: 1.1em;
    padding-left: 1px;
	text-align: justify;
}

.tn3-image-author {
	    font-family: Tahoma, Helvetica, sans-serif;
	    color: #e0dcdc;
	    position: absolute;
	    top: 5px;
	    left: 4px;
	    padding: 1em;
}

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

.tn3-count {
    bottom: 27px;
    color: #2f6958;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    left: 22px;
    position: absolute;
}

.tn3-play {
    background-image: url("../images/play.png");
    background-position: -75px 0;
    bottom: 23px;
    cursor: pointer;
    height: 25px;
    left: 63px;
    position: absolute;
    width: 25px;
}
.tn3-play:hover {
    background-image: url('../images/playh.png');
	background-position: -75px 0;
}
.tn3-play-active {
	background-image: url('../images/pause.png');
    background-position: -75px 0;
}
.tn3-play-active:hover {
	background-image: url('../images/pauseh.png');
    background-position: -75px 0;
}
.tn3-show-albums {
    position: absolute;
    background-image: url('../images/tn3.png');
    background-position: -177px -6px;
    bottom: 19px;
    right: 59px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tn3-show-albums:hover {
    background-position: -177px -41px;
}
.tn3-fullscreen {
    position: absolute;
    background-image: url('../images/tn3.png');
    background-position: -203px -5px;
    bottom: 9px;
    right: 11px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tn3-fullscreen:hover {
    background-position: -203px -42px;
}
.tn3-albums {
    position: absolute;
    width: 620px;
    height: 425px;
    left: 0px;
    top: 0px;
    color: #000000;
    font-family: Tahoma, Helvetica, sans-serif;
    background-image:url('bg.png');
    background: rgba(0, 0, 0, 0.7);
}
.tn3-inalbums {
    position: absolute;
    width: 620px;
    height: 425px;
    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 {
    position: absolute;
    background-image: url('../images/sep.png') ;
   	width: 1px;
    height: 47px;
    left: 60px;
	bottom: 10px;
	
}
.tn3-sep2 {
    position: absolute;
    /*background-image: url('../images/tn3.png');*/
    width: 2px;
    height: 47px;
    right: -120px;
	bottom: 10px;
}
.tn3-sep3 {
    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;
}

