/* styles for pp-carousel plugin */

h2.entry-title { display: none; }
.menu { display: none;}

.pp-carousel-container { width:940px; }
.pp-carousel-wrapper { margin-left:25px;   width:890px; /* position:fixed; */ overflow:hidden; }
.pp-carousel {  width:200000px; z-index:1;  float:left;  }

.div-pp-img {
	display:inline;
	position:relative;
	float:left;
	width:auto;
}

.pp-img { border-left: 1px solid white; border-right:1px solid white;}

.pp-img:hover {
	opacity:0.70;
}

.pp-carousel-clearfix { clear:both; }

.pp-carousel-nav {
	float:left;
	width:25px;
	background-color: #d8d8d8; 
	border:1px solid transparent;
}

.pp-carousel-nav:hover {
	background-color: #b8b8b8;
}

.pp-carousel-nav div {
	text-align:center;
}

.pp-carousel-nav a {
	text-decoration: none;
	font-size:150%
}

.pp-carousel-nav.forward {
 	margin: 0 0 0 915px;
 	float:left;
}

div.vars { display: block; width:190px; border:1px solid #cccccc; padding:2px; }