/* Fonts */



img{
	border: none;
}

input{
	vertical-align: middle;
}


.navigation-controls {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 5px;
	z-index: 1001;
}

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}

.picture-slides-container {
	margin-bottom: 2em;
	clear:both;
}

.picture-slides-image-text{
	height:20px;}

#center{
	width:780px;
	margin:0 0 15px 9px;
	border:1px solid #D4D4D4;
	clear:both;
	color:#666;
	font-size:90%;

}

	
#p_h2{
	background:url(../img/photo_title.gif) no-repeat;
	width:169px;
	height:46px;
	text-indent:-3000px;
	margin:25px 16px 5px 19px;
	float:left;
}

h3{
	margin:33px 0 13px 0 ;
	float:left;
	width:540px;
}



#photo_back{
	background:url(../img/photoack.gif) no-repeat 0 0;
	width:540px;
	height:436px;
	z-index:1;
	padding:9px 0 0 15px;
	margin:30px 0 0 125px;
}

.picture-slides-fade-container a {
	display: block;
	height: 370px;
	width:470px;
}

.picture-slides-fade-container a img {
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
}



.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-image-text {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 5px 0 10px;
	z-index: 1001;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
}

.picture-slides-thumbnails {
	list-style: none;
	overflow: hidden;
}

.picture-slides-thumbnails li {
	float: left;
	width: 100px;
	border:1px solid #D4D4D4;
	padding:4px;
	margin:16px 0 0 17px ;
	display:inline;
	
}

.picture-slides-thumbnails li img {
	width: 100px;

}

.picture-slides-thumbnails li a:hover img{
	filter: alpha(opacity=60); /* internet explorer 系での表記 */
-moz-opacity: 0.6; /* Mozilla 系での表記 */
opacity: 0.6; } /* Safari などに対応 */


.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 92px;
	padding: 2px;
	background:#933;
	border: 1px solid #000;
}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}