﻿div#transpoverlay {
position:absolute;
top:350px;
left:275px;
z-index:5;
width:490px;
height:500px;
background-color:white;
background-image:url('../images/productsBGIMG.png');
background-repeat:repeat-x;
background-position:left top;
border-left:thin white solid;
border-top:thin white solid;
filter:alpha(opacity=60);
opacity:0.60;

}

div#contentright{
position:absolute;
top:350px;
left:275px;
z-index:6;
width:467px;
height:500px;
color:black;
padding-left:20px;
padding-top: 15px;
font-family:Calibri;
}


