﻿.glance-feature-header {
	font-size: 18px;
	margin-left: 50px;
}    

.glance-feature-text {    
	margin-left: 58px;
	margin-top: 7px;
}

.glance-container-left {
	float: left;
	width: 280px;
	margin-bottom: 40px;
}
	
.glance-container-right {
	float: right;
	width: 280px;
	margin-bottom: 40px;
}   

.glance-spacer {
	clear: both;
	height: 41px;
}

.glance-tile {
	background-image: url('/images/features/glance_tile.png');
}

.glance-ipad {
	background-position: -374px 0;
	width: 35px;
	height: 66px;
	float: left;
	margin: 16px 28px 0 -4px;
}
	
.glance-api {
	background-position: 0 0;
	width: 75px;
	height: 85px;
	float: left;
	margin: 0px 14px 0 -30px;
}
	
.glance-events {
	background-position: -262px 0;
	width: 42px;
	height: 71px; 
	float: left;
	margin: 12px 24px 0 -7px;
}
	
.glance-vip {
	background-position: -574px 0;
	width: 71px;
	height: 90px;
	float: left;
	margin: 12px 15px 0 -31px;
}
	
.glance-cogs {
	background-position: -198px 0;
	width: 54px;
	height: 78px;
	float: left;
	margin: 12px 23px 0 -18px;
}
	
.glance-cabinet {
	background-position: -77px 0;
	width: 45px;
	height: 79px;
	float: left;
	margin: 15px 26px 0 -12px;
}
	
.glance-currency {
	background-position: -134px 0;
	width: 54px;
	height: 85px;
	float: left;
	margin: 12px 24px 0 -19px;
}
	
.glance-excel {
	background-position: -314px 0;
	width: 50px;
	height: 81px;
	float: left;
	margin: 15px 22px 0 -13px;
}

/* glance slider */

#viewer {
	width: 832px;
	height: 398px;
	background-repeat: no-repeat;
	position: relative;
	margin: 15px auto 0;
}
	
#viewer img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.nivo-controlNav {
	bottom: 20px;
	left: 355px;
	position: absolute;
}

.nivo-controlNav a {
	background: url('/images/features/glance_tile.png') no-repeat scroll -655px 0 transparent;
	border: 0 none;
	display: block;
	float: left;
	height: 10px;
	width: 10px;
	margin-right: 3px;
	text-indent: -9999px;
}

.nivo-controlNav a.active {
	background-position: -555px 0;
}
	
.nivo-directionNav a {
	background: url('/images/features/glance_tile.png') no-repeat scroll 0 0 transparent;
	border: 0 none;
	display: block;
	height: 42px;
	width: 24px;
	text-indent: -9999px;
}
	
a.nivo-prevNav {
	background-position: -521px 0;
	left: -15px;
}
	
a.nivo-nextNav {
	background-position: -487px 0;
	right: -15px;
}
	
a.nivo-prevNav:hover {
	background-position: -453px 0;
}
	
a.nivo-nextNav:hover {
	background-position: -419px 0;
}
