/* Copyright Northwest Dental Arts */
    /**** Showcase footer override ****/
#footer{
margin-top: 530px;
*margin-top: 550px;
}

	/**** Showcase Container and Graphics****/
#showCase { /* Showcase Container */

	background-image:url(/files/images/size_test.jpg);
	background-repeat:no-repeat;
	background-position:top right;

	height:640px;
	width:698px;
}

	#imageSideNavigation{ /* Right Side Navigation Container */
		position:absolute;
		float:right;
		top:28px;
		right:35px;
		width:60px;
		height:375px;
	}
	
		#sideNavImage{ /* Individual Image */
			position:absolute;
			width:60px;
			height:60px;
			top:0;
			left:0;
		}
		
		#upImage{
			position:absolute;
			width:14px;
			height:13px;
			top:-17px;
			left:23px;
			cursor:pointer;
		}
		
		#downImage{
			position:absolute;
			width:14px;
			height:13px;
			top:377px;
			left:23px;
			cursor:pointer;
		}
	
	#imageBottomNavigation{ /* Bottom Navigation Container */
		position:absolute;
		float:right;
		top:438px;
		right:143px;
		width:508px;
		height:66px;
	}
		#bottomNavImage{ /*Individual Image*/
			position:absolute;
			width:78px;
			height:78px;
			top:0;
			left:0;
			background-image:url(/files/images/bottom_background.jpg);
			background-position:top left;
			background-repeat:no-repeat;
		}

	#beforeFull{ /* Before Dental Work Full Image Container*/
		position:absolute;
		float:right;
		top:25px;
		right:402px;
		width:268px;
		height:378px;
	}
	
	#afterFull{ /* After Dental Work Full Image Container*/
		position:absolute;
		float:right;
		top:25px;
		right:126px;
		width:268px;
		height:378px;
	}