*
{
 margin:0px;
 padding:0px;
 color:#fff;
 transition: all 1s linear;
}

body
{
 background:#666666;
}

figure
{ 
 text-align:center; 
}

figure img
{
 height:280px;
}

figure>img:hover 
    {
        transform: scale(1.15);
    }

figcaption
{
 font-size:0.9rem;
 font-family:"Arial", sans-serif;
}

div
{
 text-align: center;
}

mark
{
 background:transparent;
 font-weight:bold;
}

img
{
 border:0;
}

img#arrow_l
{
  position: absolute;
  width: 30px;
  height: 30px;
  left: 80px;
  top: 268px;
  border-radius:6px;
}

img#arrow_r
{
  position: absolute;
  width: 30px;
  height: 30px;
  left: 114px;
  top: 268px;
  border-radius:6px;
}