/* This controls the alternative product images.  For example, if there are two
color options, the user can view either by clicking a link that will change the 
stlye sheet.  This is the alternative color sheet.  */

#classic {
background: url(/i/classic_black.jpg) no-repeat top left;
height: 400px;
width: 300px;
padding: 0;
border: 1px #74a solid;
display: inline;
float: left;
margin: 11px 10px 10px 10px;
}

#lsdwomen {
background: url(i/lsdwomen_back.jpg) no-repeat top left;
height: 400px;
width: 300px;
padding: 0;
border: 1px #74a solid;
display: inline;
float: left;
margin: 11px 10px 10px 10px;
}

#competitivej {
background: url(i/competitivejustice_slate.jpg) no-repeat top left;
height: 400px;
width: 300px;
padding: 0;
border: 1px #74a solid;
display: inline;
float: left;
margin: 11px 10px 10px 10px;
}

#lsdmen {
background: url(i/lsdmen_back.jpg) no-repeat top left;
height: 400px;
width: 300px;
padding: 0;
border: 1px #74a solid;
display: inline;
float: left;
margin: 11px 10px 10px 10px;
}

#lsdwomen2 {
background: url(i/lsdwomen_back2.jpg) no-repeat top left;
height: 400px;
width: 300px;
padding: 0;
border: 1px #74a solid;
display: inline;
float: left;
margin: 11px 10px 10px 10px;
}

#represent {
background: url(i/represent.jpg) no-repeat top left;
height: 400px;
width: 300px;
padding: 0;
border: 1px #74a solid;
display: inline;
float: left;
margin: 11px 10px 10px 10px;
}