#servicesContent {
	float: left;
	margin-left: 0px;
	margin-top: 0;
}
div.scroller {
	position:relative;
	width:120px;
	height:537px;
	padding:0 10px 10px 0;
	margin:0;
	background: #fff;

}
.scroller .content {
	height: 537px; 
	width: 90px;
	margin-top: 0;
	overflow: hidden;
	float: left;
}

div.scroller .scrollarea {
	height: 537px; 
	width: 18px;
	margin-top:0;
	float: right;
	background:#e5e5e6;
	cursor: pointer;
}

div.scroller .scrollKnob {
	width: 18px;
	margin: 0;background:#424041;
}
	
div.scroller div.scrollBarContainer {
	height: 537px; /* edit me (ff: height - 18px - ie: height - 46px) */
}

/********************************************************************************/

#servicesContentQuestion {
	float: left;
	margin-left: 0px;
	margin-top: 0;
}

div.scrollerQuestion {
	position:relative;
	width:570px;
	height:370px;
	padding:0 10px 10px 0;
	margin:0;
	background: #fff;
}
.scrollerQuestion .contentQuestion {
	height: 370px; 
	width: 510px;
	margin-top: 0;
	overflow: hidden;
	float: left;
}

div.scrollerQuestion .scrollareaQuestion {
	height: 370px; 
	width: 18px;
	margin-top:0;
	float: right;
	background:#e5e5e6;
	cursor: pointer;
}

div.scrollerQuestion .scrollKnobQuestion {
	width: 18px;
	margin: 0;background:#424041;
}
	
div.scrollerQuestion div.scrollBarContainerQuestion {
	height: 370px; /* edit me (ff: height - 18px - ie: height - 46px) */
}
