
#main_slider {
    width: 681px;
    height: 235px;
    background-color: #7b8a97;
    position: relative;
}

#main_slider_arrow {
    position: absolute;
    background-image : url(../images/main_slider_arrow_bg.png);
    width: 233px;
    height: 58px;
    z-index: 20;
    top: 0;
    left: 402px; 
    padding: 10px 0 0 46px;
    
}

#main_slider_arrow h2 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;

}
#main_slider_panels {
    float: left;
	z-index:-100x ;
    position: relative;
    width: 430px;
    height:210px;
    margin-top: 0px;    
}

.panel {
 
    position:absolute;   z-index:-100px ;
    top:0;    
}

#panel_2, #panel_3, #panel_4 {
    display: none;

}

#main_slider_tabs {
    float: left;
    width: 233px;
	
}

.tab {
    position: relative;
    margin:0;
	left:-78px;
	 float: left;
    padding:0;
	width:243px;
    display: block;
    border-top: 1px solid #7b8a97;
    height: 66px;     
    text-decoration: none;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #353D45),
        color-stop(1, #4B5762)
    );
    background-image: -moz-linear-gradient(
        center bottom,
        #353D45 0%,
        #4B5762 100%
    );
    -pie-background: linear-gradient(
        center bottom,
        #353D45 0%,
        #4B5762 100%);
    behavior: url(/css/PIE/PIE.htc);    
}

.tab img {
    width: 60px;
    height: 40px;
    border: 1px solid white;
    margin: 10px 0 0 9px;
    float: left;
}

.tab h2 {
    margin: 10px 0 0 12px;
    float: left;    
    width: 100px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;    
    font-weight: normal;
}

.tab h3 {
    margin: 6px 0 0 12px;
    float: left;    
    width: 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;    
    font-size:11px;
    font-weight: normal;
}

#tab_1 {
    border: none;
}
