#menu ul li a,
#menu ul .current-menu-ancestor > a,
#menu ul .current-menu-item > a {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
    behavior:url(PIE.html);
}
#menu ul li ul {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    behavior:url(PIE.html);
}
#menu ul ul ul {
	-webkit-border-radius: 5px;
	-webkit-border-topleft:0!important;
	-webkit-border-bottomleft:0!important;
	
	-moz-border-radius: 5px;
	-moz-border-radius-topleft:0!important;
	-moz-border-radius-bottomleft:0!important;
	
	border-radius: 5px;
	border-top-left-radius:0!important;
	border-bottom-left-radius:0!important;
	
    behavior:url(PIE.html);
}
#side_bar img {
	-webkit-box-shadow: 0px 0px 4px #6e6e6c;
	-moz-box-shadow: 0px 0px 4px #6e6e6c;
	box-shadow: 0px 0px 4px #6e6e6c;
	position:relative;
    behavior:url(PIE.html);
}
.slider {
	width:941px;
	height:300px;
	position:relative;
}

.sliderContent {
	width:941px;
	height:300px;
	clear:both;
	position:relative;
	overflow:hidden;
}

.sliderArrows a {
	display:block;
	text-indent:-9999px;
	outline:none;
	z-index:50;
	width:21px;
	height:33px;
	position:absolute;
	top:135px;
}

.prev {
	background:url(../img/btn_prev.png) no-repeat;
	left:-50px;
}

.prev:hover {
}

.next {
	right:-50px;
	background:url(../img/btn_next.png) no-repeat;
}

.next:hover {
}

.sliderContent .item {
	position:absolute;
	width:941px;
	height:300px;
}

.sliderBullets {
	position:absolute;
	bottom:10px;
	z-index:50;
	width:300px;
	height:12px;
	left:45%;
}

.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-right:5px;
	width:12px;
	height:12px;
	background:url(../images/btn_thubnail_normal.html) no-repeat;
}

.sliderBullets .active {
	background:url(../images/btn_thubnail_active.html) no-repeat;
}

.sliderContent a {
	outline:none;
}

a {
color:#fff;
}

a images {
border:none;
}

