#slider {
	float:left;
	position:relative;
    width:100%; 
	/* height:54px; */
    z-index:10;
}
#slider a {
	width:36px; height:54px;
    cursor: pointer;	
}

#slider a img {
	position:fixed;
	bottom:226px; right:0px;
	/* width:36px;  */
	height:54px;
	margin-right: -8px;
}


#topic-nav {
	width:100%;
	height:280px;
	margin:auto;
	position:relative;
	margin-bottom:0px;
	z-index:2;
	border-top:2px solid rgb(159,214,214);
	background:rgb(204,241,244);
}

#topic-nav .homeMenu {
	width:920px; height:220px;
}
#topic-nav .homeMenu .menuCol {
	float:left;
	/* width:120px;  */
	width:115px;
	/* height:250px; */
}

#topic-nav .homeMenu .menuItem {
	float:left;
	width:115px; 
	/* height:110px; */
	/* height:108px; */
	height:102px;
	margin:5px 5px 0px; 
	
    overflow: hidden;
    position: relative;

    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;	
}
#topic-nav .homeMenu .menuItem .shopCartNum {
	float:right;
	width:22px; height:22px;
	color:rgb(0,130,255);
	padding-top:3px;
	margin-top:-32px;
	margin-right:6px;
	text-align:center;
	font-size:11px; line-height:15px;
	position:relative;
	z-index:2;
}

#topic-nav .homeMenu .Grp1:hover{
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

#topic-nav .homeMenu .Grp2:hover{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}


#topic-nav .homeMenu  .top {
	/* margin-top:5px; */
}

#topic-nav .homeMenu  .btm {
	margin-top:113px;
}

.copyright {
	float:left;
	position:relative;
	z-index:2;
	margin-top:-30px;
	margin-left:40px;
	font-size:10px;
}

.homeMenu, .homeMenu-slide {
	/* width:1000px !important;  */
	width:960px !important;
	height:250px !important;	
	/* padding-top : 2px; */
}
#btn_AChatPanel {
	width:116px; height:108px;
	cursor:pointer;
}
#totalNewMsg {
	float:right;
	width:30px; height:31px;
	margin-left:-15px;
	margin-top:5px;
	position:relative;
	z-index:1;
	
	background:url('/site/common/images/AChat/icon-redball.png') no-repeat;
}
#totalNewMsg .txt {
	float:left; width:100%;
	color:white;
	font-size:11px; line-height:15px;
	text-align:center;
	margin-top:4px;
}
.iconMessage {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	font-size: 14px; 
	background-color: #EEE; 
	margin: auto; 
	width: 90%; 
	text-align: center;
	line-height: 1;
	padding: 8px 0px;
	display: none;
}
