/* Include this CSS on any page using the 
PHP class image_runaround.class.php */
.sandbag-image span {
		display: none;
	}
	
	.sandbag-right {
		border: 0; 
		padding: 0;
		font-size: 0;
		margin: 0 0 0 5px; /*change this line for the space between image and text*/
		float: right; 
		clear: right;
	}
	
	.sandbag-left {
		border: 0; 
		padding: 0;
		font-size: 0;
		margin: 0 5px 0 0; /*change this line for the space between image and text*/
		float: left; 
		clear: left;
	}
	
	.first-sandbag {
		margin-top: 2px;
	}
	
	.last-sandbag {
	margin-bottom: 1px;
	background-color: #33FF00;
	}        

