@charset "utf-8";
.bulk_img{
	clear: both;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
 #slideshow { 
    position: relative; 
    width: 240px; 
    height: 240px; 	margin-left:auto;
	margin-right:auto;
	clear: both;
}
#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
@media screen and (min-width:500px){
.bulk_img,  #slideshow {
	margin: 1em  1em  1em  0;
	float:left; 
	clear: none;
 }
 #deadman_bulkhead{
 margin-top:4em; line-height:1.5em;
 }
}