.cf:after {
    content:"";
    display:block;
    clear:both;
}
.none {
	display: none;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
a:hover img {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.fl-right {
    float: right;
}
.fl-left {
    float: left;	
}
.fw-bold {
    font-weight: bold;
}
.cl-red {
	color: #ff0000;
}
.fs-14 {
	font-size:14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fs-22 {
	font-size: 22px;
}
.fs-24 {
	font-size: 24px;
}
.fs-26 {
	font-size:26px;
}