/* Version 1.3 */

html {
	overflow-y: scroll;
}

/* List Overrides */

.minWidth {
	width: 455px;
	margin: auto;
}

#titleHolder {
	position: relative;
	height: 1%;
	margin-top: -18px;
}
#titleHolder #scrollButtons {
	position: relative;
	width: 430px;
	margin: auto;
	cursor: default;
}
#titleHolder #scrollButtons img.scrollLeft,
#titleHolder #scrollButtons img.scrollRight {
	position: absolute;
	left: 0;
	top: 90px;
}
#titleHolder #scrollButtons img.scrollRight {
	left: auto;
	right: 0px;
}
#titleHolder .minWidth {
	position: relative; /* IE doesn't like the overflow without relative positioning */
	overflow: hidden;
	width: 350px;
}
#titleHolder ul {
	width: 2000px; /* Needs to be in JS */
	padding: 22px 0 6px 0;
}
#titleHolder li {
	position: relative;
	float: left;
	margin: 10px;
}
#titleHolder li img {
	margin: 0;
}
#titleHolder li.selected em {
	position: absolute;
	bottom: -7px;
	left: -10px;
	width: 130px;
	height: 90px;
}
#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: 35px;
	height: 35px;
	z-index: 2;
}
