@charset "UTF-8";
/* CSS Document */

.photo-target {
	width:1000px;
	height:563px;
	position:absolute;
	margin-left:-500px;
	left:50%;
	top:720px;
	background:black;
}
.thumbs-wrap {
	width:1000px;
	height:595px;
	position:absolute;
	top:1283px;
	margin-left:-500px;
	left:50%;
}
.thumbs-wrap a {
	opacity:0.3;
	-webkit-opacity:0.3;
	transition:ease 1s;
	-webkit-transition:ease 1s;
}
.thumbs-wrap a:hover {
	opacity:1;
	-webkit-opacity:1;
	transition:ease 0.4s;
	-webkit-transition:ease 0.4s;
	cursor:pointer;
}
.thumb01 {
	width:194px;
	height:124px;
	background-image:url(../images/gallery/g-small01.jpg);
	position:absolute;
	left:60px;
	top:0px;
}
.thumb02 {
	width:194px;
	height:194px;
	background-image:url(../images/gallery/g-small02.jpg);
	position:absolute;
	left:254px;
	top:0px;
}
.thumb03 {
	width:317px;
	height:227px;
	background-image:url(../images/gallery/g-small03.jpg);
	position:absolute;
	left:448px;
	top:0px;
}
.thumb04 {
	width:148px;
	height:88px;
	background-image:url(../images/gallery/g-small04.jpg);
	position:absolute;
	left:765px;
	top:0px;
}
.thumb05 {
	width:221px;
	height:139px;
	background-image:url(../images/gallery/g-small05.jpg);
	position:absolute;
	left:33px;
	top:124px;
}
.thumb06 {
	width:148px;
	height:139px;
	background-image:url(../images/gallery/g-small06.jpg);
	position:absolute;
	left:765px;
	top:88px;
}
.thumb07 {
	width:194px;
	height:257px;
	background-image:url(../images/gallery/g-small07.jpg);
	position:absolute;
	left:254px;
	top:194px;
}
.thumb08 {
	width:185px;
	height:183px;
	background-image:url(../images/gallery/g-small08.jpg);
	position:absolute;
	left:448px;
	top:227px;
}
.thumb09 {
	width:162px;
	height:101px;
	background-image:url(../images/gallery/g-small09.jpg);
	position:absolute;
	left:633px;
	top:227px;
}
.thumb10 {
	width:172px;
	height:168px;
	background-image:url(../images/gallery/g-small10.jpg);
	position:absolute;
	left:795px;
	top:227px;
}
.thumb11 {
	width:167px;
	height:103px;
	background-image:url(../images/gallery/g-small11.jpg);
	position:absolute;
	left:87px;
	top:263px;
}
.thumb12 {
	width:162px;
	height:158px;
	background-image:url(../images/gallery/g-small12.jpg);
	position:absolute;
	left:633px;
	top:328px;
}
.thumb13 {
	width:185px;
	height:185px;
	background-image:url(../images/gallery/g-small13.jpg);
	position:absolute;
	left:448px;
	top:410px;
}
.thumb14 {
	width:105px;
	height:103px;
	background-image:url(../images/gallery/g-small14.jpg);
	position:absolute;
	left:342px;
	top:451px;
}
.video-thumbs {
	position:absolute;
	width:978px;
	top:1900px;
	margin-left:-489px;
	left:50%;
	overflow:auto;
}
.video-thumbs h1 {
	margin:0 0 20px 8px;
}
.video-thumbs iframe {
	width:310px;
	height:174px;
	background:black;
	margin:8px;
	float:left;
	display:inline-block;
	
}
.photo-target img {
	overflow:hidden;
}