﻿.lbe h4{ margin:0;}
.lbe strong
{
    display: block;
}
.lbe .imgOv {
    cursor:pointer; 
    background-repeat: no-repeat;
	background-position: center center;
}
.lbe .imgS {
    width: 90px;
    height: 75px;
    background-image: url(image/s.gif);
}
.lbe .imgH
{
	width: 250px;
	height: 190px;
	background-image: url(image/m.gif);
}
.lbe .imgM {
    width: 400px;
    height: 300px;
    background-image: url(image/m.gif);
}
.lbe .imgL {
    width: 600px;
    height: 500px;
    background-image: url(image/l.gif);
}
.slideLine-Left table
{
    width:auto;	
}