.container2{
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 50;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	width: 75%;
}



.button img{
	opacity: 0.5;
	border: 1px solid white;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	width: 10%;
}

.button:hover{
	background-color: transparent;
	text-align: left;
}

.button:hover img{
opacity: 1.0;
}

.button span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1050px;
	text-decoration: none;
	text-align: right;
}

.button span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.button:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0px;
	left: 230px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}@charset "utf-8";
/* CSS Document */
