$('.myclass').vTicker({
   speed: 500,
   pause: 3000,
   showItems: 3,
   animation: 'fade',
   mousePause: false,
   height: 0,
   direction: 'up'
});

#marqueecontainer{
position: relative;

width: 200px;
height: 150px; /*marquee height */
/*background-color: white;*/
overflow: hidden;
}

#marqueecontainer1{
position: relative;

width: 200px;
height: 150px; /*marquee height */
/*background-color: white;*/
overflow: hidden;
}


.yatra{
	font-family:arial;
	font-size:12px;
	color:#000000;
	text-align:justify;
	line-height:19px;
	border-bottom:1px dashed #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	}
