

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll1 {
/* Typical fixed height and fixed width example */
width:927px;
height: 348px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFF;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
right:0;
height: 348px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFF;
margin-left:395px;
}


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

.fixedwidth a {
	float:left;
	margin-right:1px;
	background:#111 url(../images/magnify.png) center center no-repeat;
}

.fixedwidth a img:hover {
	opacity:0.1;
}