﻿.Container {
  
}

.DataContainer {
 
}

#Scroller-1 { 
  
 
}

#DataScroller-1 { 
 
}

#Scroller-1 p {
 
}

.Scroller-Container {
  position: relative;
  top: 0px; 
  left: 0px;
  padding:6px;	
  width:400px;
  height:173px;
  }
  
 
.Scroller-Container1 {
  position: relative;
  top: 0px; 
  left: 0px;
  padding:6px;	
  width:400px;
  height:173px;
  }
  
  .Scroller-Container2 {
  position: relative;
  top: 0px; 
  left: 0px;
  padding:6px;	
  width:390px;
  height:150px;
  }
 
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 0px; left: 310px;
  border:0;
  width:18px;  
}

.Image-Up
{
	
}

.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  border:0;
  width:18px;

}

.Link-Up {
 
 
}
#feedback{
    background-color: #01E4EA;
    background-image: url("feedback.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px 10px 10px 10px;
    cursor: pointer;
    display: none;
    height: 100px;
    left: 180px;
    overflow: hidden;
    position: absolute;
    top: 135px;
    width: 320px;
    z-index: 100;
    
}
.feedbackMsg{
   padding-left: 10px;
   padding-top: 27px;
}