.tntVideoList
{
	display: block !important;
}
.tntVideoItem
{
	float: left;
	margin-bottom: 10px;
	font-variant: small-caps;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #F5F4F4;
	border-radius: 6px !important;
	-khtml-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.tntVideoItem.noML
{
	margin-left: 0;
}
.tntVideoItem A
{
	display: block;
	opacity: 0.7;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	margin: 10px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border: 1px solid #E8E7E8;
}
.tntVideoItem A:hover
{
	opacity: 1;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border: 1px solid #A1A1A1;
}
.tntVideoItem A IMG
{
	position: relative;
	width: 100% !important;
	height: auto !important;
}
.tntVideoSingle H3, .tntVideoItem H3
{
	width: 90%;
	font-size: 16px !important;
	font-weight: bold;
	line-height: 17px;
	text-transform: none;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 5%;
	margin: 10px auto;
}
.tntClear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.tntVideoSingle
{
}
#cboxTitle
{
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pagiWrap
{
	position: relative;
	left: -50%;
	float: right;
	clear: both;
	margin-bottom: 15px;
}
.pagiWrap .pagination
{
	position: relative;
	left: 50%;
}
.pagiWrap .pagination A, .pagiWrap .pagination SPAN
{
	display: block;
	margin: 0 2px;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #000;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pagiWrap .pagination A:hover
{
	background: #333;
	color: #FFF;
	text-decoration: none;
}
.pagiWrap .pagination SPAN.current
{
	background: #000000;
	color: #FFF;
}
.pagiWrap .pagination SPAN.disabled
{
	background: none;
	color: #AAA;
}
.pagiWrap .pagination A.next
{
}