﻿.LeftShadowBar
{
      border-right-style: solid ;   
 background-image: url(../img/expand_shadow2.png);
 background-repeat:repeat-y;

 width:32px; 
 left:-35px;
 top:0px; 
  
    
}

.RightShadowBar
{
     background-image: url(../img/expand_shadow2_right.png);
 background-repeat:repeat-y;
 width:32px;
 left:1024px;
 top:0px;  
 border-left-style: solid;
 
}