/* Start of CMSMS style sheet 'Unordered List with Images instead of bullets' */
/* Note that all these lists are affected by the margin-bottom:0.5em setting for #content li in ATS_New */

/* LEFT ALIGNED LIST */

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;
  height: 6em;
  padding-left: 8em;
  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);
}

/* RIGHT ALIGNED LIST */

ul.JCHimagesRIGHT
{
list-style-type: none;
padding: 0;
margin: 0 0 0.3em 0;
}

ul.JCHimagesRIGHT 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: 100% 50%;
height: 6.1em; /* Must be at least height of image used. Required to ensure the images from successive items can't overlap */
}

ul.JCHimagesRIGHT li a {
  display: block;
  height: 6em;
  padding-left: 0.5em;
  padding-top: 0.1em;
  padding-right: 8em;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
ul.JCHimagesRIGHT li a:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* HOME PAGE LEFT ALIGNED LIST */

ul.JCHimagesLEFTHOME
{
list-style-type: none;
padding: 0;
margin: 0 0 0.3em 0;
}

ul.JCHimagesLEFTHOME 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: 110px /* Must be at least height of image used. Required to ensure the images from successive items can't overlap */
}

ul.JCHimagesLEFTHOME li a {
  display: block;
  height: 108px;
  padding-left: 210px;
  padding-top: 0.1em;
  padding-right: 0.5em;
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
ul.JCHimagesLEFTHOME li a:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* HOME PAGE RIGHT ALIGNED LIST */

ul.JCHimagesRIGHTHOME
{
list-style-type: none;
padding: 0;
margin: 0 0 0.3em 0;
}

ul.JCHimagesRIGHTHOME 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: 100% 50%;
height: 6.1em; /* Must be at least height of image used. Required to ensure the images from successive items can't overlap */
}

ul.JCHimagesRIGHTHOME li a {
  display: block;
  height: 6em;
  padding-left: 0.5em;
  padding-top: 0.1em;
  padding-right: 18em;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  text-align: right;
}
ul.JCHimagesRIGHTHOME li a:hover {
  background: rgba(255, 255, 255, 0.5);
}


/* End of 'Unordered List with Images instead of bullets' */

