
/* PRODUCTS */

#productDetails {
	position: relative;
	height: 500px;
	width: auto;
}

#productDetails .productLink, #productLinks .productLink:visited {
	position: absolute;
	width: 175px;
	height: 387px;
	z-index: 1;
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -3000px;
}

#pLink1 {
	top: 0px;
	left: 0px;
	background-image: url(/assets/products/latok-alpine.jpg);
}

#pLink2 {
	top: 0px;
	left: 190px;
	background-image: url(/assets/products/Drillium_M.jpg);
}

#pLink3 {
	top: 0px;
	right: 190px;
	background-image: url(/assets/products/Superdru.jpg);
}

#pLink4 {
	top: 0px;
	right: 0px;
	background-image: url(/assets/products/Demand-Pull-on.jpg);
}

#panel {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	height: 190px;
	overflow: hidden;
	width: 760px;
}

#panel strong {
	white-space: nowrap;
	clear: left;
	float: right;
	margin-top: 5px; 
}

#mask, #mask div {
	overflow: hidden;
	width: 760px;
	height: 190px;
}

#details0 {
	text-align: center;
}

#wrapper_products #content h2 {
	font-size: 1.063em;
}





