.widget {
	clear: both;
	position: relative;
	margin: 10px 0;
	padding: 10px;
	border: 0;
	width: 960px;
	background: #f3efe9 url(../img/bkg_tab_widget.gif) left bottom repeat-x;
}
.widget span {
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
}
#wlct {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	background: url(../img/bkg_lct.gif)
}
#wrct {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/bkg_rct.gif)
}
#wlcb {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/bkg_lcb.gif)
}
#wrcb {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/bkg_rcb.gif)
}
ul.tabNav {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 950px;
	height: auto;
	background: url(../img/bkg_ul_tabNav.gif) left bottom repeat-x;
}
ul.tabNav li {
	float: left;
	margin: 0 2px;
	padding: 0;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	list-style-type: none;
}

ul.tabNav li a {
	display: block;
	margin: 0;
	padding: 5px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	border: 1px solid #b3a3a9;
	font-variant: small-caps;
	font-weight: bold;
	background: #d3cfc9 url(../img/bkg_tabNav.gif) 0 0 no-repeat;
}
ul.tabNav li a:hover {
	color: #f60;
	background: #c3bfb9 url(../img/bkg_tabNav.gif) 0 -60px no-repeat;
}
ul.tabNav li a:active, ul.tabNav li.ui-tabs-selected a {
	border-bottom-color: #fffdfb;
	color: #222;
	text-decoration: none;
	background: #c3bfb9 url(../img/bkg_tabNav.gif) 0 -120px no-repeat;
}
.tabDiv {
	clear: both;
	margin: 0;
	padding: 5px 10px;
	border: solid #b3a3a9;
	border-width: 0 1px 1px 1px;
	width: 938px;
	background: #fffdfb;
}

.tabDiv li {
	list-style-type: square;
	margin-left: 20px;
}

.ui-tabs-hide {
	display: none;
}

#featuredvid {
	text-align: center;
}

.fvid {
	margin-bottom: 5px;
}

.vidselector li {
	text-align: left;
	list-style: none;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #dedbd1;
	text-transform: uppercase;
	margin-bottom: 5px;
}
