#stillions-wrap {
	position: relative;	
}

#stillions {
	height: 405px;
	width: 910px;
	overflow: auto;
}

#stillions #items-wrap {
	width: 1880px;
	overflow: hidden;
}

#stillions ol#items {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 1890px;
	height: 380px;
	overflow: hidden;
}

#stillions ol#items li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 250px;
	height: 130px;
	overflow: hidden;
}

#stillions ol#items li .image {
	width: 240px;
	height: 120px;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: hidden;
}

#image-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 910px;
	height: 380px;
	z-index:2;
	background: url("../images/stillions-bg.png") no-repeat top left transparent;
}

#image {}
#image img {
	border-left: 10px solid white;
	border-right: 10px solid white;
}

#submenu {
	width: 260px;
	height: 88px;
	background: url("../images/hdr-stillions.png") no-repeat top left #313131;
}

#submenu #links {
	position: absolute;
	bottom: 0px;
	font-weight: bold;
}

#submenu a.selected {
	color: white;
}