
  .Product_Info {
    display:inline;
    position:absolute;
    background-image: '/images/spacer.gif';
    background-color:#000000;
    filter:Alpha(Opacity=0); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /* IE 8 */
    -moz-Opacity:.00;
    Opacity:.00;
    z-index:100;  
  }
  
  .Div_Collection {
    margin-left:  10px;
    margin-right: 10px;
  }
  #Product_Name {
    font-size:10pt;
    font-weight:700;
    font-family:Verdana;
    color: #FFFFFF;
  }
  #Product_Desc {
    font-size: 9pt;
    font-weight:400;
    font-family:Verdana;
    color: #FFFFFF;
  }
  #Product_Long {
    font-size: 8pt;
    font-weight:400;
    font-family:Verdana;
    color: #FFFFFF;
  }
  #Product_Price {
    font-size: 9pt;
    font-weight:700;
    font-family:Verdana;
    color: #FFFFFF;
    padding-left:10px;
  }
  #QtyList {
	  background-color: #000000;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 9px;
	  font-weight: normal;
	  color: #FFFFFF;
	  border-style:none;	
  }
  #Carousel_Navigation {
    width:70px;
    height:20px;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    position:absolute;
    border-style:double;
    border-width:3px;
    border-color:#696969;
    background-color:#000000;
    z-index:0;
  }
  #Image1, #Image2, #Image3, #Image4, #Image5 {
    z-index:50;
  }

