.content-image {
padding: 10px;
}

.content-image-left	{
padding: 10px 10px 10px 0;
}

.content-image-right {
padding: 10px 0 10px 10px;
}

/* ROUNDED CORNERS */
.roundcont {width: 175px;margin: 0 5px 0 10px;background-color: #EFEFEF;float: right; }
.roundcont p {margin: 0 5px 0 10px;}
.roundcont ul li {margin: 0 10px 0 0;}
.roundtop { background: url(/common/img/collaborations/corners/tr.gif) no-repeat top right; }
.roundbottom {background: url(/common/img/collaborations/corners/br.gif) no-repeat top right; }
img.corner {width: 15px;height: 15px;border: none;display: block !important;}
/* END OF ROUNDED CORNERS */

/* Try CSS rounded corners instead */

.roundcont {
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
margin: 5px;
padding: 8px 4px;
}

.roundcont .roundtop, .roundcont .roundbottom {
display: none;
}

img.mclaren-border{
	padding:5px;
	border:1px solid #ccc;
	border-radius:2px;
	-moz-border-radius:2px;
	box-shadow:#999 0 0 3px;
	-moz-box-shadow:#999 0 0 3px;
}

.mclaren-photo-large{
	margin-top:20px;
}

.mclaren-photo-caption{
	text-align:center;
	padding-top:5px;
	font-style:italic;
}

.mclaren-photo-left{
	width:175px;
	padding-top:5px;
}

.mclaren-thumb{
	margin:10px 4px 15px;
	-webkit-transition-duration:0.5s;
	height:67px;
	width:100px;
}

.mclaren-thumb.first{
	margin-left:21px;
}

.mclaren-thumb:hover{
	-webkit-transform:rotate(-6deg);
	-moz-transform:rotate(-6deg);
}

.mclaren-thumb.middle:hover{
	-webkit-transform:rotate(6deg);
	-moz-transform:rotate(6deg);
}
