
.center{
	text-align: center;
}

.center{
	text-align: center;
}

.box {
	display: -moz-inline-box; /* For Opera ~ IE6 needs it given as * html hack below */
	display: -moz-inline-box; /* For FF */
	width: 90px;
	background: #555;
	margin: 2px;
	border: 1px solid #000;
	text-align: center; /* to left align text within divs when container has been set to center */
	vertical-align: top; /* required for IE and Opera */
	height: 80px;
	padding-top: 2px;
}


.boxvideo {
	display: -moz-inline-box; /* For Opera ~ IE6 needs it given as * html hack below */
	display: -moz-inline-box; /* For FF */
	width: 100px;
	background: #555;
	margin: 5px;
	padding-left: 10px;
	padding-top: 10px;
	border: 1px solid #000;
	text-align: left; /* to left align text within divs when container has been set to center */
	vertical-align: top; /* required for IE and Opera */
	height: 70px;
}

/* IE6 needs the values given in 2 x parts for some strange reason */
* html .box {display: inline-block;}
* html .box {display: inline;}
.box div {width: 95px;} /* nested block element for FF or text runs out of -moz-inline-box */
.box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.box .caption {
	font-size: 9px;
	line-height: 11px;
	border-top: 1px solid #ccc;  /* Moz, IE6 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 130px;
}
.box .wrimg {
	display: table-cell;

}

