#titleHolder #scrollButtons ul {
width: 9999px;
}

#titleHolder #scrollButtons li {
margin: 0;
padding: 0 2px;
display:block;
height: 83px;
width: 83px;
text-align: center;
}

#titleHolder {
position: relative;
height: 1%;
}

#titleHolder #scrollButtons {
position: relative;	
width: 836px;
margin: 15px 0 0 18px;
cursor: default;
}

#titleHolder #scrollButtons img.scrollLeft,
#titleHolder #scrollButtons img.scrollRight {
position: absolute;
left: 0;
top: 47px;
display: none;
}

#titleHolder #scrollButtons img.scrollRight {
left: auto;
right: 0;
}

#titleHolder .minWidth {
position: relative;
margin: 0 28px;	
overflow: hidden;
width: 780px;
}

#titleHolder ul {
width: 2px;
padding: 12px 0 6px 0;
}

#titleHolder li {
position: relative;
float: left;
font-size: 10px;
line-height: 100%;	
font-weight: normal;
font-family: Verdana, sans;
color: #737373;
}

#titleHolder .selected_item {
color: #003e7e;
}


div#scrollButtons div.minWidth {
height: 140px;
width: 780px;
}


titleHolder li.selected_item em {
	position: absolute;
	bottom: -7px;
	left: -30px;
	width: 130px;
	height: 90px;
}
#titleHolder li.selected_item img {
	position: relative;
	z-index: 2;



