.TableContent {
	  width: 100%;
	}
	.SlideshowControl .TabHeader{
		margin-bottom: 10px;
	}
	
	.SlideshowControl .TabHeader .Primary  {
	   
	}
	
	.TabHeader .HeadWraper .Primary a {
	    padding: 0 15px;
	}
	
	.TabHeader .HeadWraper .Primary h3 {
	    margin: 0;
	}
	
	.SliderFeature {
	  border: 1px solid #c8c8c8;
	  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	  margin-bottom: 10px;
	  padding: 10px;
	  position: relative;
	}
	
	.SliderFeature .RightCol,
	.SliderFeature .LeftCol {
	  vertical-align: top;
	}
	
	.SliderFeature .RightCol {
	  width: 30%;
	  max-width: 300px;
	}
	
	.SliderFeature .LeftCol {
	  text-align: justify;
	}
	
	.SliderFeature .LeftPanel {
	  overflow: hidden;
	  position: relative;
	  width: 100%;
	}
	
	.SliderFeature .LeftCol .LeftPanel img {
	  object-fit: cover;
	  height: 100%;
	  left: 0;
	  position: absolute;
	  top: 0;
	  width: 100%;
	  z-index: 0;
	}
	
	.SliderFeature .LeftCol .text {
	  background-color: rgba(0, 0, 0, 0.6);
	  bottom: 0;
	  color: #fff;
	  font: bold 14px Arial;
	  left: 0;
	  margin-bottom: 0;
	  padding: 6px;
	  position: absolute;
	  width: 100%;
	  z-index: 1;
	}
	
	.SliderFeature .LeftCol .text div {
	  color: #000000;
	}
	
	.SliderFeature .ArticleList {
	  list-style: outside none none;
	  padding: 0;
	  width: 100%;
	}
	
	.SliderFeature .ArticleList li {
	  border-bottom: 1px dotted #ddd;
	  padding: 10px 0 10px 10px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}
	.SliderFeature .ArticleList li a{
		color:#424242
	}
	
	.SliderFeature .ArticleList .ArticleItemSelected a,
	.SliderFeature .ArticleList li:hover a {
	  color: #9f224e;
	}
	.SliderFeature .ArticleList li a:hover{
		text-decoration: none;
	}
	.SliderFeature .Header,
	.SliderFeature .Header .lblHeader {
	 display: none;
	}
	
	.SliderFeature {
	  border: 1px solid #dddddd;
	  margin: 0 0 10px;
	}
	
	.SliderFeature .RightCol {
	  background: none repeat scroll 0 0 #ffffff;
	  max-width: 270px;
	  vertical-align: top;
	  width: 270px;
	}
	
	.SliderFeature .LeftCol {
	  padding: 4px;
	  text-align: center;
	}
	
	.SliderFeature .LeftPanel {
	  width: 100%;
	  max-height: 420px;
	  min-height: 380px;
	  overflow: hidden;
	  position: relative;
	}
	
	.SliderFeature .LeftCol .text {
	  background-color: #eeeeee;
	  bottom: 0;
	  color: #000000;
	  font: bold 10pt Arial;
	  left: 0;
	  margin-bottom: 0;
	  opacity: 0.7;
	  position: absolute;
	  text-align: left;
	  width: 100%;
	  z-index: 1;
	}
	
	.SliderFeature .LeftCol .text div {
	  display: inline-block;
	  padding: 6px;
	}
	
	.SliderFeature .ArticleList {
	  /* list-style: none outside none; */
	  margin: 0;
	  padding: 0;
	}
	
	.SliderFeature .ArticleList li:hover {
	  
	}
	.SliderFeature .ArticleList li:hover a{
	}
	
	.SliderFeature .ArticleList li {
	  display: inline-block;
	  width: 100%;
	}
	
	.SliderFeature .ArticleList .ArticleItemSelected a {

	}
	
	.SliderFeature .ArticleList .ArticleItemSelected,
	.SliderFeature .ArticleList li:hover {
	 
	}
	
	.SliderFeature .ArticleList .right-col-item a{
		display: flex;
		color: #000000;
	}
	.SliderFeature .ArticleList .right-col-item p{
		color: #000000;
	}
	
	.SliderFeature .ArticleList .right-col-item p:hover{

	}
	.SliderFeature .ArticleList .ArticleItemSelected p{

	}
	
	.SliderFeature .ArticleList li .Image {
	  object-fit: cover;
	  display: inline-block;
	  float: left;
	  height: 50px;
	  margin-right: 4px;
	  text-align: left;
	  width: 60px;
	}
	
	.img-responsive {
	  width: 60px !important;
	  height: 60px !important;
	}