/* Start of CMSMS style sheet 'New UL with Images' */
/* Note: a negative left margin and extra padding have been used in the styling for "a" in order to compensate for some ul settings elsewhere. Note also that this currently doesn't scale very well to ery narrow screens */

ul.JCHimagesLEFT
{
list-style-type: none;
padding: 0;
margin: 0 0 0.3em 0;
}

ul.JCHimagesLEFT li
{
background-image: url('uploads/images/Albums/Vehicle Development/thumb_40.jpg'); /* Vehicle Image chosen as default */
background-color: #eff2ff;
background-repeat: no-repeat;
background-position: 0 50%;
height: 6.1em; /* Must be at least height of image used. Required to ensure the images from successive items can't overlap */
}

ul.JCHimagesLEFT li a {

  display: block;
  margin-left: -2.0em;
  height: 6em;
  padding-left: 10em;
  padding-top: 0.1em;
  padding-right: 0.5em;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
ul.JCHimagesLEFT li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
/* End of 'New UL with Images' */

