@charset "utf-8";

.tn3e-gallery {
    position:relative;
    width: 650px;
    height: 430px;
    background-color:#ffffff;
    background-position:center center;    
    background-repeat:no-repeat;
    line-height: normal;
}
.tn3e-image {
    position:absolute;
    left: 0px;
    top: 0px;
    width: 650px;
    height: 300px;
    background-color: #000000;
}
/*
.tn3e-full-image {
    box-shadow: 0 0 5px rgba(40, 40, 40, 1);
    -webkit-box-shadow: 0 0 5px rgba(40, 40, 40, 1); 
    -moz-box-shadow: 0 0 5px rgba(40, 40, 40, 1); 

} 
*/   
.tn3e-control-bar {
    position:absolute;
    background: url('bg_white.png') repeat;
    width:243px;
    height:80px;
}
.tn3e-thumbs ul, .tn3e-thumbs li {
    margin: 0;
}
.tn3e-thumbs {
    position:absolute;
    width:650px;
    height:90px;
    bottom:0px;
    left:0px;
    background-repeat:repeat-x;
    padding-top:2px;
}
.tn3e-thumb {
    padding: 2px;
    cursor:pointer;
}

.tn3e-thumb div {display:none;}

.tn3e-thumb-selected {
    cursor:default;
}
.tn3e-thumb img {
    width: 160px;
    height:90px;
}    
.tn3e-next {
    position:absolute;
    background-image:url('tn3e.png');
    background-position:-20px -3px;
    width: 13px;
    height: 17px;
    right:30px;
    bottom:98px;
    cursor:pointer;
}
.tn3e-next:hover {
    background-position:-20px -23px;
}
.tn3e-prev {
    position:absolute;
    background-image:url('tn3e.png');
    background-position:-2px -3px;
    width: 13px;
    height: 17px;
    left:30px;
    bottom: 98px;
    cursor:pointer;
}
.tn3e-prev:hover {
    background-position:-2px -23px;
}
.tn3e-preloader {
    position:absolute;
    width: 22px;
    height: 8px;
    right:5px;
    top:5px;
}
.tn3e-text {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 100%;
    height: 50px;
    vertical-align:top;
    overflow: hidden;
}
.tn3e-image-title {
    width:100%;
    text-align:center;
	padding-top: 3px;
	font-weight:bold;
}
.project-name {
	position: absolute;
	bottom: 18px;
	font-size:12px;
	font-weight: bold;
	padding-top: 15px;
	width:100%;
}
.tn3e-image-description {
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    color:#3f4146;
    width:100%;
    text-align:center;
    font-size:10px;
}

.tn3e-image-description .image-name {
	text-align:center;
	width: 100%;
    font-family: Century Gothic, Verdana, Arial, Helvetica;
    color:#3f4146;
    font-size:12px;
	visibility:collapse;
}

.tn3e-image-description .credit {
	font-family: gothic century, arial, Helvetica;
	top: 302px;
	with: 650px;
	color:#999999;
	width:100%;
	font-size:8px;
	text-align:left;
}

.tn3e-image-description .credit .project-credit {
	float: left;
	margin-left: 5px;
	width: 300px;
	padding-bottom: 5px;
}

.tn3e-image-description .credit .photo-credit {
	float: right;
	margin-right: 5px;
	text-align: right;
	width: 300px;
	padding-bottom: 5px;
}

.tn3e-timer {
    position:absolute;
    width: 100%;
    height: 0px;
    bottom: 0px;
    background: url('bg.png') repeat;
    background: rgba(0, 0, 0, 0.3);
}
.tn3e-play {
    position:absolute;
    background-image:url('tn3e.png');
    background-position:-2px -80px;
    left:94px;
    top:12px;
    width:57px;
    height:57px;
    cursor:pointer;
}
.tn3e-play:hover {
    background-position:-64px -80px;
}
.tn3e-play-active {
    background-position:-2px -139px;
}
.tn3e-play-active:hover {
    background-position:-64px -139px;
}
.tn3e-show-albums {
    position:absolute;
    background-image:url('tn3e.png');
    background-position:-35px -39px;
    top:22px;
    left:23px;
    width:37px;
    height:36px;
    padding:0;
    margin:0;
    cursor:pointer;
}
.tn3e-show-albums:hover {
    background-position:-76px -39px;
}
.tn3e-fullscreen {
    position:absolute;
    background-image:url('tn3e.png');
    background-position:-35px -1px;
    top:22px;
    right:23px;
    width:37px;
    height:36px;
    cursor:pointer;
}
.tn3e-fullscreen:hover {
    background-position:-76px -1px;
}
.tn3e-albums {
    position:absolute;
    width: 650px;
    height: 430px;
    left:0px;
    top:0px;
    font-family: Arial, Helvetica, sans-serif;
    color:#ffffff;
/*    background-image:url('bg.png');
    background: rgba(0, 0, 0, 0.8);  */
	background: #333;
}
.tn3e-albums h4 {
	visibility: hidden;
    position: absolute;
    margin-top: 0.75em;
    font-weight: bold;
    left: 20px;
    top: 0px;
    font-size: 18px;
    color: #c7c8c9;
}
.tn3e-inalbums {
    position:absolute;
    top: 40px;
    width: 650px;
    height: 345px;
    padding: 5px 10px;
}
.tn3e-album {
    position:absolute;
    width: 420px;
    height: 75px;
    background-color:#111111;
    overflow: hidden;
    cursor:pointer;
    font-size: medium;
}
.tn3e-album-over {
    background-color:#222;
}
.tn3e-album-selected {
    background-color:#cdcdcd;
    color:#111214;
    cursor:default;
}
.tn3e-album-image {
    height: 100%;
    margin-right: 1em;
    overflow:hidden;
    float: left;
}
.tn3e-album-image img {
	width: 150px;
	height: 75px;
}
.tn3e-album-title {
    font-size:13px;
    font-weight:bold;
    margin-top: 5px;
}
.tn3e-album-description {
    font-size:0.6em;
    height: 5em;
    line-height: 1.5em;
    overflow: hidden;
}
.tn3e-albums-next {
    position:absolute;
    background-image:url('btn.png');
    background-position:-116px -0px;
    width: 27px;
    height: 27px;
    right:20px;
    bottom:10px;
    cursor:default;
}
.tn3e-albums-next-over {
    background-position:-86px -0px;
    cursor:pointer;
}
.tn3e-albums-prev {
    position:absolute;
    background-image:url('btn.png');
    background-position:-86px -28px;
    width: 27px;
    height: 27px;
    left:20px;
    bottom:10px;
    cursor:default;
}
.tn3e-albums-prev-over {
    background-position:-116px -28px;
    cursor:pointer;
}
.tn3e-albums-close {
    position:absolute;
    background-image:url('tn3e.png');
    background-position:-125px -80px;
    width: 27px;
    height: 27px;
    right:10px;
    top:13px;
    cursor:pointer;
    display: none!Important;
}
.tn3e-albums-close:hover {
    background-position:-155px -80px;
}

/* 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;
}

#projects_btn {
	font-size:18px; 
	font-weight:bold; 
	color:#666;
	cursor:pointer;
}

#projects_btn .icon{
    position:absolute;
    background-image:url('btn.png');
    background-position:-26px -28px;
    width: 24px;
    height: 24px;
    cursor:default;
}

#projects_btn:hover {
	color:#CCCCCC;
	font-size:18px; 
	font-weight:bold; 
	cursor:pointer;
}

#projects_btn:hover .icon{
    position:absolute;
    background-image:url('btn.png');
    background-position:-2px -28px;
    width: 24px;
    height: 24px;
    cursor:default;
}