/* demo page styles 
body {
    background:#eee;
    margin:0;
    padding:0;
}
.example {
    position:relative;
    background-color:#fff;
    width:768px;
    overflow:hidden;
    border:1px #000 solid;
    margin:20px auto;
    padding:20px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}*/

/* custom styles */
.tn3-gallery {
    width: 990px;
    height: 559px;
    border:1px #0e4b1a solid;
}
.tn3-image {
    width: 990px;
    height: 512px;
    background-color:#021402;
}
.tn3-controls-bg {
    width: 990px;
}
.tn3-thumbs {
    width: 789px;
}
.tn3-image-title {
    font-size: 13px;
}
.tn3-image-description {
    font-size: 13px;
}