/**** Choco-Slider ****/
.choco-contenedor {
	margin-bottom: 50px;
}

#control
{
  margin: 10px auto 0 auto;
  position: relative;
  float: right;
}

#control a
{
  border: 1px solid #fff;
  color: #666;
  text-transform:uppercase;
  text-decoration:none;
  height:20px;
  width:18px;
  display:block;
  cursor: pointer;
  font-weight: bold;
  float:left;
  outline: none;
  text-align: center;
}

#control a.active
{
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
  font-weight: bold;
}

#control a span
{
}