/*-------------> THSLIDE */
.thslide
{    
    background:#000;
    width:867px;
    height:76px;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    margin: 0 auto;
}

.thslide_nav_previous
{
    float:left;    
}

.thslide_nav_next
{
    float:right;    
}

.thslide_nav_previous a,
.thslide_nav_next a
{
    display:block;
    width:19px;
    height:76px;     
    text-decoration:none;  
    background-color:#4d4d4d;
    background-repeat:no-repeat;    
}

.thslide_nav_previous a
{
    background-image:url(../images/thslide_link_previous.gif);    
    background-position:0 0;
}

.thslide_nav_next a
{
    background-image:url(../images/thslide_link_next.gif);    
    background-position:100% 0;
}

.thslide_nav_previous a:hover,
.thslide_nav_next a:hover
{
    background-color:#6e6e6e;
}

.thslide_list
{
    float:left;
    overflow:hidden;   
    position:relative; 
    width:829px;
    height:76px;    
}                                                                               

.thslide_list ul
{
    float:left;
    width:9000px;
    padding:0;
    margin:0;
    list-style:none;
}

.thslide_list li
{
    float:left;
    margin-right:3px;
}

.thslide_list li a
{
    display:block;
    position:relative;
    width:101px;
    height:76px;    
    text-decoration:none;
        background-image:url(../images/type/back.jpg);    
    background-position:0 0;
}
.thslide_ico {
    left: 0;
    position: absolute;
    top: 0;
}
.thslide_type_ico {
    right: 0;
    position: absolute;
    top: 0;
    z-index: 2;
}
.thslide_list li a img
{
    position:absolute;
}

.thslide_list li a span.spec
{
    position:absolute;
    display:block;
    width:95px;
    height:70px;    
}
.thslide_list li a span.name
{
position: absolute;
bottom: 0;
right: 0;
color: white;
font-size: 10px;
z-index: 3;    
}
.thslide_list li a span.lvl
{
position: absolute;
top: -3px;
left: 2px;
color: white;
font-size: 11px;
z-index: 3; 
font-weight:bolder;
}

.thslide_list li a:hover span.spec,
.thslide_list li a.current span.spec
{    
    border:3px solid #fff55b;
}

/* Specific implementation */
#barousel_thslide
{
    height:446px;
}

#barousel_thslide .barousel_content
{
    bottom:81px;
}

#thslide_barousel_nav
{
    position:absolute;
    bottom:0;
}
.qtip_tankinfo {
    max-width: 400px;  
    min-width: 50px;
    color:white;
    border: gray 1px solid;
    background-color: black;
    font-size: 1em;
    font-family: Georgia, serif;
    line-height: initial !important; 
}
.green_glow{
    background: url(../images/flags/big/green.jpg) repeat;
}