﻿a:link, a:visited
{
    text-decoration:none;
}
a:hover
{
    text-decoration:none;
    color:Fuchsia;
}
a.f1 { color : black; }
a.f1:hover { font-weight : bold; }
a.f1:active { font-weight : bold;}
a.f2 { color : red; }
a.f2:hover { font-weight : bold; }
a.f2:active { font-weight : bold;}
/* { margin: 0; padding: 0 }*/
body { font: 14px arial }
#wrapper
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 600px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #CCCCCC;
}
#slide
{
    background: #FFFFFF;
    padding: 0px;
    width: 600px;
    height: 120px;
}
#slide-nav
{
    background: #CCCCCC;
    padding: 0px;
    width: 400px;
}
#slide img { top: 0px; left: 0px; width: 600px; height: 120px}
#slide-nav {height: 20px; margin-top:0px; margin-right:5px; width:500px}
#slide-nav a
{
	display:inline-block;
	width:20px;
	height:10px;
	background:url(../Images/Giaodien/navi.png) no-repeat left bottom;
	margin:0 10px;
	cursor:pointer;
	position:relative;
	z-index:200;
	color: #FFFFFF;

}
#slide-nav a.activeSlide
{
    /*	display:inline-block;
	width:15px;
	height:10px;*/
    background: url(../Images/Giaodien/navi.png) no-repeat left top;
    
}
.cssMuiten
{
    font-family: "Wingdings 3";
    font-size: 8px;
    color: blue;
    margin-right: 5px;
}  
