﻿
.blockIMG 
{
	display: block;
	margin: 0;
}


#scrollingdiv
{
	/* Typical fixed height and fixed width example */
	width: 340px;
	height: 260px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}


