	
#content    
	{
	margin-top: -280px;
	margin-left: -360px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 720px;
	height: 480px;
	visibility: visible
	}


h2 {
    margin: 0;
    margin-bottom: 3px;
    padding: 0;
}

#slider {
	width: 720px;
	text-align:left;
		overflow: hidden;
}

.scroll {
    height: 480px;
    width: 720px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
	padding-right: 152px;
    height: 480px;
    width: 720px;
}


.bling {
	background: url(../bg/slideBG.png) no-repeat;
}


	#team {
		background:url(../images/nav3/theTeam.png) no-repeat;
		}
		
	#family {
		background:url(../images/nav3/familyLife.png) no-repeat;
		}
		
	#peoples {
		background:url(../images/nav3/people.png) no-repeat;
		}
		
	#will {
		background:url(../images/nav3/willYou.png) no-repeat;
		}
	
	#contacts {
		background:url(../images/nav3/contact.png) no-repeat;
		}
	
	#art {
		background:url(../images/nav3/yourArt.png) no-repeat;
		}
		
	#dive {
		background:url(../images/nav3/diveIn.png) no-repeat;
		}

#nav3 {
	list-style: none;
	width: 900px;
	height: 20px;
	margin: 0 auto;
	}

#nav3 li {
	float: left;
	height: 20px;
	width: 102px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
#nav3 li a {
	display: block;
	line-height: 20px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: left top;
	}
	
	#nav3 li a:hover {
	background-position: bottom;
	}
	#nav3 li a.selected,
	#nav3 li a.selected:hover {
		background-position: bottom;
		}


.hide {
    display: none;
}

#theTeam {
	background: url(../images/pageBackgrounds/theTeam.jpg) no-repeat;
		}
	
	#theTeam p {
		width: 340px;
		text-transform: lowercase;
		text-align: justify;
		padding: 20px 0px 0px 20px;
		
	}
	
	.jesus {
		text-transform: none;
	}
#contactUs {
	background: url(../images/pageBackgrounds/contactUs.jpg) no-repeat;
		}

#diveIn {
	background: url(../images/pageBackgrounds/diveIn.jpg) no-repeat;
		}
	
	#diveIn p {
		width: 340px;
		text-transform: lowercase;
		text-align: justify;
		padding: 20px 0px 0px 20px;
		
	}
	
#navPrices{
	list-style: none;
	width: 200px;
	height: 40px;
	padding-left: 85px;
	}
	
	#navPrices li {
	float: left;
	height: 50px;
	width: 200px;
	overflow: hidden; /* if text-resize, this'll keep the nav the same size */
	}
	
	#navPrices li a {
	display: block;
	line-height: 40px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: left top;
	}
	
	#navPrices li a:hover {
	background-position: bottom;
	}
	
		#idopricing {
			background: url(../images/pricingButtons/iDoButton.png) no-repeat;
		}
		
		#pflwyPricing {
			background: url(../images/pricingButtons/pflwyPricingInfo.png) no-repeat;
		}
		
		#clickHere {
			background: url(../images/pricingButtons/clickHere.png) no-repeat;
		}
		
		#prices {
			background: url(../images/pricingButtons/printPrices.png) no-repeat;
		}
		
#mp3player {
	z-index: -1;
}

.seeMyPics {
	text-indent: -99999px;
	}
	
	.seeMyPics a{
		width: 225px;
		height: 50px;
		position: absolute;
		left: 0px;
		top: 335px;
		display: block;
		background: url(../images/nav3/seeMyPics.png) no-repeat;
	}
	.seeMyPics a:hover {
		background-position: bottom;
	}


