@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 640px;
	padding: 0px;
	border: none;
	outline:none;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
	outline:none;
}

.SlidingPanelsContent {
	float: left;
	width: 640px;
	overflow: hidden;
	margin: 0px;
	padding-left: 50px;
	padding-right:10px;
	border: none;
	outline:none;
}

 A {
	color:#336699;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
/*body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #444;
	margin: 0; /0 it's good practice to zero the margin and padding of the body element to account for differing browser defaults /
	padding: 0;
	text-align: center; / this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector /
	color: #000000;
}*/

UI, LI, P {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color: #595959;
}
h2 {
	font-size:14px;
	color:#444;
	color: #336699;
}


.slidingTabPanelWrapper {
	background:url(tab_shadow.png) bottom center no-repeat;
	border-bottom:1px solid #969696;
	height:32px;
	margin:0 auto;
	display: none;
}
.slidingTabPanel {
	list-style:none;
	/*margin:0 auto;*/
	margin:0 0 0 50px;
	padding:0;
	/*width:490px;*/
	width:550px;
	height:32px;
	outline:none;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:95px;
	margin:0 2px 0 2px;
	outline:none;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:95px;
	height:32px;
	cursor:default;
	outline:none;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:95px;
	height:32px;
	background-position:-190px;
	cursor:pointer;
	outline:none;
}
.tab:hover {
	background-position:-95px;
}
#view_all {
	background-image:url(tab_view_all.png); padding:0;
}
#news {
	background-image:url(tab_news.png); padding:0;
}
#tv_video {
	background-image:url(tab_tv_video.png); padding:0;
}
#radio {
	background-image:url(tab_radio.png); padding:0;
}
#podcasts {
	background-image:url(tab_podcasts.png); padding:0;
}
