/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider
{
  /* -moz-box-shadow: 0px 0px 10px #333; */
  /* -webkit-box-shadow: 0px 0px 10px #333; */
  background: #202834 url(../../img/Tukio/loading.gif) no-repeat 50% 50%;
  /* box-shadow: 0px 0px 10px #333; */
  margin: 0 0 60px 0; /*30px 30px 60px 30px;*/
  position: relative;
}

#slider img
{
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
}

#slider a
{
  border: 0;
}

.nivo-controlNav
{
  bottom: -30px;
  left: 47%;
  position: absolute;
}

.nivo-controlNav a
{
  background: url(../../img/Tukio/bullets.png) no-repeat;
  border: 0;
  display: block;
  float: left;
  height: 10px;
  margin-right: 3px;
  text-indent: -9999px;
  width: 10px;
}

.nivo-controlNav a.active
{
  background-position: -10px 0;
}

.nivo-directionNav a
{
  background: url(../../img/Tukio/arrows.gif) no-repeat;
  border: 0;
  display: block;
  height: 34px;
  text-indent: -9999px;
  width: 32px;
}

a.nivo-nextNav
{
  background-position: -32px 0;
  right: 10px;
}

a.nivo-prevNav
{
  left: 10px;
}


