#inner {
    height:215px;
    position:relative;
    overflow:hidden;
    margin:0px 0 0 0;
    /*background-image:url(../images/pro_menu_bg.png);*/
    background:url(../images/07.jpg) repeat-x bottom;
    font-size:16px;
}
#jeans {
    text-align:center;
    border-left:1px #dadada solid;
    border-right:1px #dadada solid;
    width:260px;
    height:145px;
    float:left;
    padding:10px;
    margin-left:-1px;
    margin-top:20px;
    margin-bottom:20px;
}
#pager {
    width:280px;
    height:50px;
    text-align:center;
    margin:30px 0px 15px 0px;
    font-size:20px;
    color:#333;
}
#pager a {
    color:#666;
    text-decoration:none;
    display:inline-block;
    padding:5px 10px;
}
#pager a:hover {
    color:#333;
}
#pager a.selected {
    background-color:#333;
    color:#ccc;
}
#prev, #next {
    display:block;
    width:50px;
    height:80px;
    margin-top:-40px;
    position:absolute;
    top:50%;
    z-index:2;
}
#prev {
    background:url(../images/03.png ) no-repeat;
    left:15%;
    margin-left:-180px;
}
#prev:hover {
    background:url(../images/05.png ) no-repeat;
}
#next {
    background:url(../images/04.png ) no-repeat;
    right:15%;
    margin-right:-180px;
}
#next:hover {
    background:url(../images/06.png ) no-repeat;
}
