#mycustomscroll {
	/* Typical fixed height and fixed width example */

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

position: relative;
	margin: 0.3em auto;
	padding: 15px;
	width:300px;
	float:left;
	height:140px;
	margin-left:5px;
	margin-right:30px;
	display:inline;

}



#mycustomscroll p {
	color:#6A767B;
	line-height: 22px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;

}



#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:373px;
	float:left;
	height:115px;
	margin-left:18px;
	margin-right:15px;
	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;
}

#thumbs {
margin:0;
padding:0;
}