div.jquery-image-zoom {
	line-height: 0;
	font-size: 0;

	z-index: 10;

	border: 5px solid #fff;
	margin: -5px;

	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

	div.jquery-image-zoom a {
		background: url(http://localhost:13696/pics/jquery.imageZoom.png) no-repeat;

		display: block;
		width: 25px;
		height: 25px;

		position: absolute;
		left: -17px;
		top: -17px;
		/* IE-users are prolly used to close-link in right-hand corner */
		left: auto;
		right: -17px;

		text-decoration: none;
		text-indent: -100000px;
		outline: 0;

		z-index: 11;
	}

	div.jquery-image-zoom a:hover {
		background-position: left -25px;
	}

	div.jquery-image-zoom img, 
	div.jquery-image-zoom embed, 
	div.jquery-image-zoom object, 
	div.jquery-image-zoom div {
		width: 100%;
		height: 100%;
	}
	
	
	#popupContact
	{
	z-index:50000;    
    display : none;
	line-height: 0;
	font-size: 0;
    position:fixed;
	border: 5px solid #fff;
	margin: -5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

/*	
display:none;
position:fixed;
_position:absolute; hack for internet explorer 6
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index: 11;
padding:12px;
font-size:13px;
*/
}

#popupContactClose
{

font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;

}

#backgroundShoppingCart
{
    position: fixed;
    top: 0;
    left: 0;    
    padding: 0;
    margin: 0;
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1;   
    width: 100%;
    height: 100%;
    border: 1px solid blue;
}