/*Class dieu chinh vien ngoai*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #1f4593;
width: 542px; /*width of featured content slider*/
height: 420px;
_height:430;
_width:540;
}

/*Class dieu chinh noi dung*/

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 565px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 420px;
_width:575px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
font: normal 12px verdana, Times New roman, sans-serif;
}

.sliderwrapper .contentdiv a {
color: blue;
font: bold 16px Times New roman, sans-serif;
}
.sliderwrapper .contentdiv a:hover {
color: red;
text-decoration:none;
}



/*Class dieu chinh phan dieu khien ben duoi (nut bam)*/

.pagination{
width: 569px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
_width:580px;
text-align: right;
padding: 5px 10px 5px 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: white;
background: url(Menu01.gif) repeat-x center center;
}

.pagination a:hover, .pagination a.selected{
color: #fff000;
font-weight:bold;
background: url(Menu04.gif) repeat-x center center;
}
