#stornado, #sichiro { 
   width: 340px; /* important to be same as image width */ 
   height: 340px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   background-color: white;
   
}

#stornadoContent, #sichiroContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.stornadoImage, .sichiroImage  {
   float: left; /* important */
   position: relative; /* important */
   display: anone; /* important */
}


.clear {
   clear: both;
}