/*---CSS FOR SCROLLER-------------*/
.sContainer {
		  position: relative;
		  top: 0px; left: 0;
		  float:right;
		  display:inline;
		  width: 380px;
		  height: 365px;
		  background:none;
		 /* border:#FF0000 1px solid;*/
		 
}
#Scroller-1 { 
		  position: absolute; 
		  overflow: hidden;
		  width: 350px;
		  height: 345px;
		  background:none;
		/*  border:#000000 1px solid;*/
}
.Scroller-Container {
		width:340px;
		height:auto;
		font-family:"Times New Roman", Times, serif;
	  	font-size:12px;
	  	color:#FFFFFF;
		position: absolute;
		top: 0px; left: 0px;
		background:none;
		/*border:green 1px solid;*/
}
.Scroller-Container p, .Scroller-Container h4{
		width:310px;
		margin-top:5px;
		font-size:12px;
		padding-left:30px;
		/*font-weight:bold;*/
}
#Scrollbar-Container {
		  position: relative;
		  top: 0px; left:0px;
		  float:left;
		  display:inline;
		/*border:#CC0000 1px solid;*/
		  background:none;
}
.Scrollbar-Up {
		  cursor: pointer;
		  position: absolute;
		  top: 10px;
		  background:none;
		/* border:#000066 1px solid; */
}
.Scrollbar-Track {
		width: 5px;
		height: 330px;
		position:none;
		top: 20px;
		left: 0px;
		background:none;
	/*	border:red 1px solid;*/
		/*border-left:1px solid #810040;
		border-right:1px solid #810040;*/
}
.Scrollbar-Handle {
	  position: none;
	  width:0px; height: 0px;
	  margin-left:2px;
	  background:none;
}
.Scrollbar-Down {
	  cursor: pointer;
	  position: absolute;
	  top: 330px;
	  background:none;
	 /* border:#000066 1px solid;*/
}
/*----CSS FOR SCROLLER ENDS HERE-----------*/
