/* CSS specifc for browsers other than Internet Explorer */

@import url("subworld.css");

.vc_parent {
	display: table;
    width: 130px;
    height: 130px;
	margin: 0 6px 0 6px;
	text-align: center;
    border: #E4E4E4 solid 1px;
}

.vc_wrap {
}

.thumb_image {
	display: table-cell;
	vertical-align: middle;
}

