@import url(http://www.nexusdirect.com/wp-content/themes/nexusdirect/includes/css/nexus-direct.css);


.hide-mobile{
	display: none;
}

header, footer{
	width: 960px;
	margin-left: 40px;
}
#content{
	width: 990px;
	margin-left: 17px;
}

footer{
	margin-bottom: 40px;
}


#hero{
	width: 1024px;
}

h2.rounded{
	margin-left: 5px;
}

#hero-pager a{
	height: 24px;
	width: 24px;
	border-radius: 12px;
	margin: 5px 10px;
}

#hero-nav{
	margin-top: -150px;
}

#hero-nav .prev{
	left: -5px;
	top: -250px;
	opacity: .8;
	height: 100px;
	width: 50px;
	background: url("../../images/ipad-arrows.png") 0px 0px no-repeat;
	display: none;
}

#hero-nav .next{
	right: -5px;
	top: -250px;
	opacity: .8;
	height: 100px;
	width: 50px;
	background: url("../../images/ipad-arrows.png") -51px 0px no-repeat;
	display: none;
}