html,
body,
div,
img,
section,
nav {
	margin: 0;
	padding: 0;
	border: none;
}


body {	background-color: #CCCCCC;}.category_main_text {	position: absolute;	top: 0px;	right: 0px;	border: none;	margin: 0px;	padding: 0px;}.category_link_text {	position: absolute;	right: 0px;	border: none;	margin: 0px;	padding: 0px;}#contentwrapper {	width: 960px;	height: 630px;	border: 2px solid #f00;	padding: 0px;	position: absolute;	background-color: #fff;	-moz-box-shadow: -2px 2px 8px 4px #777;	box-shadow: -2px 2px 8px 4px #777;
	overflow: hidden;}#leftImageArea {	position: absolute;	top: 0px;	left: 0px;	z-index: 10;}#leftTextArea {	position: absolute;	top: 5px;	left: 5px;	z-index: 5;	width: 250px;	overflow: hidden;	text-indent: 100%;}#rightImageArea {	position: absolute;	top: 0px;	right: 0px;	z-index: 10;}#rightText {	position: absolute;	top: 5px;	right: 5px;	z-index: 5;	width: 320px;	overflow: hidden;	text-indent: 100%;}#nwfmImageLink {	position: absolute;	left: 0px;	top: 0px;}#photogImageLink {	position: absolute;	left: 0px;	top: 247px;}#videoImageLink {	position: absolute;	left: 0px;	top: 315px;}#webImageLink {	position: absolute;	left: 0px;	top: 375px;}#mediaImageLink {	position: absolute;	left: 0px;	top: 443px;}#emailImageLink {	position: absolute;	left: 0px;	top: 511px;}

.homePageSampleImage {
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: 0;
	-webkit-transform: translate(80px) scale(1.1, 1.1);
	transform: translateX(80px) scale(1.1, 1.1);
	transition: all 0s linear 0s;
}

#homePageSampleImage1 {
	z-index: 10;
}

#homePageSampleImage2 {
	z-index: 9;
}

#homePageSampleImage3 {
	z-index: 8;
}

#homePageSampleImage4 {
	z-index: 7;
}

#homePageSampleImage5 {
	z-index: 6;
}


.currentHomeImage {
	-webkit-transform: translateX(0px) scale(1, 1);
	transform: translateX(0px) scale(1, 1);
	opacity: 1;
	transition: all 1s ease-in-out 0s;
}

.exitingHomeImage {
	-webkit-transform: translate(-80px) scale(0.9, 0.9);
	transform: translateX(-80px) scale(0.9, 0.9);
	opacity: 0;
	transition: all 1s ease-in-out 0s;
}

#linksDIV {	text-align: right;	font-size: 9pt;	font-family: arial,helvetica,sans-serif;}#linksDIV td {	text-align: inherit;	font-size: inherit;	font-family: inherit;}#linksDIV td h3 {	font-size: inherit;	font-family: inherit;	font-weight: inherit;	color: inherit;	text-decoration: underline;	margin-bottom: 4px;}#linksDIV td a:link {	color: #f00;	text-decoration: none;}#linksDIV td a:visited {	color: #f00;	text-decoration: none;}#linksDIV td a:hover {	background-color: #ccc;}#linksDIV td a:active {	color: #000;}