@charset "utf-8";

#personal_gallery {
	width: 950px;
	height: 760px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.tn3-gallery {
	position: relative;
	width: 950px;
	height: 760px;
	background-color: #CCCCCC;
	line-height: normal;
}
.tn3-gallery img {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
}    
.tn3-image {
	position: absolute;
	width: 950px;
	height: 633px;
	background-color: #CCCCCC;
	padding-bottom: 50px;
}
.tn3-controls-bg {
    position: absolute;
    width: 950px;
    height: 25px;
    bottom: 10px;
	background-color: #CCCCCC;
}
.tn3-thumbs ul, .tn3-thumbs li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tn3-thumbs {
	position: absolute;
	width: 920px;
	height: 67px;
	bottom: 40px;
	left: 10px;
	padding: 5px;
}
.tn3-thumb {
	border: 5px solid #CCCCCC;
	width: 100px;
	height: 67px;
	margin-right: 5px;
	cursor: pointer;
}
.tn3-thumb img {
    width: 100px;
    height: 67px;
}    
.tn3-thumb-over {
    border: 1px solid #FFFFFF;
}
.tn3-thumb-selected {
    border: 1px solid #c3c3c3;
    cursor: default;
}
.tn3-next {
    position: absolute;
    background-image: url('../img_tn3/tn3.png');
    background-position: -40px -2px;
    width: 30px;
    height: 31px;
    right: 6px;
    cursor: pointer;
}
.tn3-next:hover {
    background-position: -39px -39px;
}
.tn3-prev {
    position: absolute;
    background-image: url('../img_tn3/tn3.png');
    background-position: -4px -2px;
    width: 30px;
    height: 31px;
    left: 6px;
    cursor: pointer;
}
.tn3-prev:hover {
    background-position: -4px -39px;
}
.tn3-next-page {
    position: absolute;
    background-image: url('../img_tn3/tn3.png');
    background-position: -153px -5px;
    width: 25px;
    height: 25px;
    right: 47%;
    bottom: 9px;
    cursor: pointer;
}
.tn3-next-page:hover {
    background-position: -153px -42px;
}
.tn3-prev-page {
    position: absolute;
    background-image: url('../img_tn3/tn3.png');
    background-position: -129px -5px;
    width: 25px;
    height: 25px;
    bottom: 9px;
    left: 47%;
    cursor: pointer;
}
.tn3-prev-page:hover {
    background-position: -129px -42px;
}
.tn3-preloader {
    position: absolute;
    width: 39px;
    height: 15px;
}
.tn3-text-bg {
    position: absolute;
    top: 92.5%;
    width: 100%;
    font-size: medium;
    background-image: url('../img_tn3/bg.png');
    padding-bottom: 10px;
}
.tn3-image-title {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #e0dcdc;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 0 10px;
}
.tn3-image-description {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #e0dcdc;
    font-size: 10px;
    line-height: 10px;
    padding-left: 10px;
}
.tn3-timer {
    position:absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    background: url('../img_tn3/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-play {
    position: absolute;
    background-image: url('../img_tn3/tn3.png');
    background-position: -74px -5px;
    left: 42%;
    bottom: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tn3-play:hover {
    background-position: -74px -42px;
}
.tn3-play-active {
    background-position: -101px -4px;
}
.tn3-play-active:hover {
    background-position: -101px -41px;
}
.tn3-show-albums {
    position: absolute;
    background-image: url('../img_tn3/tn3.png');
    background-position: -177px -6px;
    bottom: 9px;
    right: 59px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tn3-show-albums:hover {
    background-position: -177px -41px;
}
.tn3-fullscreen {
    position: absolute;
    background-image: url('../img_tn3/tn3.png');
    background-position: -203px -5px;
    bottom: 10px;
    right: 42%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tn3-fullscreen:hover {
    background-position: -203px -42px;
}
.tn3-albums {
    position: absolute;
    width: 950px;
    height: 500px;
    left: 0px;
    top: 0px;
    color: #e0dcdc;
    font-family: Tahoma, Helvetica, sans-serif;
    background-image:url('../img_tn3/bg.png');
    background: rgba(0, 0, 0, 0.7);
}
.tn3-inalbums {
    position: absolute;
    width: 950px;
    height: 633px;
    padding: 14px;
    top: 45px;
}
.tn3-album {
    position:absolute;
    width: 950px;
    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('../img_tn3/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('../img_tn3/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('../img_tn3/tn3.png');
    background-position: -237px -9px;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 19px;
    cursor: pointer;
}
.tn3-albums-close:hover {
    background-position: -237px -47px;
}
