.install-scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	height: 490px;
}
.install-items {
	position:absolute;
	height:20000em;
}
.launch-scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	height: 485px;
}
.launch-scrollable .launch-items {
	position:absolute;
	height:20000em;
}

.nnext {	
	background:url(/images/btns/arrow_down_active.png) top left no-repeat;
	cursor:pointer;
	display:block;
	height:16px;
	margin:0 auto;
	width:23px;
}	
.vprev {
	background:url(/images/btns/arrow_up_active.png) top left no-repeat;
	cursor:pointer;
	display:block;
	float:center;
	height:16px;
	margin:0 auto;
	width:23px
}

#vscrollNavBottom .disabled {
	background:url(/images/btns/arrow_down_inactive.png) center center no-repeat !important;
	cursor:default
}

#vscrollNavTop .disabled {
	background:url(/images/btns/arrow_up_inactive.png) center center no-repeat !important;
	cursor:default
}

.lnext {	
	background:url(/images/btns/arrow_down_active.png) center center no-repeat;
	cursor:pointer;
	display:block;
	height:36px;
	margin:0 auto;
	width:100%
}	
.lprev {
	background:url(/images/btns/arrow_up_active.png) center center no-repeat;
	cursor:pointer;
	display:block;
	float:center;
	height:36px;
	margin:0 auto;
	width:100%
}

#lscrollNavBottom .disabled {
	background:url(/images/btns/arrow_down_inactive.png) center center no-repeat !important;
	cursor:default
}

#lscrollNavTop .disabled {
	background:url(/images/btns/arrow_up_inactive.png) center center no-repeat !important;
	cursor:default
}

/* active item */
.launch-scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}