/* all these images should be stored in the dmg folder */

/* to update images, change image name only - don't change the dmg folder name or link to images outside of the dmg folder */

/* main hero shot image on left side of front page */

.picture {
background-image: url('/dmg/hero.jpg');
background-position: 0px;
background-repeat: no-repeat;
}

/* 1st thumbnail */

.buttonpic1 {
background-image: url('/dmg/thumb1.jpg');
}

/* 2nd thumbnail */

.buttonpic2 {
background-image: url('/dmg/warning.gif');
}

/* 3rd thumbnail */

.buttonpic3 {
background-image: url('/dmg/thumb2.jpg');
}

/* 4th thumbnail */

.buttonpic4 {
background-image: url('/dmg/thumb3.jpg');
}