/* 
    Document   : blocks
    Created on : 13-Nov-2009, 15:27:25
    Author     : stephen.jones
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.block-wrap {
	clear: both;
}

.block-image-wrapper {
	margin: 0 auto;
	text-align: center;
	background: hotpink;
}

.image-wrapper {
	display: inline;
	margin: 0;
}

.image-wrapper a {
}

.merr {
	width: 100%;
	margin: 0 auto;
}

.image-caption {

}

