
			/* SLIDER CSS */
			#TopSlider {
				width: 945px;
				height: 296px;
				padding: 6px;
				background: url("../images/slider_bg.jpg") no-repeat;
				overflow: hidden;	
				position: relative;
			}
			
			#TopContainer {
				position: relative;
				width: 942px;
				height: 296px;
				overflow: hidden;
			}
			
			#TopWrapper {
				position: absolute;
				left: 0px;
				top: 0px;
				z-index: 5;
			}
			
			#SliderNums {
				position: absolute;
				right: 20px;
				bottom: 8px;
				z-index: 5;
				padding: 0px 5px;
				background: #002741;
			}
			
			#SliderNums span {
				font: 14px Arial, Tahoma, Verdana, sans-serif;
				font-weight: bold;
				color: #fff;
				display: inline-block;
				height: 30px;
				line-height: 30px;
				padding: 0px 8px;
				cursor: pointer;
			}
			
			#SliderNums span.selected {
				color: #f5c419;
			}
			
			.SliderPanel {
				padding: 40px 0px 0px 45px;
				width: 900px;
				height: 256px;
				float: left;
			}
			
			.SliderPanel p {
				margin: 0px;
				padding: 0px;
				font: 18px Arial, Tahoma, Verdana, sans-serif;
				color: #8bbcd7;
			}
			
			.SliderPanel .icon {
				float: right;
			}
			
			.SliderPanel.layout2 .icon {
				float: left;
			}
			
			.SliderPanel .headline {
				margin-bottom: 15px;
			}
			
			a.learnlink {
				display: inline-block;
				width: 192px;
				height: 54px;
				background: url("../images/learn_more.png");
				font-size: 0px;
				text-indent: -9999px;
				float: left;
				margin-top: 15px;
			}
			a.learnlink:hover {
				background: url("../images/learn_more_hover.png");
			}
			
			a.readlink {
				color: #a4cfe1;
				text-decoration: none;
				font: 18px Arial, Tahoma, Verdana, sans-serif;
				float: left;
				margin-top: 29px;		
				margin-left: 10px;		
			}
