
.back {cursor:pointer;}
div.section{
	border:1px black solid;
	width:950px;
	padding:10px;
	margin: 5px 0;
	position:relative;
	clear:both;
}
	div.section h3{
		margin-bottom:10px;
	}
	div.section li{
		float:left;
	}
	div.pane{
		overflow:hidden;
		clear:left;
		position:relative;
		width:585px;
		height:390px;
	}
ul.elements{
	background-color:#fff;
}
	ul.elements li{
		width:585px;
		height:390px;
		position:relative;
		float:left;
	}
		ul.elements li a{
			bottom:20px;
			color:#933;
			font-size:12px;
			left:125px;
			position:absolute;
		}
		
			ul.elements li div{
			height:85px;
			width:565px;
			_width:585px;
			bottom:0px;
			color:#FFF;
			font-size:11px;
			color:#FFF;
			left:0px;
			padding:10px;
			background-color:#000;
			/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
			position:absolute;
		}
		ul.elements li h2{
			height:20px;
			top:20px;
			padding:10px;
			color:#FFF;
			font-size:18px;
			color:#FFF;
			left:0px;
			/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
			background-color:#000;
			position:absolute;
		}
		
		ul.elements li p{
			color:#666;
		}
	#pane-options ul.elements li{
		margin:5px;
	}
	#pane-options{
		margin-bottom:10px;
	}
ul.links{
	height:20px;
}
	ul.links a{
		color:#69C;
		margin:0pt 5px;
	}
h3 span{
	position:absolute;			
}
.message{
	background:#EEE;
	border:1px solid #999;
	color:#333;
	font-size:12px;
	font-weight:normal;
	padding:1px;
	margin-top:2px;
}