.pb-container {
    overflow: hidden;
    width: 980px;
    height: 200px;
    background-color: black;
    position: relative;
    background: black url(../images/pb-bg.png) repeat-x scroll top left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-shadow: 0 0 10px #777;
	-webkit-box-shadow: 0 1px 2px #888;
	-moz-box-shadow: 0 0 10px #777;
	margin-bottom: 20px;
}

.pb-scrollbar {
    position: absolute;
    width: 940px;
    margin: 0 20px;
    bottom: 10px;
    height: 19px;
    background: transparent url(../images/scrollbar.png) no-repeat scroll top left;
}

.pb-scrollhandle {
    position: absolute;
    width: 200px;
    height: 17px;
    top: 1px;
    left: 0;
    background-color: transparent;
    display: block;
}

.pb-scrollhandle-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: transparent url(../images/scrollhandle-left.png) no-repeat scroll top left;
}

.pb-scrollhandle-middle {
    position: absolute;
    top: 0;
    left: 8px;
    right: 8px;
    height: 100%;
    background: transparent url(../images/scrollhandle-middle.png) repeat-x scroll top left;
}

.pb-scrollhandle-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: transparent url(../images/scrollhandle-right.png) no-repeat scroll top left;
}

.pb-shelf {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.pb-item {
    height: 100%;
    width: 140px;
    float: left;
    position: relative;
}

.pb-item img.thumbnail {
    position: absolute;
    margin: 0 20px;
    bottom: 90px;
    -webkit-box-reflect:below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(rgba(255, 255, 255, 0.5)))
}

.pb-item .label {
    color: white;
    font-size: 10px;
    margin: 0 10px;
    line-height: 1.2;
    text-align: center;
    position: absolute;
	left: 0;
	right: 0;
    top: 122px;
}

.pb-item a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.pb-category {
    color: white;
    position: absolute;
    top: 0;
    line-height: 19px;
    font-size: 12px;
    cursor: pointer;
}