#sidelink {
	float:right;
}
#bottomlink {
	position:absolute;
	bottom: 10px; 
	left: 0px;
	float: left;
}
.imageLibrary {
}
.imageLibrary ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
	float: right;
}
.imageLibrary li {
	margin-left: 10px;
}
.imageLibrary p {
	position: absolute;
	margin: 0px;
	margin-left: 2px;
	margin-top: 2px;
	z-index:2;
	background-Color: #555555;
	color: #ffffff;
	width: 172px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	opacity:.8;
	display: none;
	clear: none;
}
.imageLibrary img {
	z-index:1;
	width: 172px;
	height: 86px;
	border: #888888 groove 2px;
}

.imageLibraryWide p {
	position: absolute;
	margin: 0px;
	z-index:2;
	background-Color: #555555;
	color: #ffffff;
	width: 535px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	opacity:.8;
	display: none;
	clear: none;
}
.imageLibraryWide img {
	z-index:1;
	width: 540px;
	height: 86px;
}
