.tabbed_content {
    background-color: #ffffff;
    width: 750px;   
    color:#000000;
    align:left;
}
 
.tabs {
    width: 800px;
    height: 87px;
    position: relative left:30px;
    float: left;
    background-image:url(dot.png);
}
 
 
.tabs .moving_bg {
    background-image:url(arrow_down_green.png);
    position: absolute;
    width: 120px;
    height: 87px;
    z-index: 190;
    background-position: bottom left;
    background-repeat: no-repeat;
    float: left;
	
}


 
.tabs .tab_item {
    display: block;
    float: left;
    padding: 0px 25px 0px 25px;
    width: 100px;
    color: #ffffff;
    text-align: center;
    z-index: 200;
    position: relative;
    cursor: pointer;
}
 
.tabbed_content .slide_content {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    width: 750px;
}
 
.tabslider {
    width: 3750px;
}
 
.tabslider ul {
    float: left;
    width: 750px;
    margin: 0px;
    padding: 0px;
    margin-right: 0px;
}
 
.tabslider ul a {
    color: #ffffff;
    text-decoration: none;
}
 
.tabslider ul a:hover {
    color: #aaaaaa;
}
 
.tabslider ul li {
    padding-bottom: 7px;
}
