.slide-holder{
margin:0 auto;
padding-left:0px;
padding-right:0px;
}
.slide-container { /*slide-container là khối bao mà slide-stage có thể "trượt" bên trong */
height: 133px;
width: 103%;
overflow: hidden;
position:relative;
}
.slide-stage{
position: absolute;
}
.slide-image { /*Độ rộng của .slide-image có thể được thay đổi theo nhu cầu, ảnh hưởng đến độ rộng chung của slideshow*/
float:left;
width:200px;
height:133px;
text-align: center;
}
.slide-image img{
width:100%;
margin:0 auto;
}
.slide-pager{
position:relative;
}
.slide-control-prev {
position: absolute;
text-align: center;
width: 25px;
height: 100px;
background: #0165ba;
line-height: 100px;
color: #fff;
cursor: pointer;
top: 0px;
left: -32px;
}
.slide-control-next{
position: absolute;
text-align: center;
width: 25px;
height: 100px;
background: #0165ba;
line-height: 100px;
color: #fff;
cursor: pointer;
right: -52px;
top: 0px;
padding-right:0px;
}

.news-image
	{
		float:left;
		margin-right:15px;
		width:100px;
		height:100px;
	}
	
	.news-image img, .media-item img, .media-item-last img
	{
		width:165px;
		height:115px;
	}
	
	.news-title
	{
		color:#f86924;
		margin-bottom:2px;
		margin-top:0px;
	}
	
	.news-date
	{
		font-style:italic;
		color:#c5c5c5;
		margin-top:3px;
		font-size:12px;
	}
	
	.media-item
	{
		margin-top:10px;
		margin-right:10px;
		width:100px;
		height:100px;
		float:left;
	}
	
	.media-image
	{
		position:absolute;
	}
	
	.media-item-last
	{
		
		padding:0px;
		width:140px;
		height:100px;
	}
	
	.media-overlay
	{
		width:165px;
		height:115px;
		position:absolute;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		box-shadow: 0px 0px 0px 0px #f86924 inset;
	}
	
	.media-overlay:hover
	{		
		box-shadow: 0px 0px 1200px 250px #f86924 inset;
	}
	
	.media-overlay span {
		-webkit-transition: opacity 0.3s linear;
		-moz-transition: opacity 0.3s linear;
		-o-transition: opacity 0.3s linear;
		-ms-transition: opacity 0.3s linear;
		opacity: 0;
	}
	
	.media-overlay span:hover {
		opacity: 1;
	}
	
	.media-overlay-icon
	{
		width:165px;
		line-height:115px;
		text-align:center;
		font-size:36px;
		color:#ffffff;
	}
	
	
	
	
.br-wrapper {
	display:inline;
}

.br-widget {
	display:inherit;
}

.media h4 {
	font-size: 14px;
    font-weight: bold;
}