/* home slider
 ======================================================================= */
#home-rotator {
	overflow: hidden;
	width: 900px;
	position: relative;
	left: -20px;
	top: 10px;
}

#hr-cont {
	height: 680px;
	position: relative;
}

	#hr-cont .hrItem {
	
	}

	#hr-cont .hrItem a {
		position: absolute;
		top: 0;
		display: block;
		color: #333;
		font-size: 95%;
		
	}
	
		#hr-cont .hrItem a:hover {
			text-decoration: none;
			color: #999;
		}
	
	#hr-cont .hrItem .hrTitle {
		position: absolute;
		width: 370px;
		background: #fff;
		font-weight: normal;
		padding: 4px 15px 4px 10px;
		text-transform: uppercase;
		cursor: pointer;
	}
	
	#hr-cont .hrItem .hrTitle span {
		display: block;
	}
	
	#hr-cont .hrItem .hrTitle .hrDate {
		font-style: normal;
		text-transform: none;
		font-size: 90%;
		margin: -4px 0 0 0;
		display: block;
	}
	
	#hr-cont .hri1 {

	}
	
		#hr-cont .hri1 a {
			left: 0;
		}
		
		#hr-cont .hri1 .hrTitle {
			top: 80px;
			left: 0;
		}
	
	#hr-cont .hri2 {

	}
	
		#hr-cont .hri2 a {
			right: -280px;
			border-left: solid 1px #fff;
			
		}
	
		#hr-cont .hri2 a:hover {
			right: 0;
		}
	
		#hr-cont .hri2 .hrTitle {
			top: 180px;
			right: 0;
		}
		

