	#example {height:20em;}

	#portfolioPanel_c {
		top: 130px;
		left: 50%;
		margin-left: -350px; 
		z-index: 100;
	}

	/* Aqua Panel Skin CSS */

	/* Provide skin for default Panel elements, ontop of container-core.css */
	#portfolioPanel_c.yui-panel-container.shadow .underlay { 
		position:absolute;
             	left:3px;
		right:-3px;
		top:4px;
		bottom:-3px;
		background-color:#000;
		opacity:0.12;
		filter:alpha(opacity=12);
		width: 700px;
	}
	#portfolioPanel.yui-panel {
		position:relative;
		top: 0;
		left: 0;
		border:none;
		overflow:visible;
		background-color:transparent;
	}
	#portfolioPanel.yui-panel .container-close {
		position:absolute;
		top:4px;
		left:4px;
		height:18px;
		width:17px; 
	}

	/* span:hover not supported on IE6 */
	#portfolioPanel.yui-panel .container-close:hover {
		background:url(assets/img/aqua-hd-close-over.gif) no-repeat; 
	}
	#portfolioPanel.yui-panel .hd { 
		padding:0;
		border:none;
		background-color: #53006a;
		border:1px solid #aeaeae;
		border-bottom:none;
		color:#000;
		height:22px;
		margin-left:0px;
		margin-right:0px;
		padding-right: 4px;
		padding-left: 4px;
		text-align:center;
		overflow:visible;
		width: 690px;
	}
	#portfolioPanel.yui-panel .bd {
		overflow:hidden;
		padding:4px;
		border:1px solid #aeaeae;
		background-color:#FFF;
		width: 690px;
	}
	#portfolioPanel.yui-panel .ft {
		font-size:75%;
		color:#666;
		padding:2px;
		padding-right: 4px;
		padding-left: 4px;
		overflow:hidden;
		border:1px solid #aeaeae;
		border-top:none;
		background-color:#dfdfdf;
		width: 690px;
	}

	/* Provide skin for custom elements */
	#portfolioPanel.yui-panel .hd span {
		vertical-align:middle;
		line-height:22px;
		font-weight:bold;
	}
	#portfolioPanel.yui-panel .hd .tl {
		width:7px;
		height:22px;
		top:0;
		left:0px;
		background:url(assets/img/aqua-hd-lt.gif) no-repeat;
		position:absolute;
	}
	#portfolioPanel.yui-panel .hd .tr {
		width:7px;
		height:22px;
		top:0;
		right:0px;
		background:url(assets/img/aqua-hd-rt.gif) no-repeat;
		position:absolute;
	}
	
	
	#portfolioPanel h1 { margin:0; padding:0; color:#FFFFFF; }/* CSS Document */


