/* demo page styles */
body {
    /*background : url('../bgp.jpg');*/
    margin:0;
    padding:0;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10pt;
}
.example {
    position:relative;
    /*background : url('../bgp.jpg');*/
    width:768px;
    overflow:hidden;
    margin:20px auto;
   /* padding:20px;*/
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
   /* display: none;*/
}

/* custom styles */
.tn3-gallery {
    width: 768px;
    height: 559px;
}
.tn3-image {
    width: 768px;
    height: 512px;
}
.tn3-controls-bg {
    width: 768px;
}
.tn3-thumbs {
    width: /*565*/ 615px;
}

.title {color: #333333; font-size: 11pt;}
.bold {font-weight: bold; }
a{text-decoration: none; color: #333333;}
a:hover {text-decoration: underline; color: #00cc00;}

#main{
    /*width:768px; 
    margin: 200px auto;*/
    
    height:200px; 
    width:650px; 
    left:50%; 
    top:50%; 
    margin-top:-100px; 
    margin-left:-325px; 
    position: absolute;
}
.link{
    cursor: pointer;
}

.div_right_content{
    float: right;
    padding-right: 20px;
    margin-top: -25px;    
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10pt;
    font-weight: bold;
    line-height: 15px;   
}
.comment{
    display: none;
}