p.right {
	width: 254px;
	float: right;
	padding: 0px;
	margin: 0px;
}
span.title {
	display: block;
	height: 27px;
	line-height: 26px;
	color: #B40806;
	font-weight: bold;
	font-size: 15px;
	text-indent: 35px;
	background-image: url("../img/point1.png");
	background-position: left top;
	background-repeat: no-repeat;
}
span.red {
	color: #B40806;
}
div.text_home {
	float: left;
	width: 785px
}
.panelSliderWrapper {
    background-image: url("../Img/home_slider_bg.png");
    background-repeat: no-repeat;
    width: 516px;
    height: 275px;
    float: left;
    padding-top: 1px;
}
/******************** SLIDER  **************************/
#slider0 {
	display: none;
}
#sliderContent {
	width: 489px;
	height: 273px;
	overflow: hidden;
	position: relative;
	margin: auto;
	background-color: #000000;
	cursor: pointer; 
}
ul#sliderUL {
	padding: 0px;
	margin: 0px;
	position: relative;
}
ul#sliderUL li{
	list-style: none;
	position: relative;
}
#sliderContent img {
	position: absolute;
}
#sliderContent span.sliderSpan {
	padding: 5px 20px 5px 20px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: .7;
	opacity: 0.7;
	display: block;
	background-color: #4a3f3f;
	font-weight: bold; 
	position: absolute;
	z-index: 1;
	bottom: 0;
	display: none;
	font-size: 11px;
	font-family: arial;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
a.link_slider 
{
    color: #f1f1f1;
    text-decoration: none;
}
a.link_slider:hover
{
    text-decoration: underline;
}
