/* 
	onnepal.com css - home.css 
	Author: yalamber subba
	Website: www.yalamber.com
*/
#left-block #tabs ul li{
	font-size:11px;
}
#left-block .ads-slider .ads{
	width:410px;
	float:left;
}
#left-block .ads-slider .slider{
	float:right;
	width:240px;
	border-left:1px solid #F9F9F9;
	padding-left:5px;
}
#left-block .ads-slider .ads .stepcarousel{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 410x; /*Width of Carousel Viewer itself*/
height: 336px; /*Height should enough to fit largest content's height*/
}

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

#left-block .ads-slider .ads .stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px; /*margin around each panel*/
width: 400px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
#left-block .ads-slider .slider .stepcarousel{
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 240px; /*Width of Carousel Viewer itself*/
height: 230px; /*Height should enough to fit largest content's height*/
}

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

#left-block .ads-slider .slider .stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px; /*margin around each panel*/
width: 230px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
#right-block .loginbox{
	border:2px solid #0099CC;
	padding:5px;
}	
#right-block .loginbox label{
	font-weight:bold;
}	
#left-block .leftcolumn{
	float:left;
	width:325px;
}
#left-block .rightcolumn{
	float:right;
	width:325px;
}
#left-block .leftcolumn .latestpeople{
	width:315px;
	padding:3px;
	background:#F8F8F8;
}
#left-block .rightcolumn .usergallery{
	width:315px;
	padding:3px;
	background:#F8F8F8;
}