#leftup {
margin:3px 3px 0px 0px;
background-image: url('/assets/images/leftup.gif'); 
height: 9px;
width: 15px;
background-repeat: no-repeat;
background-position:bottom right;
}
#rightup {
margin: 0px 0px 3px 3px;
background-image: url('/assets/images/rightup.gif'); 
height: 9px;
width: 15px;
background-repeat: no-repeat;
background-position:bottom left;
}
#leftdown {
margin:3px 3px 0px 0px;
background-image: url('/assets/images/leftdown.gif'); 
height: 9px;
width: 15px;
background-repeat: no-repeat;
background-position:top right;
}
#rightdown{
margin: 0px 0px 3px 3px;
background-image: url('/assets/images/rightdown.gif'); 
height: 9px;
width: 15px;
background-repeat: no-repeat;
background-position:top left;
}
#upshadow{
margin:3px 0px 0px 0px;
background-image: url('/assets/images/upshadow.gif'); 
height: 9px;
background-repeat: repeat-x;
background-position:bottom;
}

#downshadow{
margin:0px 0px 3px 0px;
background-image: url('/assets/images/downshadow.gif'); 
height: 9px;
background-repeat: repeat-x;
background-position:top;
}

#rightshadow{
margin:0px 3px 0px 0px;
background-image: url('/assets/images//rightshadow.gif'); 
height: 9px;
width: 15px;
background-repeat: repeat-y;
background-position:left;
}

#leftshadow{
margin:0px 0px 0px 5px;
background-image: url('/assets/images/leftshadow.gif'); 
height: 9px;
width: 15px;
background-repeat: repeat-y;
background-position:right;
}
