.article_pics {  
	margin: 0 0 10px 10px; 
	float: right;
    width: 232px;
    text-align: center;
    position: relative; 
    z-index: 0;
} 
 
.article_pics img {  
    border: #144225 solid 1px;
    position: relative;
    z-index: 0;
  	top:  0; 
    left: 0;
} 

/* -------- MISC STYLES ----------- */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}

.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
    height:0;
}

/*-------- SPAM BOT TRAPPING ----------*/
.applecore { display: none; }



/* IE6 Only */
