#barousel_thslide {
    width:695px;
    height: 609px;
}
#thslide_barousel_nav {
    position:absolute;
	width: 695px;
	height: 80px;
    bottom: 40px;
	z-index: 100;
}
#barousel_thslide_content {
	position: absolute;
	z-index:40;
	bottom: 0;
}
.barousel {
    position:relative;
}
.barousel_image {
    position: absolute;
    z-index: 10;
    width: 695px;
    height: 489px;
}
.barousel_image img {
    position: absolute;
    display: none;
}
.barousel_image img.default {    
    display: block;
}
.barousel_image img.current {
    z-index: 10;
}
.barousel_image img.previous {
    z-index: 5;
}
.thslide {
	background: transparent;
}
.thslide_trans {
	position: absolute;
	top: 0;
	left: 0;
	width: 695px;
	height: 80px;
	background: black;
	opacity: .5;
   	-moz-opacity: .5;
    filter: alpha(opacity=50);
	margin: 0;
	padding: 0;
	z-index: 60;
}
.thslide_nav_previous {
	position: relative;
    float: left;
	z-index: 65;
}
.thslide_nav_next {
	position: relative;
    float: right;
	z-index: 65;    
}
.thslide_nav_previous a, .thslide_nav_next a {
    display:block;
    width: 30px;
    height: 80px;     
    text-decoration:none;  
    background: transparent;
	opacity: .75;
   	-moz-opacity: .75;
    filter:alpha(opacity=75);   
}
.thslide_nav_previous a {
    background: transparent url(../images/carousel_prev.png) center left no-repeat;   
}
.thslide_nav_next a {
    background: transparent url(../images/carousel_next.png) center right no-repeat;   
}
.thslide_nav_previous a:hover, .thslide_nav_next a:hover {
    opacity: 1;
   	-moz-opacity: 1;
    filter:alpha(opacity=100);
}
.thslide_list {
    float:left;
    overflow:hidden;   
    position:relative; 
    width:633px;
    height: 80px;
	z-index: 70; 
}
.thslide_list ul {
    float:left;
    width:9000px;
    padding: 10px;
    margin: 0;
    list-style:none;
}
.thslide_list li {
    float:left;
    margin-right: 7px;
	opacity: .8;
   	-moz-opacity: .8;
    filter:alpha(opacity=80);
}
.thslide_list li a {
    display:block;
    position:relative;
    width:120px;
    height:80px; 
    text-decoration:none;
}
.thslide_list li a img {
    position:absolute;
}
.thslide_list li a span {
    position:absolute;
    display:block;
    width:120px;
    height:80px;
}
.thslide_list li:hover, .thslide_list li a.current span {    
    opacity: 1;
   	-moz-opacity: 1;
    filter:alpha(opacity=100);
}
.barousel_content {
    background: black;
    color: white;
	width: 695px;
}
.barousel_content div {
    display:none;
	width: 500px;
	height: 30px; 
    line-height: 35px;
    padding: 0 15px;
    font-size: 13px;  
}
.barousel_content div.default {
    display:block;
    
}
.barousel_content p {
    font-size:11px;
	padding: 12px 20px;
}
.barousel_nav
{
	position:absolute;
	height:40px;
	background: black;
	color: white;
	bottom:-3px;
	z-index:20;
	width:120px;
	bottom: 0;
	left: 510px;
	z-index: 50;
}
.barousel_nav .counter{    
    float:right;
    font-size:0.75em;
    color:#fff;
    margin:3px 5px 0 0;
}