*
{
    margin: 0px;
    padding: 0px;
}

body
{
 background: #666666;
}

figure
{
 color: #fff;
 text-align: center; 
}

figure img
{
 height: 280px;
}

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

div
{
 text-align: center;
}

img
{
 border: 0;
}

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

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