
#slider img {
border : 0px;
}
.portfolio_title{
font-size:1.6em;
font-weight:bold;
}
.portfolio_desc{
font-size:1.2em;
}

.portfolio_status{
margin-top:12px;
text-align:left;
}

.graphic, #prevBtn, #nextBtn {
margin : 20px;
padding : 0;
display : block;
overflow : hidden;
text-indent : -8000px;
}
#container {
margin : 0 auto;
position : relative;
text-align : center;
width : 472px;
*width:550px;
height: 300px;
background:url(../images/bguser.png) no-repeat;
padding: 50px 0 0 78px;
*padding: 0;
}
#slider{
margin-top:-30px;
*margin:50px 0 0 0px;
}
#slider ul, #slider li {
margin : 0;
padding : 0;
list-style : none;
}
#slider li {
width : 400px;
height : 241px;
overflow : hidden;
}
#prevBtn, #nextBtn {
display : block;
width : 30px;
height : 30px;
position : absolute;
left : 60px;
top : 111px;
}
#nextBtn {
left : 420px;
}
#prevBtn a, #nextBtn a {
display : block;
width : 64px;
height : 64px;
background : url(../images/btn_prev.png) no-repeat 0% 0%;
}
#nextBtn a {
background : url(../images/btn_next.png) no-repeat 0% 0%;
}



