#hotnews {
	width:308px;
	height:289px;
	margin-bottom:20px;
	padding:0px;
	border:1px solid #e0e0e0;
}
#region_slide {
	width:453px;
	min-height:435px;
	margin-bottom:20px;
	margin-left:30px;
	padding:0px;
	border:1px solid #e0e0e0;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:308px;
	overflow:hidden;
	position:relative;
	display:none;
}
#region_slide  .slides_container {
	width:453px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:308px;
	height:289px;
	background:#e0e0e0;
	display:block;
	overflow:hidden;
}
.slides_container div.slide img {
	width:308px;
}
#region_slide  .slides_container div.slide img {
	/*width:453px;*/
}
#region_slide  .slides_container div.slide {
	width:453px;
	height:435px;
}


/*
	Next/prev buttons
*/

#hotnews .next,#hotnews .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#hotnews .next {
	left:100px;
}

/*
	Pagination
*/

.pagination {
	margin:-62px auto 0;
	width:50px;
	position:relative;
	z-index:700;
}
#region_slide .pagination {
	width:70px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-40px;
	left:0;
	height:50px;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	background:#ffffff;
	background:rgba(255,255,255,.7);
	width:280px;
	font-size:14px;
	line-height:14px;
	color:#005c92;
	border-top:1px solid #ffffff;
	text-shadow:none;
	text-transform:none;
}
.caption a {
	color:#005c92;
}
#region_slide  .caption {
	width:453px;
}
