@charset "utf-8";
/* CSS Document */

#page_barousel a:hover {
    background-color: #FFF55B;
}
#page_thslide a:hover {
    background-color: #6EC1DD;
}
#page_barousel td strong, #page_barousel tbody tr:hover td {
    background-color: #FFF55B;
}
#page_thslide td strong, #page_thslide tbody tr:hover td {
    background-color: #6EC1DD;
}
.barousel {
    background: url("../images/bg_banner.gif") repeat scroll 0 0 transparent;
    border-top: 1px solid #000000;
    height: 217px;
    margin-bottom: 0;
    position: relative;
    width: 600px;
}
.barousel_image {
    height: 191px;
    position: absolute;
    width: 600px;
    z-index: 10;
}
.barousel_image img {
    display: none;
    position: absolute;
}
.barousel_image img.default {
    display: block;
}
.barousel_image img.current {
    z-index: 10;
}
.barousel_image img.previous {
    z-index: 5;
}
.barousel_content {
    background: url("../images/bg_barousel_content.png") repeat scroll 0 0 transparent;
    bottom: 36px;
    color: #FFFFFF;
    left: 10px;
    padding: 15px 18px 0;
    position: absolute;
    width: 600px;
    z-index: 50;
}
.barousel_content div {
    display: none;
}
.barousel_content div.default {
    display: block;
}
.barousel_content p {
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
}
.barousel_content p.header {
    color: #FFF55B;
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
}
.barousel_content a, .barousel_content a:hover {
    background-color: transparent !important;
    color: #FFF55B;
}
.barousel_nav {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    height: 23px;
    padding: 3px 3px 0 0;
    position: absolute;
    width: 597px;
    z-index: 20;
	border-top:#000 1px solid;
}
.barousel_nav .counter {
    color: #000;
    float: right;
    font-size: 0.75em;
    margin: 3px 5px 0 0;
}
.barousel_nav ul {
    float: right;
    margin: 0;
    padding: 0;
}
.barousel_nav li {
    float: left;
    font-size: 0;
    line-height: 0;
    list-style: none outside none;
    padding-left: 3px;
}
.barousel_nav li a {
    background-color: #fff;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    text-decoration: none;
    width: 25px;
}
.barousel_nav li a:hover {
    background-color: #dcdcdc;
}
.barousel_nav li a.current {
    background-color: #FFF55B;
}
.barousel_nav li.prev a {
    background-image: url(barousel_arrow_prev.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.barousel_nav li.next a {
    background-image:url(barousel_arrow_next.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.barousel img.ajax_loader {
    display: none;
    left: 135px;
    position: absolute;
    top: 70px;
    z-index: 99;
}
