/*---CSS FOR SCROLLER-------------*/
.sContainer {
  position: relative;
  top: 0px; left: 0;
  float:right;
  display:inline;
 
  width: 200px;
  height: 230px;
  background:none;
 
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 200px;
  height: 230px;
  background:none;
}
.Scroller-Container {
	width:250px;
	height:auto;
 	 position: absolute;
  	top: 0px; left: 0px;
	background:none;
}
.Scroller-Container p, .Scroller-Container h4{
	width:200px;
	margin-top:5px;
}
#Scrollbar-Container {
  position: relative;
  top: 0px; left:0px;
 
  float:left;
  display:inline;
  background:none;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  top: 0px;
  background:none;
}
.Scrollbar-Track {
	width: 10px;
	height: 220px;
	position: absolute;
	top: 7px;
	left: 0px;
	background:none;
	/*border-left:1px solid #810040;
	border-right:1px solid #810040;*/
	
}
.Scrollbar-Handle {
  position: absolute;
  width: 7px; height: 7px;
  margin-left:2px;
  background:none;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 227px;
  background:none;
}
/*----CSS FOR SCROLLER ENDS HERE-----------*/