/*
.primary {
	width: 570px;
	margin-left: -85px;
	margin-bottom: 10px;
	position: relative;
	height: 195px;
}

.primary .article {
	display: block;
	width: 180px;
	border: 1px solid #a5a5a5;
	background: white;
	padding: 9px;
	position: absolute;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}

.primary #item1 {
	top: 10px;
	left: 0;
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
}

.primary #item2 {
	top: 0;
	left: 190px;
}

.primary #item3 {
	top: 10px;
	right: 0;
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
}

.primary .caption {
	margin: 0;
	text-align: center;
	font-size: larger;
	color: black;
	text-decoration: none;
	display: block;
	color: #37c;
}

.primary .caption:hover {
	text-decoration: underline;
}
*/
