@charset "utf-8";

.tn3-gallery {
    position: relative;
	width: 1000px; /* controls background of slider image */
	height: 380px; /* slider div set at 400px */
    /*background-color: #eeeeee;*/
	background-image: url('slider-bg.png');
	border-radius: 0px 0px 9px 9px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	line-height: normal;
}
.tn3-gallery img {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    max-width: none !important;
}

.tn3-image {
    position: absolute;
    width: 740px; /* set slider image to actual horizontal size */
	height: 320px; /* set slider image to actual vertical size */
    /*background-color: #000000;*/
	background-color: transparent;
	padding: 20px 130px 40px 130px;
	/*left: 130px;
	top: 20px;*/
	cursor: pointer;
}

.tn3-in-image {
padding-right:260px;
padding-top: 20px;
}

/* CONTROL BAR ALBUM-AUTOPLAY-FULLSCREEN POSITION */
.tn3-controls-bg {
    display: none; /* background of right controls */
	/*position: absolute;
    width: 700px;
    height: 47px;
    bottom: -10px;
    background-image: url('tbg.png');*/
}

/* THUMBNAIL SCROLLER */
.tn3-thumbs ul, .tn3-thumbs li {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
}
.tn3-thumbs {
    position: absolute; /* controls thumb images inside thumb nav */
    /*width: 417px;*/
	width: 740px;
    height: 37px;
    bottom: 0px;
    left: 130px;
    padding: 0px 0px 0px 0px;
    /*background-image: url('tbg2.png');*/
}
.tn3-thumb {
    border: 1px solid #3e3e3e; /* border around each individual thumb image */
    width: 61px;
    height: 35px;
    margin-right: 3px;
    cursor: pointer;
}
.tn3-thumb img {
    width: 61px;
    height: 35px;
}    
.tn3-thumb-over {
    border: 1px solid #c3c3c3; /* change border color of hover over thumb */
}
.tn3-thumb-selected {
    /* border: 1px solid #c3c3c3; /* change border color of selected thumb */
	border: 1px solid #99CC99; /* global menu arrow green */
    cursor: default;
}

/* NEXT - PREV SLIDER ARROWS */
.tn3-next {
    position: absolute;
	background-image: url('slider-arrows.png');
    background-position: 130px 0px;
    width: 130px;
    height: 345px;
    right: 0px; /* move > here */
	padding-top: 5px;
    cursor: pointer;
}

.tn3-next:hover {
    /*background-position: 50px -90px;*/
}
.tn3-prev {
    position: absolute;	
	background-image: url('slider-arrows.png');
    background-position: 0px 0px;
    width: 130px;
    height: 345px;
    left: 0px; /* move < here *** moves in relationship to tn3-image */
	padding-top: 5px;
    cursor: pointer;
}

.tn3-prev:hover {
    /*background-position: 0px -90px;*/
}

/* NEXT - PREV SLIDER PAGES */
.tn3-next-page {
    position: absolute;
    background-image: url('tn3.png');
    background-position: -153px -5px;
    width: 25px;
    height: 25px;
    right: 88px;
    bottom: 7px;
    cursor: pointer;
}
.tn3-next-page:hover {
    background-position: -153px -42px;
}
.tn3-prev-page {
    position: absolute;
    background-image: url('tn3.png');
    background-position: -129px -5px;
    width: 25px;
    height: 25px;
    bottom: 7px;
    left: 88px;
    cursor: pointer;
}
.tn3-prev-page:hover {
    background-position: -129px -42px;
}
.tn3-preloader {
    position: absolute;
    width: 39px;
    height: 15px;
}

/* TEXT ITEMS */
.tn3-text-bg {
	display: none;
    /*position: absolute;
    top: 0px;
    width: 100%;
    font-size: medium;
    background-image: url('bg.png');
    padding-bottom: 1.1em;*/
}
.tn3-image-title {
	display: none;
    /*font-family: Tahoma, Helvetica, sans-serif;
    color: #e0dcdc;
    font-size: 0.6875em;
    font-weight: bold;
    padding: 1.1em 0 0 1.1em;*/
}
.tn3-image-description {
	display: none;
    /*font-family: Tahoma, Helvetica, sans-serif;
    color: #e0dcdc;
    font-size: 0.625em;
    line-height: 1.1em;
    padding-left: 1.1em;*/
}

/* TIMER BAR POSITION */
.tn3-timer {
    position:absolute;
    width: 100%;
    height: 2px;
	left: 130px;
    bottom: 0px;
    background: url('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;
}

/* AUTOPLAY */
.tn3-play {
    position: absolute;
    background-image: url('tn3.png');
    background-position: -74px -5px;
    left: 22px;
    bottom: 7px;
    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;
}

/* SHOW ALBUMS */
.tn3-show-albums {
    position: absolute;
    background-image: url('tn3.png');
    background-position: -177px -6px;
    bottom: 7px;
    right: 22px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tn3-show-albums:hover {
    background-position: -177px -41px;
}

/* FULLSCREEN OPTION */
.tn3-fullscreen {
    position: absolute;
    background-image: url('tn3.png');
    background-position: -203px -5px;
    bottom: 9px;
    right: 11px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.tn3-fullscreen:hover {
    background-position: -203px -42px;
}

/* ALBUMS LAYOUT */
.tn3-albums {
    position: absolute;
    width: 1000px; /* match and overlay entire slider width */
    height: 360px;
    left: 0px;
    top: 20px;
	font-family: Tahoma, Helvetica, sans-serif;
    color: #e0dcdc;
	/*color: #ffffff;*/
    background-image:url('bg.png');
    background: rgba(0, 0, 0, 0.7);
	border-radius: 9px 9px 9px 9px;
}
.tn3-inalbums {
    position: absolute;
	top: 40px;
    width: 1000px;
    height: 250px;
    padding: 20px 40px 20px 40px;
}
.tn3-album {
    position:absolute;
    width: 280px;
    height: 64px;
    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: 148px;
    margin-right: 10px;
    float: left;
}
.tn3-album-image img {
    width: 140px;
    height: 64px;
}
.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('tn3.png');
    background-position: -43px -9px;
    width: 20px;
    height: 20px;
    right:20px;
    top:20px;
    cursor:pointer;
}
.tn3-albums-next:hover {
    background-position: -43px -46px;
}
.tn3-albums-prev {
    position:absolute;
    background-image:url('tn3.png');
    background-position: -9px -9px;
    width: 20px;
    height: 20px;
    right: 44px;
    top: 20px;
    cursor: pointer;
}
.tn3-albums-prev:hover {
    background-position: -9px -46px;
}
.tn3-albums-close {
    position: absolute;
    background-image: url('tn3.png');
    background-position: -237px -9px;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 20px;
    cursor: pointer;
}
.tn3-albums-close:hover {
    background-position: -237px -47px;
}

/* VERTICAL SEPARATOR LINES - TURN EM' ALL OFF */
/*.tn3-sep1 {
    position: absolute;
    background-image: url('tn3.png');
    width: 2px;
    height: 47px;
    left: 47px;
}
.tn3-sep2 {
    position: absolute;
    background-image: url('tn3.png');
    width: 2px;
    height: 47px;
    right: 96px;
}
.tn3-sep3 {
    position: absolute;
    background-image: url('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;
}

