.photostack {
	background: #ddd;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.js .photostack {
	height: 680px;
}

.photostack-start {
	cursor: pointer;
}

.photostack > div {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.photostack figure {
	position: relative;
	background: #f4f4f4;
	padding:10px;
}

.js .photostack figure {
	position: absolute;
	display: block;
	margin-top: -100px;
}

.photostack figcaption h2 {
	margin: 20px 0 0 0;
	color: #a7a0a2;
	font-size: 16px;
}

.photostack-img {
	outline: none;
	display: block;
	width:100%;
  	min-width:200px;
  	max-width:307px;
	background: #f9f9f9;
}

.photostack-back {
	  background:#FFFFFF;
	  color:#A7A0A2;
	  display:none;
	  font-family:'Give You Glory', cursive;
	  font-size:22px;
	  height:100%;
	  left:0;
	  line-height:1.25;
	  padding:50px 40px;
	  position:absolute;
	  text-align:left;
	  top:0;
	  width:100%;
}

.photostack-back p {
	margin: 0;
}

.photostack-back p span {
	text-decoration: line-through;
}


.photostack nav {
    background: none repeat scroll 0 0 #383838;
    top: 0;
	overflow:hidden;
    height: 102px;
    left: 0;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s ease 0s;
    width: 100%;
    z-index: 90;
}

.photostack-start nav {
	opacity: 0;
}
 
.photostack nav span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #aaa;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: -webkit-transform 0.6s ease-in-out, background 0.3s;
	transition: transform 0.6s ease-in-out, background 0.3s;
	-webkit-transform: scale(0.48);
	transform: scale(0.48);
}

.photostack nav span:last-child {
	margin-right: 0;
}

.photostack nav span::after {
	content: "\e600";
	font-family: 'icons';
	font-size: 80%;
	speak: none;
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 30px;
	color: #fff;
	opacity: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.photostack nav span.current {
	background: #888;
//	background: #ffffff;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.photostack nav span.current.flip {
	-webkit-transform: scale(1) rotateY(-180deg) translateZ(-1px);
	transform: scale(1) rotateY(-180deg) translateZ(-1px);
	background: #555;
}

.photostack nav span.flippable::after {
	opacity: 1;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}


.js .photostack::before {
  -webkit-transition:opacity 0.3s, visibility 0s 0.3s;
  background:rgba(0, 0, 0, 0.498039);
  content:'';
  height:100%;
  left:0;
  position:absolute;
  top:0;
  transition:opacity 0.3s, visibility 0s 0.3s;
  width:100%;
  z-index:100;
}

.js .photostack-start::before {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.js .photostack::after {
  -webkit-transform:translateY(-50%) translateX(-50%);
  border:3px solid #FFFFFF;
  color:#FFFFFF;
  content:'View Gallery';
  cursor:pointer;
  font-weight:400;
  left:50%;
  letter-spacing:1px;
  padding:10px 20px;
  position:absolute;
  text-align:center;
  text-transform:uppercase;
  top:50%;
  transform:translateY(-50%) translateX(-50%);
  white-space:nowrap;
  z-index:101;
  cursor:crosshair;
}
#photostack-1{ cursor:crosshair;}
.js .photostack::before,
.js .photostack::after {
	opacity: 0;
	visibility: hidden;
}

.js .photostack-start::before,
.js .photostack-start:hover::after,
.touch .photostack-start::after  {
	opacity: 1;
	visibility: visible;
}


.photostack figure::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	visibility: visible;
	background:  #edba20;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}


figure.photostack-current::after {
	-webkit-transition: opacity 0.6s, visibility 0s 0.6s;
	transition: opacity 0.6s, visibility 0s 0.6s;
	opacity: 0.4;
	visibility: hidden;
	background: none repeat scroll 0 0 #000;
}


.photostack-transition figure {
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
}

.photostack-perspective {
	-webkit-perspective: 1800px;
	perspective: 1800px;
}

.photostack-perspective > div,
.photostack-perspective figure {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.photostack-perspective figure,
.photostack-perspective figure div {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.photostack-perspective figure.photostack-flip {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

.csstransformspreserve3d figure.photostack-flip .photostack-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	display: block;
}

.no-csstransformspreserve3d figure.photostack-showback .photostack-back {
	display: block;
}


.no-js .photostack figure {
	box-shadow: -2px 2px 0 rgba(0,0,0,0.05);
}

.no-js .photostack figure::after {
	display: none;
}

.no-js .photostack figure:nth-child(3n) {
	-webkit-transform: translateX(-10%) rotate(5deg);
	transform: translateX(-10%) rotate(5deg);
}

.no-js .photostack figure:nth-child(3n-2) {
	-webkit-transform: translateY(10%) rotate(-3deg);
	transform: translateY(10%) rotate(-3deg);
}


#photostack-1 nav span.current {
	background: #ffffff;
	-webkit-transform: scale(0.61);
	transform: scale(0.61);
}

.photostack-flip .photostack-img {
     z-index: 999;
}

.photostack-flip {
     z-index: 10;
}

#item-0 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-001.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: 27px;
    margin-top: 21px;
    padding: 42px;
	border-width: 9px;
    border-style: solid;
    border-color: #383838;

}

#item-1 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-002.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}

#item-2 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-003.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}

#item-3 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-004.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}

#item-4 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-005.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}

#item-5 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-006.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-6 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-007.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-7 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-008.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-8 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-009.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-9{
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-010.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-10 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-011.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-11 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-012.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-12 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-013.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-13 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-014.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-14 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-015.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-15 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-016.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-16 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-017.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-17 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-018.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-18 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-020.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-19{
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-021.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-20 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-022.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-21 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-023.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-22 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-024.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-23 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-025.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-24 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-026.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-25 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-028.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}

#item-27 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-029.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-28 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-030.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-29 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-031.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-30 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-032.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-31 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-033.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}
#item-32 {
    background: url("http://cedric.bloc.fr/wordpress/wp-content/inspiration/thumb/inspiration-photo-034.jpg") no-repeat scroll 0 0 / 85px 85px transparent;
    cursor: crosshair;
    margin-left: -9px;
    margin-top: 21px;
    padding: 42px;
    border-width: 9px;
    border-style: solid;
    border-color: #383838;
}




