html, body {
	font-family: arial, helvetica, serif;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
		} 



a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

div.hoverscroll {
	position:relative;
}


/* List container */
div.hoverscroll div.listcontainer {
	overflow:hidden;
}

/* Actual list containing items */
div.hoverscroll ul.list {
	list-style:none;
	margin:0;
	padding:0;
}

/* Items contained in the list */
div.hoverscroll ul.list li.item {
	display:block;
	padding:0;
}
div.hoverscroll.horizontal ul.list li.item {
	float:left;
}


	#my-list li {
	width: 150px;
	height:150px;
	background: #fff;
	border: #fff solid 2px;
	
	}
.hoverscroll {
		border: 0px;
	}
	
table.c1 {
	background-color: #B3E4E9;
	text-align: left;
}

