@charset "utf-8";
/* CSS Document */
.photo, .grvr {
	display: block;
	border: 1px solid #f0d8c7;
	padding: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 0px;
	text-align: center;
	background: url(../img/prfPhotoTop_bg.png) no-repeat left top, url(../img/prfPhotoBottom_bg.png) no-repeat right bottom, #fff;
	background-size: 100px 100px;
	position: relative;
}
.photoIco {
	position: relative;
}
.jCarousel, .jCarousel2 {
	margin-bottom: 0px;
	text-align: center;
	-webkit-transition: margin 0.5s ease-in-out;
	transition: margin 0.5s ease-in-out;
	test-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.jCarousel li, .jCarousel2 li {
	text-align: center;
}
.jCarousel li img, .jCarousel2 li img {
	padding: 0em;
	height: auto;
	max-width: 100%;
	margin: 0px;
}

#infoBody {
	padding: 30px 20px;
	margin: 20px;
	background-color: #888;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}
#infoBody p {
	font-size: 16px;
	padding-bottom: 10px;
	line-height: 1.6em;
	text-shadow: 0px -1px 1px #555;
	color: #fff;
}
#infoBody p a {
	color: #fff;
	text-decoration: underline;
}
.prfThmb {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 300px;
}
.prfThmb li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;
}
/* ########Responsive */
@media (min-width:35em){
	.jCarousel li img {
	padding: 0em;
	height: auto;
	max-width: 100%;
	margin: 0px;
}
}
