#mycustomscroll {

	/* Typical fixed height and fixed width example */



overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/



position: relative;

	width:345px;

	float:left;

	height:180px;

	display:inline;

	margin-top: 0.3em;

	margin-bottom: 0.3em;



	



}







#mycustomscroll p {

	color:#848F95;

	line-height: 22px;

	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-weight: normal;



	

}


#mycustomscroll a {

	color:#98A2A7;

	font-weight: bold;

}

#mycustomscroll a:hover {

	color:#FFFFFF;

	font-weight: bold;

}



#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
margin:0;
padding:0;
overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/

position: relative;

	width:395px;
	float:left;
	height:115px;
	margin-left:0px;
	margin-right:5px;
	display:inline;
	margin-top: -20px;
	margin-bottom: 1px;
	padding: 0px;
	
	z-index:555;


}



.fixedwidth {
margin:0;
padding:0;
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 1500px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
