#List-album .contain table{
	width: 100%;
}
#List-album .contain,#Album  .contain{border:1px solid #4ca7da;overflow: hidden;padding:15px;}
#List-album .album {	
	width: 310px;
	background: rgba(10, 98, 200, 0.5);	
	margin: 5px;
}
#List-album .album > h4{
	background: #0a62c8;
	padding: 10px;
	color: #FFF;
}
#List-album .album  ul{
	padding:30px;
	width: 265px;
	height: 160px;
	overflow: hidden;
	position: relative;
}
#List-album .album  ul li{
	width: 240px;
	height: 150px;
	border: 5px solid #fff;
	position: absolute;
	transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}
#List-album .album  ul li img{width: 100%; height: 100%}
#List-album .album  ul li:first-child{
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
}
#List-album .album  ul li:nth-child(3){
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	-o-transform: rotate(8deg);
}
#Album  .contain > h4{font-size: 18px;font-weight:normal;color:#555;text-transform:uppercase}
#Album  .contain .item{
	width: 170px;
	height: 127px;
	border: 5px solid #2888f6;
	position: relative;
	margin: 5px;
	-webkit-box-shadow: 0px 0px 10px #555;
	transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#Album  .contain .item:hover{	
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
#Album  .contain table{margin: 50px 0}
#Album  .contain tr+tr .item{margin-top: 40px}
#Album  .contain td+td{padding-left: 20px}
#Album  .contain .item img{width: 100%; height: 100%}
#Album  .contain .ghim {
	width: 40px; 
	height: 40px; 
	background: url(../Images/iconphoto.png);
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 10000000;
}