
.stack {
  display: inline-block;
  width: 180px;
  height: 150px;
  position: relative;
  margin: 0px 0px 0px 0px;
  z-index: 0; }

  .stack li {
    position: absolute;
    top: 8px;
    left: 8px;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 160ms ease-in;
    -webkit-transition: all 160ms ease-in;
    -o-transition: all 160ms ease-in;
    transition: all 160ms ease-in; 
	overflow:hidden;width:185px;height:150px}
    .stack li:first-child {
      z-index: 2; }

  .stack img {
    display: block;
    border: 4px solid white;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: opacity 160ms ease;
    -webkit-transition: opacity 160ms ease;
    -o-transition: opacity 160ms ease;
    transition: opacity 160ms ease; 
	width:180px;}


.stack:last-of-type {
  margin-right: 0; }

/* Tab */
.tabbar {
  height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  padding: 0 40px;
  color: white;
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
  -o-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.05);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #222222), color-stop(100%, #111111));
  background-image: -webkit-linear-gradient(#222222, #111111);
  background-image: -moz-linear-gradient(#222222, #111111);
  background-image: -o-linear-gradient(#222222, #111111);
  background-image: -ms-linear-gradient(#222222, #111111);
  background-image: linear-gradient(#222222, #111111); }
  .tabbar p {
    float: left;
    margin-right: 10px; }

/* Glisse: Overlay */
#glisse-overlay {
  background: #45484d;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #45484d), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #45484d 0%, black 100%);
  /* IE10+ */
  background: radial-gradient(center, ellipse cover, #45484d 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

#glisse-close {
  height: 40px;
  width: 20px;
  text-align: center;
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -10px; }
  #glisse-close:after {
    height: 40px;
    width: 20px;
    display: block;
    color: #FFF;
    content: "";
    font-family: WebSymbolsRegular;
    line-height: 40px;
    font-size: 20px;
    color: #DFDFDF;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 0.8px #000;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(100%, white), to(#dfdfdf)); }

#glisse-controls {
  z-index: 999; }

/* Prev/Next button */
.glisse-next a, .glisse-prev a {
  width: 30px;
  height: 40px;
  text-decoration: none;
  display: block;
  text-align: center;
  position: fixed;
  bottom: 10px;
  font-size: 20px;
  font-family: WebSymbolsRegular;
  line-height: 40px;
  color: #DFDFDF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-text-stroke: 0.8px #000;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), color-stop(100%, white), to(#dfdfdf)); }

.glisse-next a {
  left: 50%;
  margin-left: 20px; }

.glisse-prev a {
  left: 50%;
  margin-left: -40px; }

.glisse-legend {
  display: block;color:#fff;z-index:1000;position:absolute;top:0px;text-align:Center;left:0px;right:0px;margin:0 auto;font-size:20px;font-family:spinnakerregular}

@media screen and (max-width: 992px) {
	.stack {width:160px}
	.stack img {	width:160px}
}
@media screen and (max-width: 1170px) {
	.stack img {	width:180px;}
}
@media screen and (max-width: 640px) {
  .stack {
    margin: 0 auto 30px;
    display: block; }

  .stack:last-of-type {
    margin-right: auto; } }