.minWidth,
#content,
#footer {
	width: 845px;
	margin: auto;
}
#content {
	width: 770px;
}

#titleHolder {
	position: relative;
	height: 1%;
	margin-top: -18px;
}
#titleHolder #scrollButtons {
	position: relative;
	width: 820px;
	margin: auto;
	cursor: default;
}
#titleHolder #scrollButtons img.scrollLeft,
#titleHolder #scrollButtons img.scrollRight {
	position: absolute;
	left: 0;
	top: 55px;
}
#titleHolder #scrollButtons img.scrollRight {
	left: auto;
	right: 0;
}
#titleHolder .minWidth {
	position: relative; /* IE doesn't like the overflow without relative positioning */
	overflow: hidden;
	width: 740px;
}
#titleHolder ul {
	width: 770px; /* Needs to be in JS */
	padding: 12px 0 6px 0;
}
#titleHolder li {
	position: relative;
	float: left;
	margin: 18px;
}
#titleHolder li img {
	margin: 0;
}
#titleHolder li.selected em {
	position: absolute;
	bottom: -7px;
	left: -30px;
	width: 100px;
	height: 65px;
}
#titleHolder li.selected img {
	position: relative;
	z-index: 2;
}
#titleHolder li.new a em {
	position: absolute;
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
	width: 100px;
	height: 65px;
	z-index: 2;
}



#titleHolder li.new em,
#titleHolder li.selected em {
	text-indent: -770px;
}

#titleHolder h1,
#content h1 {
	font: normal 36px/36px Georgia;
	letter-spacing: -1px;
}


#titleHolder {
	background: url(../images/titleholder.png) 0 100% repeat-x;
}
#titleHolder li a {
	border: none;
}
#titleHolder li img {
	border: 2px solid #000;
}
#titleHolder li.selected em {
	background: url(../images/titleholder_selected.png) 100% 100% repeat-x;
}
#titleHolder li.selected img {
	border: 2px solid #FFF;
}
#titleHolder li.new a em {
	background: url(../images/titleholder_new.png) 100% 0 repeat-x;
}

#titleHolder,
#content h1 {
	color: #FFF;
}

body#homePage #titleHolder h3 {
	opacity: .5;
}


.scrollLeft,
.scrollRight {
	opacity: .85;
}
.scrollLeft:hover,
.scrollRight:hover,
.scrollLeft:focus,
.scrollRight:focus {
	opacity: 1;
}

img.image {
  border: 2px solid #ccc;
}

/*#articleStrip li {
  -webkit-transition: opacity 200ms;
}

#articleStrip:hover li {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter:alpha(opacity=30);
}

#articleStrip:hover li:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=1);
}
*/
div#scrollButtons div.minWidth {
  height: 125px;
  width: 714px;
}

#titleHolder #scrollButtons ul {
  width: 770px;
}

#titleHolder #scrollButtons li {
  margin: 0;
  padding: 18px;
  display:block;
  height: 66px;
  width: 66px;
}

#titleHolder #scrollButtons li.selected em.selected {
  width: 148px;
}


#titleHolder #scrollButtons li.new em {
  top: 20px;
  right: 16px;
}


