/****************************************
 * Aviary
 * Home
 ****************************************/


/* Tour */


#home-tour-slides {

  width: 900px;
	min-height:359px;
	height:auto !important;
	height:359px;
	display:block!important;
}

#home-tour .slide {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 900px;
  height: 359px;
}



#home-tour #slide-1 {
  display: block;
}



#home-tour .next {
  position: absolute;
  bottom: 15px;
  right: 25px;
  font-size: 12px;
}



