
.pb-wrapper {
	background: #fff url(../images/paperx.jpg) repeat center bottom;
	width: 100%;
	padding: 10px 0px 45px 0px;
	text-align:center;
	height:420px;
	height:450px;
	-webkit-backface-visibility: hidden;
	overflow: hidden;
	box-shadow:
		inset 0px 0 0 6px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.3), 
		inset 0 0 20px rgba(0,0,0,0.05),
		inset 0 -25px 40px rgba(0,0,0,0.08);
}

.pb-scroll {
	height: 100%;
	width: 100%;
	padding-right:10%;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align:center!important;
}

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

ul.pb-strip {
	list-style: none;
	opacity: 0.8;
	-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;
	display: inline-block;
	/* For IE, the outcast */
	zoom:1;
	*display: inline;
	padding-left:10%;
	backgrounds:#FFCC00
}


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

ul.pb-strip li {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 7px;
	position:relative;
	font-size:12px;
}

ul.pb-strip li a {
	display: block;
	color:#777;
	width:100%;
	left:0px;
	right:0px;
	text-align:center;
	backgrounds:#339900
}

ul.pb-strip li a > img {
	width:100%;
	padding:5px 0px;
}

/*  whte bar */
ul.pb-strips li a:after {
	position:absolute;
	z-index: 999;
	bottom:0px;
	left:0px;
	right:0px;
	text-align:center;
	padding: 10px 0px;
	margin:0px;
	background: rgba(255,255,255,0.8);
	content: attr(title);
	font-size: 0.95em;
	display:block;
}

h1.pb-title {
	padding: 15px 5px 5px 5px;
	color: #374571;
	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;
	color: #000;
	font-style:italic;
	text-align:center;
	line-height:1em;
	font-size:1.7em!important;
}


@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	/*
	.pb-wrapper {
		width: 100%;
		padding: 10px 0px 40px 0px;
		text-align:center;
	}

	ul.pb-strip {
		padding-left:0%;
		padding-right:0%;
		width:100%;
	}
	
	ul.pb-strip li {
		width: 90%;
		margin:0 auto;
	}
	
	ul.pb-strip li a {
		width:90%;
		padding: 5px 0px;
	}
	
	ul.pb-strip li a > img {
		width:80%;
		padding:0px 10px 10px 10px;
	}
	
	ul.pb-strip li a:after {
		font-size: 80%;
		width:100%;
		left:0%;
		right:0%;
	}
	*/
	
}


/* --------------------------------------------- iPad ----------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) {
/* 9. portrait viewport 1024 x 768 */ 

	/*
	ul.pb-strip {
		padding-left:0%;
		padding-right:0%;
		width:100%;
	}
	
	ul.pb-strip li {
		width: 90%;
		margin:0 auto;
	}
	
	ul.pb-strip li a {
		width:90%;
		padding: 5px 0px;
	}
	
	ul.pb-strip li a > img {
		display:block;
		width:110%;
	}
	
	ul.pb-strip li a:after {
		font-size: 80%;
		width:100%;
		left:0%;
		right:0%;
	}
	
	*/
}

