@charset "utf-8";
/* CSS Document */

.Scroller-Container h2 { margin: 0px !important; padding: 0px !important; text-align: left; }

.Scroller-Container p.hr { margin: 10px 0px !important; }

.relative{width:300px; position:relative; margin:10px 0px; padding:0px;}

.Container-1 {
	position: absolute;
	top:0px;
	width: 300px;
	height: 400px;
	
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 300px;
  height: 400px;
}

#Scroller-2 { 
  position: absolute; 
  overflow: hidden;
  width: 300px;
  height: 230px;
}
#Scroller-3 {
	position: absolute;
	overflow: hidden;
	width: 270px;
	height: 200px;
	top: 0px;
}
#Scroller-4 {
	position: absolute;
	overflow: hidden;
	width: 270px;
	height: 200px;
	top: 1px;
}
#Scroller-5 {
	position: absolute;
	overflow: hidden;
	width: 270px;
	height: 200px;
	top: 1px;
}


.Scroller-Container {
	position: absolute;
	top: 0px;
	left:0px; width:300px;
}


.Scroller-Container2 {
	position: absolute;
	top:0px;
	left:0px; width:300px;
}

#Scrollbar-Container {
	position: absolute;
	top:0px;
	left: 305px;
}

#Scrollbar-Container2 {
	position: absolute;
	top:0px;
	left: 300px;
}
#Scrollbar-Container3 {
	position: absolute;
	top:0px;
	left: 280px;
}
#Scrollbar-Container4 {
	position: absolute;
	top:0px;
	left: 280px;
}
#Scrollbar-Container5 {
	position: absolute;
	top:0px;
	left: 280px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
  width:6px; height: 400px;
  position: absolute;
  top: 0px; left:0px;
  background: #c5d6e8; 
 
}
.Scrollbar-Handle {
	position: absolute;
	width: 6px;
	height:92px;
	padding: 0;
	cursor:pointer;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 217px;
}
