/** Sliding **/
			.container_sliding{background: url(../images/slideTabbg.gif);width:620px;height:261px;overflow:hidden;margin:0 auto;font-size:16px;}
			.selector{background: url(../images/selector.gif);}			
			.hovering{background: url(../images/selector.gif); opacity: 0.7; cursor:pointer;}						
			.container_sliding .TabMenu{position:relative; top:6px; left:2px; z-index: 10;}
			.container_sliding .TabMenu span{display: inline-block;height: 38px;padding:0;margin-left:9px;}
			.container_sliding .ContentFrame{width: 600px;height:206px;left: 7px;position: relative;overflow:hidden;}			
			.container_sliding .ContentFrame .AllTabs{position: relative;left:0px;width: 2450px;height: 206px;overflow:hidden;}
			.container_sliding .ContentFrame .AllTabs .TabContent{width:600px;height: 215px;text-align: justify;float:left;overflow:hidden;}
/** End Sliding **/		



/** New Product **/
.innerfade{list-style:none; margin:0; padding:0;}
#fading_show{ border:0px solid #000; width:610px; height:210px; margin:0 auto; margin-left:18px;} /*Have IE HACK index*/
#new_icon{ background: url(../images/new-arival3.png) no-repeat; width:71px; height:71px; z-index:-9999; float:left; margin:-300px 0px 0px -35px;}
/** End New Product **/

#column_newarrival{ width:647px; height:290px; margin:0; padding-left:6px; float:left; background-color:#000; z-index:9999;}
#new_arival h2{ text-decoration:blink; text-align:center; margin:0; font-size:16px; color:#C00;}

#column_hot_product{ width:240px; height:250px; float:right; margin-right:20px; margin-top:15px;}

/** Cross Image Promotion **/
.boxcaption_firstpage h3{ margin: 3px 3px 0 3px; color:#FFF; font:11pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;  }
.boxgrid_firstpage{
	width: 120px;
	height: 120px;
	margin:2px;
	float:left;
	background:#161613;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
}
.boxgrid_firstpage img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid_firstpage p{
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}
.boxcaption_firstpage{
	float: left;
	position: absolute;
	background: #000;
	height: 120px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.caption_firstpage .boxcaption_firstpage {
 	top: 95px;
 	left: 0;
    color:green;
}
 .boxcaption_firstpage a,.boxcaption_firstpage a:visited{
    color:#66CC00;
}
/***/