@charset "utf-8";
/*
**********************************************************************

* page.css

*********************************************************************
*/
.artTit {
  margin-bottom:30px;
}
.tagbar {
  text-align:center;
  margin-bottom:25px;
}
#PhotoList {
  min-height:150px;
  width: 924px;
  position:relative;
  margin-left: 10px;
}
#PhotoList li {
  position:relative;
	float: left;
	
  width: 215px;
	
  height: 215px;
  margin: 0 0 16px 16px;
  overflow:hidden;
  background:#eeeeee;
}
#PhotoList li.keyv {
  width:470px;
  display:none;
}
#PhotoList li a {
  display:block;
	
  width: 215px;
	
  height: 215px;
  display:table-cell;
  vertical-align:middle;
}

#PhotoList li.keyv img {
  width:auto;
}
#PhotoList li img {
  width: 215px;
  height:auto;
}
#PhotoList li .user_scrname,
#PhotoList li .post_text {
	display: none;
}
#PhotoList li .icon {
  position:absolute;
  right:5px;
  top:5px;
  display:block;
  width:33px;
  height:33px;
  background:no-repeat left top;
}
#PhotoList li.instagram .icon {
  background-image:url(../images/icon_insta.png);
}
#PhotoList li.twitter .icon {
  background-image:url(../images/icon_tw.png);
}
#moreBtn {
  height:40px;
	clear: both;
	text-align: center;
	background: url(../images/loading.gif) no-repeat center center ;
}
#moreBtn img {
  cursor:pointer;
}
#moreBtn.loading img {
  display:none;
}

#PopUp {
  padding:15px 30px;
  width:540px;
  position:absolute;
  left:50%;
  top:50%;
  margin:0 0 0 -300px;
  z-index:1000;
  background:#ffffff;
  display:none;
}
#PopUp #Pop_closeBtn {
  position:absolute;
  right:30px;
  top:10px;
}
#PopUp #Pop_closeBtn img {
  cursor:pointer;
}
#PopUp #Pop_postId {
  margin-bottom:10px;
}
#PopUp #Pop_postImg {
  margin:0 auto 10px;
  background:#eeeeee;
}
#PopUp #Pop_postTxt {
  line-height:1.2;
}
#Overlay {
  z-index:999;
  zoom:1;
  width:100%;
  height:100%;
  position:fixed;
  left:0%;
  top:0%;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#dd000000,EndColorStr=#dd000000);
  background:rgba(0,0,0,0.7);
  background-image:url(../images/spacer.gif);
  background-repeat:repeat;
  display:none;
}