/* content */
#inner-content{
	position:relative;
	padding:.5em 2.5em 0 2.5em;
	z-index:0;
}


/* scroll items */
#frame{
	xwidth:63.05em;
	xwidth:69em;
	xwidth:840px;
	width:855px;
	xheight:23em;
	height:360px;
	border:.3em solid #ddd;
	overflow:hidden;
	position:relative;
}


#frame .inner-content{
	width:464.81em;
	height:23em;
	position:relative;
	left:0;
}
.scrollitem{
	width:855px;
	height:23em;
	xheight:360px;
	float:left;
	position:relative;
}

.scrollitem a.learn-more{
	position:absolute;
	display:block;
	left:36.5em;
	bottom:2em;
	width:171px;
	height:45px;
	background:url('/web/images/learn_more_button.gif') no-repeat 0 -45px;
}
.scrollitem a.learn-more:hover{background-position:0 0}

.scrollitem a.tour{
	position:absolute;
	xdisplay:block;
	xright:1em;
	right:30px;
	bottom:2.9em;
	width:240px;
	height:115px;
	background:url('/web/images/scroll_button_lm.gif') no-repeat ;
}

.scrollitem a.tour:hover{
	background:url('/web/images/scroll_button_lm_hov.gif') no-repeat ;
}

.scrollitem a.try-it-now{
	position:absolute;
	display:block;
	left:300px;
	bottom:.5em;
	width:300px;
	xheight:45px;
	height:115px;
	background:url('/web/images/scroll_button_lm.gif') no-repeat ;
}

.scrollitem a.try-it-now:hover{
	background:url('/web/images/scroll_button_lm_hov.gif') no-repeat ;
}


/* scroll tabs */
#tabs{
	border-bottom:.3em solid #ddd;
	height:3.2em;
	width:860px;
	position:relative;
}
#tabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
}
#tabs li{
	float:left; 
	position:relative;
	font-size:1em;
}
#tabs a{
	font-size:1.1em;
	display:block;
	padding:.4em 1.5em .4em 1.5em;
	margin:.5em 6.1em .5em 0;
	font-weight:bold;
	color:#999;
	text-decoration:none;
}


#tabs a.last{
	margin-right:0;
}

#tabs li.current a{
	font-size:1.1em;
	background-color:#eee;
	color:black;
}

#tabs li.current{display:block}

.rfloat {
	float:right;
}
