/* Advanced CSS hover styles */

a.feature01:hover { border-color: #000; }
	a.feature01:hover .overlay01
	{
		position: absolute;
		z-index: 3;
		width: 210px;
		height: 150px;
	}
		
		a.feature01 .overlay01 .caption01
		{
			position: absolute;
			height: 45px;
			left: 160px;
			line-height: 30px;
			width: 210px;
			z-index: 3;
			text-indent: -9999em;
			color: #000;
			font-size: 9pt;
			bottom: 0;
			overlay: hidden;
		}	
	
		a.feature01:hover .caption01
		{
		text-indent: 10px;
		background-image:url(../images/lightbox/zoom.png);
		background-repeat:no-repeat;
		
		}
		
			
		a.feature01 img { display: block; }
