		/* 
		
		Styles Related to the display area are defined here.
		If multiple display area sizes are used define the CSS within the js or on each 
		page.				
	
		*/	
		
			.switchdiv {
				background-color: #000;
			}
			
			/* Styles Related to the image switcher navigation bar */

			#nav  {
				float:left;
				clear:both;
			font: bold 70% arial,sans-serif;
			color: #333;
			text-decoration: none;
			margin: 15px 0 15px 0;
			}
			
			#nav:hover {
			cursor: pointer;
			}
			
			#nextimg {
				float:left;
			}
			
			#lastimg {
				float:left;
				padding: 0 20px 0 0;
			}	
