
.img_alja{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/alja.png', sizingMethod='scale');
	background-color: transparent;
	position: relative;
	width: 300px;
	height: 14px;
	bottom: 0px;
	/*Notice I'm defining the image width and height here*/
}
.img_teteje{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/teteje.png', sizingMethod='scale');
	background-color: transparent;
	position: relative;
	width: 300px;
	height: 14px;
	top:0px;
	/*Notice I'm defining the image width and height heres*/
}


html>body .img_teteje{background: url('images/teteje.png') 0 top no-repeat;}
html>body .img_alja{background: url('images/alja.png') 0 bottom no-repeat;}
/*
    .promotion_layer{
      display: none;
      position:absolute;
      left:50%;
      top:50%;
      margin:-150px 0px 0px -150px;
      width:330px;
      height:240px;
      border:0px solid #000;
     
    }
*/
    .promotion_layer{
      display: none;
      position:absolute;
      left:50%;
      top:50%;
      margin:-270px 0px 0px -200px;
      width:400px;
      height:550px;
      border:0px solid #000;
      z-index:100;
     
    }

/*    
    .promotion_layer .pl_header{
      width: 300px;
      top: 0px;
      height: 14;
    }
*/
    .promotion_layer .pl_header{
      width: 400px;
      top: 0px;
      height: 14;
    }


    .pl_header .pl_footer{
      bottom: 0px;
    }

    
    .promotion_layer .pl_bg{
      position:absolute;
      width:100%;
      height:172px;
      /*background-irgb(153,153,153)mage: url('images/pr_bg.png');*/
      background:#ff8500;
      filter:alpha(opacity=80);
      -moz-opacity:0.80;
    }
    .promotion_layer a{
      position:absolute;
      color:#990000;
      padding:10px;
      text-align:center;
    }
    
    .promotion_layer a h1{
      font:bold 28px Arial;
      color:#990000;     
    }
    .promotion_layer a h2{
      font:bold 18px Arial;
      color:#990000;
    }
    
    .promotion_layer a h3{
      font:bold 14px Arial;
      color:#ffffff;
      text-align: justify;
      
    }
    
    .promotion_layer img{
      float:right;
      border:0px;
      position: absolute;
      top: 0px;
      right: 20px;
      z-index: 20;
    }
    
    .promotion_layer span{
      float:left;
      text-align:left;
     
      color:#fff;font:bold 13px Arial;
    }
  
  
