body,div,li,ul{
	margin:0;padding:0;
}
a {
	margin: 0px;
	padding: 0px;
}
a:link,
a:visited,
a:active
{
	background: transparent;
	color: #2575ad;
	text-decoration: none;
}
a:hover
{
	background: transparent;
	color: #ac3433;	
	text-decoration: none;
}
#vip {
    background: #000;
    width: 640px;
}
#vip li img {
    border-width: 0px;
}
.afeature {
	display: none;
}
#the1title, #the1feature {
	display: block;
}
.afeature {
    position: relative;
    height: 280px;
}
.afeature img {
    position: absolute;
}
div#arrow_slider {
    width: 640px;
    height: 9px;
    background: #000;
}
img#the_arrow {
    position: relative;
    left: 20px;
}
ul#point-main {
    background-color: #000;
    width: 640px;
    overflow: visible;
}
ul#point-list {
	width: 640px;
	height: 63px;
	overflow: hidden;
	background: #000 url(../img/feature_title_bg.jpg) repeat-x 0 0;
}
ul#point-list li {
	display: block;
	height: 63px;
	float: left;
}
ul#point-list li a {
	display: block;
/*    font-family: Helvetica, Arial, sans-serif; */
    font-size: 11px;
	width: 100px;
	height: 43px;
	background: transparent url(../img/feature_title_bg.jpg) repeat-x 0 0;
	padding: 10px 10px 10px 20px;
    font-family: Georgia, "Times New Roman", serif;
}
ul#point-list li.selected a, ul#point-list li a:hover {
	color: #fff;
	background: transparent url(../img/feature_title_bg_over.jpg) repeat-x 0 0;
}
ul#point-list li.selected a {
    width: 180px;
    font-size: 16px;
}