div.picturethumbleft {float: left;
        background: #eeeeff;
	text-align: center;
        width: 22%;
        height: 150px;
        padding-right: 8px;
}
/* width and height formerly 150px */
div.picturethumbright {float: right;
        background: #eeeeff;
        margin-right: 20px;
	text-align: center;
        width: 22%;
        height: 150px;
        padding-left: 8px;
}

div.captionthumbleft {float: left;
        margin-left: 20px;
        overflow: auto;
        background: #eeeeff;
        width: 22%;
        height: 150px;
        padding-right: 8px;
}

div.captionthumbright {float: right;
        margin-right: 20px;
        overflow: auto;
        background: #eeeeff;
        width: 22%;
        height: 150px;
        padding-right: 8px;
}
div.picture {clear: both;
        text-align: center;
        padding-right: 8px;
        padding-left: 8px;
}

div.caption {
	clear: both;
	width: 90%;
	margin-left:7px;
	margin-right:5px;
	padding: 5px;
	text-align: center;
	border-left: 4px solid #ccc;
	border-top: 4px solid #ccc;
	border-right: 4px solid #f6f6f6;
	border-bottom: 4px solid #f6f6f6;
}

div.captionright {
	float: right;
	width: 25%;
	margin-right: 0px;
	padding: 5px;
	text-align: left;
	border-left: 4px solid #ccc;
	border-top: 4px solid #ccc;
	border-right: 4px solid #f6f6f6;
	border-bottom: 4px solid #f6f6f6;
}

div.textright {
	width: 50%;
	float: right;
	margin-right: 0px;
	padding: 5px;
}

div.captionright50 {
	float: right;
	width: 45%;
	margin-right: 0px;
	padding: 5px;
	text-align: left;
	border-left: 4px solid #ccc;
	border-top: 4px solid #ccc;
	border-right: 4px solid #f6f6f6;
	border-bottom: 4px solid #f6f6f6;
}
div.captionleft {
	float: left;
	width: 25%;
	margin-left: 0px;
	padding: 5px;
	text-align: left;
	border-left: 4px solid #ccc;
	border-top: 4px solid #ccc;
	border-right: 4px solid #f6f6f6;
	border-bottom: 4px solid #f6f6f6;
	
}
div.widebuffer {
    width: 93%;
	height: 20px;
    clear: both;
}

