/* ################################################################################
SLIDING TABS
################################################################################ */
.tabbed_content {
margin-bottom:3px;
width:678px;
color:#453C27;
border-right:1px dotted #423D2F;
border-bottom:1px dotted #423D2F;
border-left:1px dotted #423D2F;
}
.tabs {
position:relative;
top:0;
margin:0;
height:35px;
background-color:#423D2F;
}
.tabs .moving_bg {
position:absolute;
left:0;
margin:0;
height:65px;
width:339px;
z-index:190;
background:#423D2F url(../images/arrow_down.gif) no-repeat bottom left;
}
.tabs .tab_item {
position:relative;
cursor:pointer;
display:block;
float:left;
padding:0;
width:339px;
line-height:35px;
color:#E3E1D5;
font-size:1.25em;
font-weight:bold;
text-align:center;
z-index:200;
}
.tabbed_content .slide_content {
overflow:hidden;
position:relative;
width:678px;
}
.tabslider {
width:5000px;
}
.tabslider .inner {
overflow:hidden;
}
.tabslider .inner div {
float:left;
margin:0;
padding:50px 20px 0 20px;
width:638px;
}

