.minifrontpage-tabbed-no-effect .clrfix {
	clear: both;
}
.minifrontpage-tabbed-no-effect #minifrontpageid {
}
.minifrontpage-tabbed-no-effect.mfp-table-cell {
	text-align: left;
}
.minifrontpage-tabbed-no-effect .mfp-table-cell-inner {
	margin-right: 10px;
}
.minifrontpage-tabbed-no-effect .mfp-table-cell p {
	font-size: 90%;
	color: #666;
	padding: 10px;
	background: #f0f0f0;
	border-radius: 4px;
	box-shadow: inset 0px 0px 10px #eee;
	margin: 0 0 10px 0;
	text-shadow: 0 1px 0 #fff;
	line-height: normal;
}
.minifrontpage-tabbed-no-effect .mfp-table-cell:hover p {
	background: #fbfb71;
	box-shadow: none;
}
.minifrontpage-tabbed-no-effect .mfp-date-author {
	font-size:80%;
	line-height: 120%;
	color: #666;
	margin-bottom: 10px;
	display: block;
}
.minifrontpage-tabbed-no-effect a.mfp-readon {
	background: #7BA428;
	color: #fff!important;
	padding: 5px 10px;
	font-size: 80%;
	text-decoration: none;
	margin: 0 0 10px 0!important;
	display:inline-block;
	border-radius: 4px;
}
.minifrontpage-tabbed-no-effect a.mfp-readon:hover {
	background: #000!important;
}
.minifrontpage-tabbed-no-effect .mfp-introtitle {
	/* display: inline-block; */
	vertical-align: top;
	font-size: 120%;
	line-height: 120%;
	color:#CC9900;
	margin-bottom: 5px;
}
.minifrontpage-tabbed-no-effect .mfp-other-article {
	text-align: left;
	vertical-align: top;
  padding-left: 15px;     /* added- Con */
}
.minifrontpage-tabbed-no-effect .mfp-other-article-inner {    /*
	font-size: 90%;
	color: #666;
	padding: 5px 10px;
	background: #f0f0f0;
	border-radius: 4px;
	box-shadow: inset 0px 0px 10px #eee;
	margin: 10px 10px 0 0;
	text-shadow: 0 1px 0 #fff;
	line-height: normal;       */
}
.last-cell {
 	margin-right: 0!important;
  margin-left:20px;
 }

.minifrontpage-tabbed-no-effect .mfp-other-article-inner li {
	margin-left: 10px;
  color:#444; /* set color of list item to a dark gray */
	list-style:none; /* if you’re not already using a reset */
}
.minifrontpage-tabbed-no-effect .mfp-other-article-inner li:before{
  color:#7BA428; /* set color to red */
  content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  font-size:1.5em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  padding-right:.25em; /* give the bullet some padding from the text Make sure to use em*/
  position:relative;
    top:.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}
.minifrontpage-tabbed-no-effect .mfp-other-article-title {
	text-transform: uppercase;
	font-size: 80%;
  border-left: 10px solid #7BA428;
  padding-left:2px;
	color: #fff;   /* Changed - Con */
	display: block;
	margin: 5px 0;
	line-height: 120%;
	font-weight: 700;
}
.minifrontpage-tabbed-no-effect #mfptabs ul{
	position:relative;
	margin-left: 0!important;
	padding-left: 0!important;
	margin-bottom: 10px!important;
	display: inline-block;
	float: right;
}
.minifrontpage-tabbed-no-effect #mfptabs ul li{
	float:left;
	font-size:11px;
	width:4px; 
	height:4px; 
	background:#ccc; color:#747474;
	cursor:pointer;
	list-style-type:none!important;
	text-align:center;
	margin-right:5px !important;
	border-radius: 6px;
	border: 3px solid #fff;
}
	.minifrontpage-tabbed-no-effect #mfptabs ul li span {
		display: none;
	}
.minifrontpage-tabbed-no-effect #mfptabs ul li.activex {
	background: #fff; color:#fff;
	border: 3px solid #ccc;
	width:4px; 
	height:4px;
}
.minifrontpage-tabbed-no-effect #mfptabs ul li:hover{
	background:#333;
}
.minifrontpage-tabbed-no-effect .minifrontpageid {
	table-layout: fixed;
	z-index: 99999!important;
	overflow: hidden!important;
}
.minifrontpage-tabbed-no-effect .anim-div {
	z-index: 1!important;
}
.minifrontpage-tabbed-no-effect .mfp-table-cell-inner .mfp-img-left {
	float: left;
	margin: 0 10px 10px 0;
}
.minifrontpage-tabbed-no-effect .mfp-table-cell-inner .mfp-img-right {
	float: right;
	margin: 0 0 10px 10px;
}
.minifrontpage-tabbed-no-effect .mfp-categ {
}
.minifrontpage-tabbed-no-effect .mfp-categ a {
	display: inline-block;
	font-size: 80%;
	background: url(../../../../images/categ.png) 5px 50% no-repeat #f0f0f0;
	padding: 5px 10px !important;
	margin: 0 5px 10px 0;
	border-radius: 4px;
	text-decoration: none;
	text-indent: -9999px;
	width: 10px;
}
.minifrontpage-tabbed-no-effect .mfp-categ a:hover {
	background: url(../../../../images/categ.png) 5px 50% no-repeat #666!important;
	text-indent: 20px;
	width: auto;
	position: absolute;
	z-index: 99999;
	color: #fff;
}