<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

.shiftcontainer {
position: relative;
left: 10px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer {
width: 333px; /* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv {
height:  224px; /* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

.shiftcontainer2 {
position: relative;
left: 10px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer2 {
width: 410px; /* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer2 .innerdiv2 {
height:  233px; /* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -7px; /*shadow depth*/
}


.shiftcontainer3 {
position: relative;
left: 10px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer3 {
width: 362px; /* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer3 .innerdiv3 {
height:  273px; /* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -7px; /*shadow depth*/
}


.shiftcontainer4 {
position: relative;
left: 10px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer4 {
width: 272px; /* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer4 .innerdiv4 {
height:  228px; /* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -7px; /*shadow depth*/
}


.shiftcontainer5 {
position: relative;
left: 10px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer5 {
width: 222px; /* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer5 .innerdiv5 {
height:  300px; /* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

.shiftcontainer6 {
position: relative;
left: 10px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer6 {
width: 331px; /* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer6 .innerdiv6 {
height:  230px; /* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

.shadowcontainer7 {
width: 306px; /* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer7 .innerdiv7 {
height:  163px; /* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

.shadowcontainer8 {
width: 310px; /* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer8 .innerdiv8 {
height:  234px; /* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

.shadowcontainer9 {
width: 210px; /* container width*/
background: transparent url(images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer9 .innerdiv9 {
height:  160px; /* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

<![endif]>
