/*=== Оформление превьюшек в списках*/
div.videoPreview img.previewImg {cursor: pointer; border: 1px #E6E6E6 solid;}

/* Кнопка [>] над стартовой превьюшкой */
div.playButton {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_com/play_button_glass.png', sizingMethod='crop');
	width: 32px;
	height: 24px;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	z-index: 120;
}
div.playButton[class] {background-image: url(/_com/play_button_glass.png);}

div.playBigButton {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_com/play_button_glass_big.png', sizingMethod='crop');
	width: 59px;
	height: 44px;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	z-index: 120;
}
div.playBigButton[class] {background-image: url(/_com/play_button_glass_big.png);}

div.videoInfo {margin: 0 0 0 6px; font-size: 85%; color: #999;}
div.videoInfo b {font-weight: normal; color: #666;}

/* "Костыль" для правильного кегля в списках блоков видео */
div.inVideoBlock ul{	font-size: 100%;}

/* Оформление блока "О ведущей" */
div.leadBox {display: table; width: 100%;}
div.lead {float: right; white-space: nowrap; margin-left: 15px;}
div.lead img {border: 1px solid #E1E1E1; margin-right: 10px;	float: left;}
div.lead span {font-size: 80%; color: #888;}
div.lead a {font-weight: bold;}
