@charset "utf-8";

div.webHoverContainerLeft
{
	float: left;
	width: 370px;
	height: 272px;
	text-align: center;
	background-image: url('../images/fishingsimple.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #808080;
	cursor: default;
}
	
	div.webHoverInfoLeft
	{
		height: 0px;
		width: 0px;
		visibility: hidden;
		display: none;
	}

		div.webHoverContainerLeft:hover div.webHoverInfoLeft
		{
			width: 350px;
			height: 200px;
			margin: 0 auto;
			margin-top: 7px;
			visibility: visible;
			display: block;
			background: #FFFFFF;
			filter:alpha(opacity=80);
  			opacity:0.8;
			text-align: center;
			font-size: 24px;
			line-height: 30px;
		}
		
		a.webHoverInfo
		{
			width: 350px;
			height: 200px;
			display: block;
			color: #000000;
			text-decoration: none;
		}

div.webHoverContainerRight
{
	float: right;
	width: 370px;
	height: 272px;
	text-align: center;
	background-image: url('../images/classicflies.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border: 1px solid #808080;
	cursor: default;
}
	
	div.webHoverInfoRight
	{
		height: 0px;
		width: 0px;
		visibility: hidden;
		display: none;
	}

		div.webHoverContainerRight:hover div.webHoverInfoRight
		{
			width: 350px;
			height: 200px;
			margin: 0 auto;
			margin-top: 7px;
			visibility: visible;
			display: block;
			background: #FFFFFF;
			filter:alpha(opacity=80);
  			opacity:0.8;
			text-align: center;
			font-size: 24px;
			line-height: 30px;
		}