/**************** scrolling effect **********************/
#slider {
  width: 464px;
  position: relative;
}

.scroll {
  
  width: 464px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  margin: 0 0 20px 0;
  z-index: 0;
}

.scrollContainer div.panel {
  width: 464px;
  
  z-index: 0;
}


.panel{
    width: 464px;
	height: 500px;
}

#first{

}
#second{
}
#third{

}

.panel-inner{
    width: 464px;
    
}



