#center {
	LEFT: 50%; POSITION: absolute; TOP: 50%;
}
#slider {
	OVERFLOW: hidden; WIDTH: 780px; POSITION: relative ;HEIGHT: 400px; border:solid 1px #B42672; border-right:none;
}
#slider .slide {
	width:500px; POSITION: absolute; HEIGHT:400px; cursor:pointer;border-left:#B42672 1px solid; 
}
#slider .title {
	FONT-WEIGHT: bold;COLOR: #f80; TEXT-DECORATION: none;
}
#slider .backgroundText {
	BACKGROUND: #000; FILTER: alpha(opacity=40); WIDTH: 100%; POSITION: absolute; TOP: 100%; HEIGHT: 100%; opacity: 0.4;display:none;
}
#slider .text {
	LEFT: 10px; WIDTH: 470px; COLOR: #fff; POSITION: absolute; TOP: 100%; TEXT-ALIGN: justify;display:none;
}
#slider .diapo {
	FILTER: alpha(opacity=100); VISIBILITY: hidden; POSITION: absolute; opacity: 1;
}

.xmenu td{
	filter:blendtrans(duration=0.5);
	cursor:hand;
	text-align:left;
	height:22px;
	line-height:22px;
}

.category {
	BACKGROUND: #ccc; 
	margin:0px; 
	CURSOR: pointer; 
	HEIGHT: 30px;
	line-height:30px;
	border-bottom:1px #fff solid;
	border-top: 1px #fff solid;
	text-indent:5px;
}
.list_item {
	BACKGROUND: #CCCCFF; 
	margin:0px; 
	padding:0px;
}
.list_item ul{ 
	margin:5px 0px 5px 0px; 
	border:0px #000 solid;
	padding:0px;
}

.list_item ul li{
	text-indent:8px;
	margin:5px 0px 5px 0px;
}
