div#programs_container {
	overflow: hidden;
	width: 630px;
}

div#programs_container div.program_header {
	background-position: top;
	background-repeat: repeat-x;
	background-color: #6a2a80;
	text-align: center;
	color: #FFFFFF;
  font-family:Tahoma, sans-serif, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	height: 23px;
	line-height: 22px;
	width: 118px;
}

div#programs_container div.program_header a {
	color: #FFFFFF;
}

div#programs_container img.program_thumb {
	border-top: 1px solid #d7d8c8;
	border-right: 1px solid #d7d8c8;
	border-left: 1px solid #d7d8c8;
	width:116px;
	height:94px;
}

div#programs_container div.div {
	background-position: center;
	background-repeat: repeat-y;
	height: 118px;
	width: 10px;
}

div#programs_container img.program_thumb_sel {
	border-top: 1px solid #d7d8c8;
	border-right: 1px solid #d7d8c8;
	border-left: 1px solid #d7d8c8;
	width:116px;
	height:94px;
}

table#programs {
	margin: 0px auto 12px auto;
	width: 672px;
}

table#programs td.left br {
  line-height: 22px;
}

table#programs td.left {
	cursor: pointer;
	height: 118px;
	width: 21px;
  background: url(../images/ramka_ml.gif) top left;
}

table#programs td.center {
	width: 630px;
}

table#programs td.right {
	cursor: pointer;
	height: 118px;
	width: 21px;
	background: url(../images/ramka_mr.gif);
}

table#programs td.right br {
  line-height: 22px;
}

