div.channeltabs {
	width:335px;
	height:23px;
	position:absolute;
	top:0;
}
div.activetab {
	font-family:arial;
	font-size:11px;
	position:relative;
	float:left;
	border:1px solid #c2cedc;
	border-bottom:1px solid #f0f2f5;
	margin-right:2px;
	height:16px;
	padding-top:3px;
	padding-left:4px;
	padding-right:4px;
	color:#000;
	background-image: url('/items/graphics/2008/layout-box-background.gif');
}
div.inactivetab {
	font-family:arial;
	font-size:11px;
	position:relative;
	float:left;
	color:#3e67bb;
	margin-right:2px;
	border:1px solid #c2cedc;
	border-bottom:1px solid #c2cedc;
	height:14px;
	padding-top:3px;
	margin-top:2px;
	padding-left:4px;
	padding-right:4px;
	background-color: #fff;
}

div.section {
	position:absolute;
	width:auto;
	top:11px;
	right:60px;
}
div.channels {
	background-image: url('/items/graphics/2008/layout-box-background.gif');
	background-repeat:repeat-x;
	background-position:0 -23px;	
	width:335px;
	height:164px;
	margin-left:1px;
	margin-top:20px;
	border-top:1px solid #c2cedc;
	position:relative;
}
div.fadingedge-left {
	background-image: url('/items/graphics/2008/box-fadingedge.gif');
	position:absolute;
	left:-1px;
	top:0;
	width:1px;
	height:64px;
}
div.fadingedge-right {
	background-image: url('/items/graphics/2008/box-fadingedge.gif');
	position:absolute;
	right:-1px;
	top:0;
	width:1px;
	height:64px;
}

div.channels div.safeframe {
	position:relative;
	overflow:hidden;
	width:324px;
	height:118px;
	margin-left:6px;
}

div.channels div.channels-container {
	width:auto;
	height:118px;
	position:relative;
}

div.channels div.items {
	position:relative;
	float:left;
	margin-left:4px;
	margin-right:4px;
	width:100px;
	height:118px;
}
div.channels div.scroll-nav {
	position:absolute;
	width:43px;
	height:30px;
	top:4px;
	right:8px;
	z-index:4100;
}

div.channels div.scroll-left {
	position:absolute;
	background-image:url('/items/graphics/2008/layout-pager-left.png');
	width:20px;
	height:20px;
	overflow:hidden;
	left:0;
	top:0;
}
div.channels div.scroll-right {
	position:absolute;
	background-image:url('/items/graphics/2008/layout-pager-right.png');
	width:20px;
	height:20px;
	overflow:hidden;
	right:0;
	top:0;
}
div.channels img.image {
	width:100px;
	height:75px;
}
div.channels div.mimage {
	width:100px;
	height:75px;
	overflow:hidden;
	position:relative;
}

div.channels div.text {
	margin-top:7px;
	font-size:11px;
	line-height:11px;
	
	letter-spacing:1px;
	font-family:arial;
	color:#000;
}

div.box-title {
	position:absolute;
	left:10px;
	top:32px;
	font-family:arial;
	font-size:10px;
	color:#000;
	z-index:100;
}


