/**********************
 TINY
***********************/
.tiny
{
}

.tiny a
{
  /*color: #00AFE9;*/
  text-decoration: none;
}
.tiny a:hover
{
  text-decoration: none;
}

.tiny td
{
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #6F7072;
  font-size: 14px;
}

.tiny p
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 14px;
  line-height: 1.2em;
}

.tiny img
{
  border: 0px;
}

.tiny .grigio { color: #6F7072;}
.tiny .grigio a { color: #00512F;}
.tiny .grigio a:hover { color: #00512F;}

.tiny .verde { color: #00512F;}
.tiny .verde a { color: #707173;}
.tiny .verde a:hover { color: #707173;}

.tiny .marrone { color: #5B001B;}
.tiny .marrone a { color: #707173;}
.tiny .marrone a:hover { color: #707173;}

/***************************
SLIDER GALLERY
***************************/
.sliderGallery
{
  overflow: hidden;
  position: relative;
  height: 340px;
  width: 895px;
}

.sliderGallery UL
{
  position: absolute;
  list-style: none;
  overflow: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.sliderGallery UL LI
{
  display: inline;
}

.slider
{
  width: 895px;
  height: 20px;
  margin: 0px;
  bottom: 0px;
  position: absolute;
  background: url(/img/layout/barra.gif) no-repeat;
  cursor: pointer;
}

.handle
{
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 158px;
  top: 0;
  background: url(/img/layout/slider.gif) no-repeat;
  z-index: 100;
}

