.nguyentich {
padding: 0px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5) inset;
border-radius: 10px;
width: 1065px; /*width of featured content slider*/
height: 225px;
}
	
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 1065px; /*width of featured content slider*/
height: 220px;
padding: 0px;
}

.sliderwrapper .contentdiv{
position: absolute; /*leave as is*/
left: 15px;  /*leave as is*/
top: 15px;  /*leave as is*/
background: white;
width: 1035px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 190px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding: 0px;
align-items: top;
}

.nguyentich-p {
border: 1px solid #005700;
border-radius: 10px;
 /*width of featured content slider*/
height: 190px;
}
.nguyentich-p a{
text-decoration: none;
color: #000;
}

.nguyentich-p a:hover {
color: #005700;
}

.pagination{
width: 1035px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 0px 10px;
margin-top: -10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none;
color: #00007D;
}

.pagination a:hover, .pagination a.selected{
color: #005700;
}