/* Image Slider Stuff */
	#center {
		position: absolute;
		left: 50%;
		top:  170px;
	}
	#slider {
		position: absolute;
		width: 650px;
		height: 300px;
		left: -332px;
		top: -155px;
		overflow: hidden;
		background: #fff;
		border: 1px solid #999;
		border-left: #fff solid 0px;
		}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 307px;
		width: 415px;
		background: #fff;
		overflow: hidden;
		border-left: #fff solid 1px;
		cursor: default;
		border-left: 1px #999999 solid;
	}
	#slider .title   {
		color: #000;
		font-weight: normal;
		font-size: 1.4em;
		margin-right: 1.2em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 50%;
		background: #000;
		filter: alpha(opacity=65);
		opacity: 0.65;
	}
	#slider .text {
		position: absolute;
		top: 100%;
		color: #fff;
		/*font-family: verdana, arial, Helvetica, sans-serif;*/
		font-size: 12px;
		text-align: left;
		width: 352px;
		left: 14px;
		padding-top: 10px;
		padding-left: 3px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}

.title_text { margin-left: -1px;color: #ffffff;text-decoration: none;font-size: 14px;line-height: 1.2em;}

a.title_text:link, a.title_text:visited { margin-left: -1px;color: #ffffff;text-decoration: none;font-weight: bold;font-size: 14px;line-height: 18px;}
a.title_text:hover { margin-left: -1px;color: #ffffff;text-decoration: underline;font-weight: bold;font-size: 14px;line-height: 18px;}
