#container{	
text-align:left;
}
#slider_container{
position:relative;
}			
#slider{
height:auto !important;
}	
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}

#slider li{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
width:672px;
overflow:hidden; 
}
#prevBtn, #nextBtn{ 
display:block;
width:24px;
height:40px;
position:absolute;
left:-24px;
top:320px;
}
#nextBtn{ 
left:675px;
outline:none;
}
#prevBtn a, #nextBtn a{  
display:block;
width:24px;
height:40px;
background:url(../images/btn_prev.gif) no-repeat 0 0;	
outline:none;
}
#nextBtn a{ 
background:url(../images/btn_next.gif) no-repeat 0 0;
outline:none;	
}
.slider_main_left{
float:left;
width:336px;
padding: 0 0 0 0;
}
.slider_main_right{
float:right;
width:336px;
background:url(../images/bg_aboutus_slider.gif) no-repeat;
}
.slider_sub_left{
float:left;
width:295px;
padding:0 20px 0 20px;
}
.slider_sub_left p{
font-size:77%;
margin:0 0 16px 0;
line-height:1.8em;
}
.slider_sub_left h2{
color:#f36f21;
font-size:146.5%;
margin:0px 0 10px 0;
font-weight:normal;
padding:232px 0 0 0;
line-height:1.2em;
}
.slider_sub_left h3{
color:#f36f21;
font-size:77%;
margin:0px 0 14px 0;
font-weight:normal;
}
.slider_sub_left_contact{
font-size:85%;
color:#f36f21;
margin:0 0 14px 0;
}
.slider_sub_left_contact a:link, .slider_sub_left_contact a:visited{
color:#f36f21;
text-decoration:none;
}
.slider_sub_left_contact a:hover{
color:#000;
text-decoration:none;
}
