.slider_div{
	margin:20px auto;
	position:relative;
}
.silder_bg_left{
	background:url('../images/slider_left.jpg') no-repeat;
	float:left;
	width:8px;
	height:207px;
}
.silder_bg_mid{
	background:transparent url('../images/slider_bg.jpg') repeat-x;
	/* background:red; */
	float:left;
	width:787px;
	overflow:hidden;
	height:207px;
}
.silder_bg_right{
	background:url('../images/slider_right.jpg') no-repeat;
	float:left;
	width:6px;
	height:207px;
}
.container{
	width:780px;
	float:left;
	height:195px;
	text-align:center;
	padding:2px 2px 2px 5px;
}
.container img{
	width:186px;
	height:90px;
	margin:0 5px 0 0;
	border: 1px solid #DEDEDE;
	padding:1px;
}
.slideshow{
	margin:8px 0 0 0!important;
}
.slideshow .container h3{
	color:#474444;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	margin:5px 0;
}
.slideshow .container p{
	color:#959595;
	margin:5px 0;
}
.slideshow .container h2{
	color:#D20005;
	font-family:Arial;
	font-size:23px;
	font-weight:bold;
}
ul.slider li{
	float:left;
	padding:0 0 5px 0;
}
ul.slider{
	background: url("../images/slider_bg_ul.jpg") no-repeat;
	min-height:190px;
}
div.pad50{
	padding:50px 0 0 0;
	float:left;
	width:22px;
}
#main { margin: 20px }
#nav { position: relative }
#nav li { float: left; list-style: none}
#nav a { margin: 5px; padding: 3px 5px; border: 1px solid #ccc; background: #fc0; text-decoration: none }
#nav a.activeSlide { background: #faa; color: black }
#nav a:focus { outline: none; }

