body{
font-size: 13px;
line-height: 16px;
font-family: Arial, sans-serif;
color: #656565;
text-align: left;
}
/*
#slider { background: url(../img/p_bkgdMain.jpg) no-repeat 0 0; margin:0; padding:0; list-style:none; }
*/

#slider{
margin: 0;
padding: 0;
list-style: none;
}

#slider ul, #slider li{
margin: 0;
padding: 0;
list-style: none;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li{
width: 946px;
height: 320px;
overflow: hidden;
}

p#controls{
margin: 0;
position: relative;
}

#prevBtn, #nextBtn{
display: block;
margin: 0;
overflow: hidden;
width: 35px;
height: 35px;
position: absolute;
left: 0;
top: -30px;
}

#nextBtn{
left: 900px;
}

#prevBtn a{
display: block;
width: 35px;
height: 35px;
background: url( ../img/l_arrow.png ) no-repeat 0 0;
}

#nextBtn a{
display: block;
width: 35px;
height: 35px;
background: url( ../img/r_arrow.png ) no-repeat 0 0;
}

#slider ul li ul{
list-style-type: disc;
padding-bottom: 8px;
}

#slider ul li ul li{
padding-top: 6px;
padding-bottom: 7px;
}