


	#home-marketing { /* home page rotation */
		margin:10px 0 15px 0;
		width:620px;
		height:240px;
		position:relative;
	}
		ul.mark-nav {
			position:absolute;
			z-index:999;
			top:220px; /* positioning list of links where we want them */
			left:490px;
		}
			ul.mark-nav li {float:left;display:inline;margin-right:10px;width:16px;} /* width just keeps them in place since links have different widths on hover */
			ul.mark-nav a {
				background:#2e2e2e;
				color:#2e2e2e;
				border:1px solid #cccccc;
				width:12px;
				height:12px;
				text-align:center;
				display:block;				
				font-size:8pt;		
				font-weight:bold;
				font-family:Arial;	
				text-decoration:none;
				z-index:9999;
			}
			ul.mark-nav a.activeSlide {
				color:#1e1e1e;
				background:#8d8d8d;				
				border:1px solid #ccc;
				width:16px;
				height:16px;
				line-height:16px;
				text-decoration:none;
				font-size:9pt;
				margin-top:-2px;
			}
                        ul.mark-nav a:hover {
				color:#fff;
				background:#8d8d8d;				
				border:1px solid #ccc;
				width:16px;
				height:16px;
				line-height:16px;
				text-decoration:none;
				font-size:9pt;
				margin-top:-2px;
			}
		#pane-container div,
		#pane-container {
			width:620px;
			height:240px;
		}			
			#pane-container img {
				width:620px;
				height:240px;
			}




