/*---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:13px;
	  	color:#FFFFFF;
		font-weight:bold;
		position: absolute;
		top: 0px; left: 0px;
		background:none;
		/*border:green 1px solid;*/
}
.Scroller-Container p, .Scroller-Container h4{
		width:300px;
		margin-top:5px;
		font-size:14px;
		padding-left:40px;
		/*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: 0px;
		  background:none;
		 /* border:#000066 1px solid; */
}
.Scrollbar-Track {
		width: 5px;
		height: 345px;
		position:none;
		top: 20px;
		left: 0px;
		background:none;
		/*border:#FFFFFF 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: 345px;
	  background:none;
	/*  border:#000066 1px solid;*/
}
/*----CSS FOR SCROLLER ENDS HERE-----------*/
