body {
}
.postimage,
.postimage img {
	width: 150px;
	height: 150px;
}

div.postimage-title
{
 	text-align: center;
	width: 100%;
	word-wrap: break-word;
    width: 150px;
	font-size: 12px;
}
div.postimage-title a
{
    
    text-decoration: none;
    text-overflow:ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.griditem
{
    /*width: 150px;*/
    height: 150px;
     
}
.griditemleft {
	float: left;
/*	width: 150px;*/
/*height: 150px;*/
	margin: 10px;
}

/*2.0 Enable center thumbnail grid*/
.thumbnailblock
{
    width: 100%;
    text-align: center;
    clear:both;
    display: block;
}
.thumbnailgridcontainer
{
    display: inline-block;
}
.thumbnailgridcontainer:after, .thumbnailgridcontainer:before, .thumbnailblock:after { content: "."; visibility: hidden; display: block; clear: both; height: 0; font-size: 0; }
/*End center thumbnail grid*/

/*Display more title*/
.postimage-title a

{

white-space: pre-wrap!important; /* css-3 */

white-space: -moz-pre-wrap!important; /* Mozilla, since 1999 */

white-space: -pre-wrap!important; /* Opera 4-6 */

white-space: -o-pre-wrap!important; /* Opera 7 */

word-wrap: break-word!important; /* Internet Explorer 5.5+ */

}

.postimage-title
{
	margin-top:5px;
	height: 100px;
}

.griditemleft{
          margin-left: 40px;
          margin-right: 40px;
}