/*EXTRAS*/
.contentWrapper h3{
	border-bottom: 1px solid silver;
	background-color: #dfdfdf;	
}
p{
	padding: 10px;
}



/*Handle*/
.handle3 {
	float: left;
	width: 100px;
	height: 250px;
	text-align:center;

	/*
	background: #666;
	border: 1px solid white;
	*/
}
.handle3 img{
	/*
	margin-top:2px;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	*/
}
.handleOver3{
	/*
	background: white;
	border: 1px solid white;
	*/
}
.handleOver3 img{
	/*
	margin-top:2px;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	*/
}
.handleSelected3{
	/*
	background: #000;
	border: 1px solid white;
	*/
}


