@charset "UTF-8";
/*	Slideshow	
	The whole slideshow works with two pieces of text and an image for each of four locations, making for 12 DIVs in total
	These are then manipulated by JQuery	*/


#homeRightTextOne
{
	position: absolute;
	top: 150px;
	left: 50px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #C90;*/
}

#homeRightTextTwo
{
	position: absolute;
	top: 450px;
	left: 50px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #9CF;*/
}

#homeRightImage
{
	position: absolute;
	top: 50px;
	left: 600px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #C90;*/
}

#homeLeftTextOne
{
	position: absolute;
	top: 150px;
	left: 400px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #C90;*/
}

#homeLeftTextTwo
{
	position: absolute;
	top: 400px;
	left: 400px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #9CF;*/
}

#homeLeftImage
{
	position: absolute;
	top: 50px;
	left: 50px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #C90;*/
}

#homeBottomTextOne
{
	position: absolute;
	top: 300px;
	left: 400px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #C90;*/
}

#homeBottomTextTwo
{
	position: absolute;
	top: 100px;
	left: 100px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #9CF;*/
}

#homeBottomImage
{
	position: absolute;
	top: 250px;
	left: 100px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #C90;*/
}

#homeTopTextOne
{
	position: absolute;
	top: 300px;
	left: 50px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #C90;*/
}

#homeTopTextTwo
{
	position: absolute;
	top: 300px;
	left: 400px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #9CF;*/
}

#homeTopImage
{
	position: absolute;
	top: 50px;
	left: 100px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #C90;*/
}

#homeSplash
{
	position: absolute;
	top: 70px;
	left: 100px;
	display: none;
	/*border-style: solid;
	border-width: 1px;
	border-color: #C90;*/
}

