.pb-wrapper {
	position: absolute;
	background: none;
	width: 150px;
	margin-top: 10px;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	right: 0px;
	top: 80px;
}

.pb-wrapper:before {
	content: '';
    position: absolute;
	width: 2px;
	left: 0;
	top: 3px;
	bottom: 3px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.pb-wrapper:after{
	position: absolute;
	content: '';
	background: rgba(192,227,232, 0.8) url(../images/scroll.png) no-repeat center center;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -35px;
	border-radius: 50%;
	z-index: 1000;
}

.touch .pb-wrapper:after,
.pb-wrapper:hover:after {
	display: none;
}

h3.pb-title {
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #374571;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}

.pb-scroll {
	position: relative;
	height: 75%;
	width: 150px;
	padding-right: 30px;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.touch .pb-scroll {
	padding-right: 0px;
}

ul.pb-strip {
	padding: 0;
	list-style: none;
	position: relative;
	margin: 0 auto;
	width: inherit;
	opacity: 0.2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pb-wrapper:hover ul.pb-strip,
.touch .pb-wrapper ul.pb-strip{
	opacity: 1;
}

ul.pb-strip li {
	display: block;
	width: 150px;
	position: relative;
	margin-bottom: 7px;
}

ul.pb-strip li a {
	display: block;
}

ul.pb-strip li img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Positions */
.pb-wrapper-1 {
	height: 75%;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	/* -ms-transform: rotate(3deg);*/
	transform: rotate(3deg);
	right: 5%;
}

