@charset "utf-8";
/* CSS Document */
.MiniPics {
    width: 100%;
	float:left;
}

.MiniPic {
	float:left;
    border-style: inset;    /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    border-width: 8px;
    border-color: #666666;  /* change the border color using the hexadecimal color codes for HTML */
    background: #F93;    /* change the background color using the hexadecimal color codes for HTML */
    padding: 10px 5px;
	margin:5px 10px;
	height:130px;
    width: 150px;
    text-align: center; 
    font-family: Arial; 
    font-size: 12px;
/*    color: #FFFFFF;        change color using the hexadecimal color codes for HTML */
}

.MiniPic img{
	width:90px;
	margin:auto 0;
}