#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width:700px;
	height:120px;
	padding:10px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position:relative;
	/*float:left;*/
}

	#mycustomscroll img{
		margin:3px;
		border:2px solid #8b8a75;
	}

.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 200px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

