
#pr_col_left {
    padding: 12px 0px 0px 12px;
    width: 640px;
    float: left;
}

#pr_col_right {
    width: 232px;
    float: right;
}

.pr_our {
    color: #fefefe;
    font-family: Arial;
    font-size: 13px;
    display: block;
    padding: 12px 7px 12px 15px;
}

.pr_r_title {
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
}
.pr_r_what {
    color: #8b8b8b;
    font-family: Arial;
    font-size: 11px;
}

.pr_r_proj {
    display: block;
    padding: 3px 16px;
    width: 200px;
    margin: 6px 0px;
}
.pr_r_proj.active, .pr_r_proj:hover {
    background: url("/static/img/sprite.png") no-repeat scroll -298px -200px transparent;
    text-decoration: none;
}

#pr_years {
    width: 215px;
    height: 23px;
    margin-left: 9px;
    position: relative;
    overflow: hidden;
}
#pr_years .jcarousel-prev, #pr_years .jcarousel-next{
    display: none;
    background-color: transparent;
    background-image: url('/static/img/arrows.png');
    background-repeat: no-repeat;
    position: absolute;
    top: -1px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

#pr_years .jcarousel-clip {
    width: 168px;
    overflow: hidden;
    margin-left: 25px;
    position: relative;
}

#pr_years .jcarousel-prev {
    left: 0px;
    background-position: top left;
}
#pr_years .jcarousel-prev-disabled {
    background-position: bottom left;
}
#pr_years .jcarousel-next {
    right: 0px;
    background-position: top right;
}
#pr_years .jcarousel-next-disabled {
    background-position: bottom right;
}
#pr_years_wrap {
    height: 23px;
    position: absolute;
    top: 0px;
    left: 0px;
    list-style: none;
    width: 20000em;
}

#pr_years_wrap li {
    float: left;
    width: 42px;
    height: 16px;
}

.pr_year {
    display: block;
    margin: 1px;
    color: #8b8b8b;
    font-size: 13px;
    padding: 1px 6px 3px;
    width: 29px;
    height: 15px;
}

.pr_year.active, .pr_year:hover {
    background: url('/static/img/sprite.png') no-repeat -323px -130px;
    color: #ffffff;
    text-decoration: none;
}

.pr_name {
    color: #fefefe;
    font-family: Arial;
    font-size: 21px;
    text-transform: uppercase;
    padding: 15px 0px 6px;
}

.pr_img_half {
    width: 245px;
    float: left;
}
.pr_text_half {
    width: 385px;
    float: right;
}

.pr_oneimg {
    float: left;
    width: 240px;
}