#editorialCol {
	left: 16px;
	padding: 40px 5px 2px 0;
	background-position: top left;
}

#videoCol {
	right: 16px;
	padding: 40px 0 2px 5px;
	background-position: top right;
	margin-bottom: 100px;
}

#editorialCol div.colContainer, #videoCol div.colContainer {
	width: 215px;
	height: 533px;
	overflow: hidden;
	position: relative;
}

#editorialCol div.colScroll, #videoCol div.colScroll {
cursor:pointer;
height:500px;
position:absolute;
top:50px;
width:13px;
}

#editorialCol div.colTop {
	background: url('images/press/editorial_col_top.gif') top left no-repeat;
}
#videoCol div.colTop {
	background: url('images/press/video_col_top.gif') top left no-repeat;
}
#editorialScroll {
	right: 0;
}
#videoScroll {
	left: 0;
}
#editorialCol div.btmLinks {
	text-align: left;
}
#videoCol div.btmLinks {
	text-align: right;
	bottom: -72px;
}

#editorialCol div.colTopBox, #videoCol div.colTopBox {
	height: 33px;
}

#editorialCol div.colTopBox, #videoCol div.colTopBox {
	margin:0;
	padding:0;
	position:relative;
	width:215px;
	z-index:2;
}

div.colTopBox div.links {
	margin: 0 2px;
	height: 21px;
	padding:10px 0 2px 0;
	text-align: center;
	text-transform: uppercase;
	border-bottom: solid 1px #fcdbd4;
	font-size:11px;
}
div.colTopBox a {
	color:#76644A;
	text-decoration:none;
} 

div.colTopBox a:hover {
	color:#f37153;
} 

div.colTopBox a.selected {
	color:#76644A;
	border-bottom:2px solid #f37153;
}

#editorialSquiggle, #videoSquiggle {
	width: 41px;
	height: 11px;
	background: url('images/scroll.png') top left no-repeat !important;
	background: transparent;
	position: absolute;
	top: 35px;
	left: 89px;
	z-index: 5;
}
#editorialList, #videoList {
	text-align: center;
}
#editorialList a, #videoList a {
	display: block;
	margin-bottom: 15px;
}
#editorialList a img, #videoList a img {
	border: none;
}
#centerVideo {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -210px;
	width: 420px;
	height: 340px;
}
#centerImage {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -210px;
	width: 420px;
	height: auto;
}
#centerImage a {
	display: inline-block;
	padding: 4px 0;
	color: #76644a;
}
#centerImage a.selected {
	font-weight: bold;
}
#centerImage img {
	cursor: pointer;
}
