﻿.MCMLArticleMainPoints {
	float:none;
	width:100%;
}
.MCMLArticleMainPoints li{ /*added by JM 20131031*/ 
	margin-left: 20px;
	padding-bottom: 15px;
	font-size: 120%;
}
.MCMLMediaComponents {
	display:block; /*added -rr 4-26-2013 */
	width:600px;
	height:440px; /*changed from 399px 4-26-2013 rr */
	background:none transparent;
}
#MCMLMediaComponents-tabs {
	height:100%;
	width:100%;
	background:none transparent;
}
.MCMLMediaComponentsTypes, .MCMLMediaComponentsFolder {
	display:none;
}
#MCMLMediaComponents-tabs > div {
	background:none transparent;
	height:399px;
	width:100%;
	padding:0;
}
.MCMLMediaComponents-asset {
	/*padding-top:20px; removed 2/-6-13 */
}
.MCMLMediaComponents-asset img {
    border: 0 #7ebf19 solid;
    height: 399px;
    width: 600px;
}

.MCMLMediaComponents-asset-title {
	position:relative;
	height:30px;
	width:602px;
/*	bottom:30px;*/
	top:-30px;
	background:#303030;
	line-height: 30px;
	color:#fff;
	font-size:11px;
	z-index:8;
	padding: 0px 0px 0px 5px;
	opacity: 0.8;
	overflow: hidden;
	white-space:nowrap;
	-moz-opacity: 0.8;
	/* filter:alpha(opacity=8); removed 2-7-2013*/
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.MCMLArticlePhotoCaption {
	display:block; /*added -rr 4-26-2013 */
	position:relative;
	float:left;

	margin-top:-34px;
	font-size:11px;
	/*padding: 5px 10px 20px 0px; removed -rr 4-26-2013 */
	color:#999999;
}