@charset "utf-8";
/* CSS Document */
.x_to_hidearrow	{
width:40px;
height:14px; 
margin-left:5px; 
position:relative; 
display:block; 
background-image:url(../template_image/x_to_hide.gif);
background-position:top right;
background-repeat:no-repeat
}

.x_to_hidearrowshow	{
width:40px;
height:14px; 
margin-left:5px; 
position:relative; 
display:block;
background-image:url(../template_image/x_to_hide_hover.gif);
background-position:top right;
background-repeat:no-repeat
}

.x_to_hidearrowhide	{
width:40px;
height:14px; 
margin-left:5px; 
position:relative; 
display:block;
background-image:url(../template_image/x_to_hide.gif);
background-position:top right;
background-repeat:no-repeat
}

