/*##############################

	Inertia Bar Styles

###############################*/


div.div_inbar_button_wrap {	
	width: 20px;
	height: 300px;
	float: left;
	overflow: visible;
}
	
div.div_inbar_buttonl {
	float: left;
	background-color: red;
	width: 200px;
	height: 310px;
	background: transparent;
}

div.div_inbar_buttonr {
	float: right;
	background-color: red;
	width: 200px;
	height: 310px;
	background: transparent;
}

div.div_inbar_scroller_wrap {

	width: 850px;
	height: 500px;
	overflow: hidden;
}	

div.div_inbar_spacer_850x_190y {
	width: 850px;
	height: 190px;
	background: white;
}

div.div_inbar_scroller {
	width: 810px;
	height: 310px;

        float: left;
}

div.div_inbar_accordian {
	width: 850px;
	height: 500px;
	background: transparent;
}
#fakebutton_l {
float:left;
width: 20px;
height:310px;
background:url('images/l_button.png') no-repeat left center;
}
#fakebutton_r {
float:right;
width: 20px;
height:310px;
background:url('images/r_button.png') no-repeat right center;
}
div.inbar_blue {
background: blue;
}

div.inbar_green {
background: green;
}
