.image-rotator .image-overlay {
	display: none !important;
}

.image-rotator {
	width: 100%;
	height: 460px;
	background: #FFFFFF;
}

.image-rotator .main_image {
	width: 49%;
	/* width: 52.5%; */
	height: 460px;
	float: left;
	background: #F5F5F5;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
	z-index: 10;
	padding: 13px;
}


.image-rotator .main_image ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 100%;
	overflow: hidden;
}

.image-rotator .main_image ul li {
	/* max-width: 561px; */
	max-height: 460px;
	margin: 0;
	/* position: absolute;
	top: 10px;
	left: 13px; */
	display: none;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.image-rotator .main_image h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0 10px 16px;
	width: 480px;
	color: #fff;
}

.image-rotator .main_image h3 a {
	color: #fff;
}

.image-rotator .block small {
	/*--We'll be using this same style on our thumbnail list--*/
	font-size: 1em;
	padding: 0 0 0 20px;
	background: url(icon_calendar.gif) no-repeat 0 center;
}

.image-rotator .main_image .block time {
	position: absolute;
	top: 19px;
	right: 16px;
	color: #999;
	font-weight: bold;
	color: #ccc;
}

.image-rotator .main_image .block time a {
	color: #ccc;
}

.image-rotator .main_image .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	/*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none;
	/*--Hide description by default, if js is enabled, we will show this--*/
}

.image-rotator .main_image .block {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	position: relative;
}

.image-rotator .image_thumb {
	/* float: left; */
	/* width: 515px; */
	/* width: 46.1%; */
	max-height: 486px;
	overflow: hidden;
	/* margin-left: 15px; */
	/* margin-left: 1.4%; 
	position: absolute; */
	padding-left: 2%;
	/*width: 100%;*/
}

.image-rotator .image_thumb img {
	float: left;
}

.image-rotator .image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.image-rotator .image_thumb ul li {
	margin: 0;
	margin-bottom: 20px;
	padding: 12px;
	padding-left: 20px;
	/*width: 100%;
	float: left;
	position: relative; */
	background: #F5F5F5;
	height: 130px;
	background: url('../imgs/white_bg.png') repeat-x repeat-y;
}
.image-rotator .image_thumb ul li:last-child {
	margin-bottom: 0 !important;
}

.image-rotator .image_thumb ul li.hover {
	cursor: pointer;
	background: url('../imgs/active_slide.png') no-repeat right top #f5f5f5;
}

.image-rotator .image_thumb ul li.news_cat.hover {
	background-image: none;
}

.image-rotator .image_thumb ul li.news_cat.hover h3 {
	text-decoration: underline;
}

.image-rotator .image_thumb ul li.active {
	cursor: default;
	background: url('../imgs/active_slide.png') no-repeat right top #f5f5f5;
}

.image-rotator .image_thumb ul li.active a {
	cursor: default;
}

.image-rotator  .image_thumb ul li h3 {
	margin: 0;
	font-size: 18px;
	padding: 0;
	line-height: 24px;
	font-weight: 300;
	text-transform:uppercase;
}

.image-rotator  .image_thumb ul li .post_excerpt {
	margin: 0;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	/* width: 400px; */
	overflow: hidden;
	padding-right: 12px;
}

.image-rotator .image_thumb ul li time a {
	color: #666;
}

.image-rotator .image_thumb ul li .more {
	position: absolute;
	right: 10px;
	top: 38px;
}

.image-rotator .image_thumb ul li .more a {
	color: #666;
}

.image-rotator .image_thumb ul li .more a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #333;
}

.image-rotator .image_thumb ul li .block {
	/* float: left; */
	padding: 0;
}

@media only screen and (max-width: 1025px) {
	.image-rotator .image_thumb ul li .post_excerpt {
		display: none;
	}
}

@media only screen and (max-width: 920px) {
	.image-rotator,.image-rotator .image_thumb ul li{height:auto;}
	.image-rotator .main_image {
		float: none;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
	.image-rotator .image_thumb {
		position: static;
		padding: 15px 0;
		overflow: visible;
		max-width: 589px;
		margin: 0 auto;
		max-height:auto;
	}
	.image-rotator .image_thumb ul li
}
/*
@media only screen and (max-width: 599px) {
	.image-rotator {
		height: 260px;
	}
	.image-rotator .main_image {
		width: 100%;
		height: 180px;
		overflow: hidden;
	}
	.image-rotator .main_image ul li {
		height: 100%;
	}
	.image-rotator .main_image ul li img {
		margin: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.image-rotator .main_image h3 {
		height: 48px;
		margin-right: 0;
		padding-right: 16px;
	}
	.image-rotator .main_image .block time {
		top: 40px;
		left: 16px;
	}
	.image-rotator .image_thumb {
		width: 100%;
	}
	.image-rotator .image_thumb ul {
		padding: 10px;
	}
	.image-rotator .image_thumb ul li, .image-rotator .image_thumb ul li .more a {
		padding: 5px;
		border: none;
	}
	.mini-rotator {
		height: auto;
	}
	.mini-rotator .main_image .desc {
		bottom: -20px;
	}
	.mini-rotator .image_thumb ul {
		margin: 0;
		padding: 0;
	}
	.mini-rotator .image_thumb ul li {
		padding: 5px;
	}
	.home #main #content, .page-template-page-home-php #main #content {
		padding: 8px 8px 28px;
	}
	.image-rotator .image_thumb ul li.active {
		background: none;
		color: inherit;
	}
} */