#scrollbar {
	overflow: hidden;
}

.prevPage, .nextPage {
	width: 26px;
	height: 200px;
	display: block;
	cursor: pointer;
}

.prevPage-small, .nextPage-small {
	width: 26px;
	height: 155px;
	display: block;
	cursor: pointer;
}

.homeVideo {
	height:155px;
	clear:both;
	position:absolute;
	width:20000em;
}

#homeScroller, .homeScroller {
	width: 258px;
	height: 155px;
	overflow: hidden;
	position: relative;
	float: left;
}

#homeVideos div, .homeVideos div {
	background-color: black;
}

#homeSlider {
	position: absolute;
	width: 2000em;
	clear: both;
	height:100%;
}

#homeSlider img {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	padding: 0;
	width: 620px;
	height: 315px;
}

#homeSlider .image {
	width: 620px;
	float: left;
}

a.prevPage {
	background: url(../../images/design/flowplayer/flowplayer-navleft.gif) no-repeat top;
}

a.prevPage:hover {
	background: url(../../images/design/flowplayer/flowplayer-navleft-hover.gif) no-repeat top;
}

a.nextPage {
	background: url(../../images/design/flowplayer/flowplayer-navright.gif) no-repeat top;
}

a.nextPage:hover {
	background: url(../../images/design/flowplayer/flowplayer-navright-hover.gif) no-repeat top;
}

a.prevPage-small {
	background: url(../../images/design/flowplayer/flowplayer-small-navleft.gif) no-repeat top;
}

a.nextPage-small {
	background: url(../../images/design/flowplayer/flowplayer-small-navright.gif) no-repeat top;
}

a.prevPage-small:hover {
	background: url(../../images/design/flowplayer/flowplayer-small-navleft-hover.gif) no-repeat top;
}

a.nextPage-small:hover {
	background: url(../../images/design/flowplayer/flowplayer-small-navright-hover.gif) no-repeat top;
}

#scrollbar .scrollable .items {
	width: 20000em;
	clear: both;
	position: absolute;
}

#scrollbar .scrollable {
	height: 200px;
	width: 640px;
	background: #b4b5ba;
	overflow: hidden;
	position: relative;	
}

#scrollbar a.item {
	float: left;
	color: #000000;
	text-decoration: none;
	height: 190px;
	padding: 10px 14px 0 13px;
	border-left: 1px solid #051f33;
	/*width: 100px;*/
}

#scrollbar a.item:hover {
	background: #f5e000;
}

#scrollbar a.first {
	padding: 10px 14px 0 13px;
	border-left: none;
}

#scrollbar a.item img {
	border: none;
	padding: 0;
}

#scrollbar span {
	font-size: 7pt;
	margin: 0;
	margin-top: 2px;
	width: 100px;
	display: block;
	text-align:center;
	overflow: hidden;
}

.fr {
	float: right;
}

.fl {
	float: left;
}