<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section#feature {
	width: 100%;
	height: 270px;
	text-align: center;
	line-height: 0.3em;
	margin-bottom:20px;
}

section#feature h1, section#feature h2 {
	color: #fff;
	margin: 0;
	padding: 0;
}

section#feature h1 {
	font-size: 3em !important;
}

section#feature h2 {
	font-size: 1.5em !important;
}

div#stage {
	margin: 0 auto 0 0;
	width: 100%;
	height: 270px;
	overflow:hidden;
	text-align: left;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}

div#stage a.arrow {
	position: absolute;
	width: 24px;
	height: 24px;
	z-index: 500;
	display: block
}

div#stage a.leftArrow {
	background: url(/template/v1/images/features/left_arrow_up.png) no-repeat;
	margin-left: 20px;
}

div#stage a.leftArrow:hover, div#stage a.leftOver{
	background: url(/template/v1/images/features/left_arrow_over.png) no-repeat;
}

div#stage a.rightArrow {
	background: url(/template/v1/images/features/right_arrow_up.png) no-repeat;
	margin-right: 20px;
}

div#stage a.rightArrow:hover, div#stage a.rightOver {
	background: url(/template/v1/images/features/right_arrow_over.png) no-repeat;
}

div#stage ul.dots {
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;	
	z-index: 1000;
}

div#stage ul.dots li a {
	float: left;
	margin-left: 5px;
	background: url(/template/v1/images/features/dot.png) no-repeat;
	width: 8px;
	height: 8px;
}

div#stage ul.dots li a.selected {
	background: url(/template/v1/images/features/dot_selected.png) no-repeat;
}

div#stage ul.dots li a.leftArrowSmall {
	background: url(/template/v1/images/features/left_arrow_sm_up.png) no-repeat    !important;
}

div#stage ul.dots li a.leftArrowSmall:hover, div#stage ul.dots li a.leftOver{
	background: url(/template/v1/images/features/left_arrow_sm_over.png) no-repeat    !important;
}

div#stage ul.dots li a.rightArrowSmall {
	background: url(/template/v1/images/features/right_arrow_sm_up.png) no-repeat    !important;
}

div#stage ul.dots li a.rightArrowSmall:hover, div#stage ul.dots li a.rightOver {
	background: url(/template/v1/images/features/right_arrow_sm_over.png) no-repeat    !important;
}


div#stage ul#strip {
	position: relative;
	left: 0;
	width: 9999px;
	list-style: none;
	z-index: 0;
	margin: 0;
	padding: 0;
}

div#stage li {
	position: relative;
	float: left;
	overflow: hidden;	
}

div#stage article {	
	position: relative;
	z-index: 0;
	top: 160px;
	float: left;
	display: block;
	background: url(/template/v1/images/features/ie_bkg.png) repeat;
	background: rgba(0,0,0,0.65);	
	padding: 8px 20px 10px 0;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 0px 10px 10px 0px;
}


div#stage h1{
	position: relative;
	padding-left: 20px;
	font-family: "OceanSansMTW01-SemiBold 734791","Lucida Sans Unicode","Lucida Grande","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 54px;
}

div#stage h2 {
	position: relative;
	padding-left: 20px;
	font-family: "Ocean Sans MT W01 Light","Lucida Sans Unicode","Lucida Grande","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 24px;
	font-weight: lighter;
}

div#stage #strip li {
	position: relative;
	z-index: 0;
	
	margin: 0;
	padding: 0;
	
	width: 760px;
	height: 270px;

	-moz-box-shadow: inset 0 0 15px 15px rgba(0,0,0, 0.5);
	-webkit-box-shadow: inset 0 0 15px 15px rgba(0,0,0, 0.5);
	box-shadow: inset 0 0 15px 15px rgba(0,0,0, 0.5);
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	/*cursor:pointer;*/
}

.item1 {
	background: #000 url(../images/working_crcv.jpg) no-repeat center 25%;

}

.item2 {
	background: #000 url(../images/working_crcv2.jpg) no-repeat scroll 40% 40%;
}

.item3 {
	background: #000 url(../images/lvoc_render.jpg) no-repeat scroll 40% 100%;
}
</pre></body></html>