/* CSS index */

/*  指定到页面menu的背景色 */
li#home { background-color: #ffcb01; padding: 5px 0 !important; padding: 0;}

#container-right-top { height: 320px;}
#container-right-bottom { height: 160px; background-color:#ffcb01}
#container-right-bottom-left { float: left; width: 480px; height: 160px;}
#container-right-bottom-right { float: left; width: 230px; height: 160px;}

p#title { color:#FFFFFF; font-size:70px; font-family:"Century Gothic"; margin-left: 10px; text-align: left;}
p.desc { font-size:13px; margin-left: 20px; margin-right: 30px; text-align: left;}
p.tips { margin-top: 30px; text-align: center;}
p.buttom { text-align: center; margin-top: 30px;}
p.newsletter { font-size:12px; margin-top:10px; text-align: center;}
.applyonline {behavior: url(homeImages/indexImg/iepngfix.htc);}
a#subscibe:link, a#subscibe:visited { color: #000000; text-decoration: none; background-color:#FFFFFF;}

#slider {
    width: 710px; /* important to be same as image width */
    height: 310px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 10px;
}
#sliderContent {
    width: 710px; /* important to be same as image width or wider */
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 710px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 18px;
}
.bottom {
	bottom: 0;
    left: 0;
	text-align:left;
}