/* 
	onnepal.com css - news.css 
	Author: yalamber subba
	Website: www.yalamber.com
*/
#left-block .todayevent .stepcarousel{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 640px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
padding:5px;
background:#F7FEF5;
}

#left-block .todayevent .stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

#left-block .todayevent .stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 3px; /*margin around each panel*/
padding: 3px;
width: 205px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
border-right:1px solid #F5FDFE;
}
#left-block .event-meta{
	margin:5px 0px 10px 0px;
	padding:5px;
	background:#F3F8FE;
	border:2px solid #BFE6FB;
}
#left-block .up-event{
	float:left;
	width:120px;
	padding:5px;
}
#right-block .pop-event{
	padding:5px;
	border:1px solid #F3F3F3;
}	
