.image_carousel {
	position:relative;
    width:100%;
    max-width:1280px;
	min-width: 960px;
	height:270px;
	/*overflow:hidden;*/
	border: 0px solid #EEE;
	padding: 0;
	margin:0 auto;
	position: relative;
	font-size:36px;
z-index:20;
}

.image_carousel img {
    width:100%;
    max-width:1280px;
	min-width: 960px;
	height:330px;
	border: 0px solid rgba(201, 201, 201, 0.13);
	background-color: white;
	padding: 0px;
	margin: 0px;
	display: block;
	outline: 0;
	float: left;
}

a.prev, a.next {
	background: url(../design/miscellaneous_sprite.png) no-repeat transparent;
	width: 40px;
	height: 50px;
	display: block;
	position: absolute;
	top: 120px;
	outline: 0;
}


.fon_round {
position: absolute;
width: 100%;
height: 55px;
z-index: 1;
bottom: 1px;
overflow: hidden;
}

.fon_round  .div_1{
	position:relative;
	width:100%;
	height:130px;
	margin:0 auto;
	/*padding-left:30px;*/
	
	left:0;
	background-color:rgba(255,255,255,0);
	/*z-index:1;*/
}

.fon_round #PostName {
		color: #FFFFFF;
		background-color: rgba(0, 0, 0, 0.59);
		font-size: 20px;
		padding: 13px 25px;
		text-transform: uppercase;
	}
	
.fon_round #PostDate {
	color:#fbcf38;
	font-size:35px;
	}	
	
	
.fon_round #PostMain {
	color:#fff;
	font-size:35px;
	padding-top:20px;
	}		

.fon_round #PostMain a, .fon_round #PostMain a:visited  {
	color:#FFF;
	text-decoration:none;
}

.fon_round #PostMain a:hover, .fon_round #PostMain a:active, .fon_round #PostMain a:focus  {
	text-decoration:none;
	color:#CCC;
}
.heightClear25 {
	height:20px;
	
	}

.fon_round .div_1 .div_2{
	position:relative;
	padding-top:10px;
	text-align:left;
	line-height:90%;
	color:#000;
	z-index:1;
}


#big_banner_link{
	position:absolute;
	display: block;
	float: left;
	outline: 0;
	text-decoration:none;
	overflow:hidden;
	width:100%;
	height:300px;  //+30
	z-index:3; 
	background-image:url(../design/trans.png);
	background-repeat:repeat;
	z-index:1;
}



#big_banner_link:hover{
	text-decoration:none;
}


	



a.prev {			left: 30px;
					background: url(../design/lar.png) no-repeat transparent; }
a.prev:hover {		background: url(../design/lar_a.png) no-repeat transparent; }

a.prev.disabled {	background: url(../design/lar.png) no-repeat !important;  }

a.next {			right: 30px;
					background: url(../design/rar.png) no-repeat transparent; }

a.next:hover {		background: url(../design/rar_a.png) no-repeat transparent;  }
a.next.disabled {	background: url(../design/rar.png) no-repeat transparent !important;  }

a.prev.disabled, a.next.disabled {
	cursor: default;
	outline: 0;
}

a.prev span, a.next span {
	display: none;
	outline: 0;
}
#foo2 {
	position:relative;
	}

.pagination {
	position:relative;
	text-align:left;
	margin-top:-25px;
	margin-left: 20px;
	z-index:2;
	padding-left:0px;

}
.pagination a {
	background: url(../design/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
	outline: 0;
	text-decoration:none;
}

.pagination a:hover {
	text-decoration:none;
}


.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
	outline: 0;
}
.clearfix {
	float: none;
	clear: both;
}

.image_carousel #foo2 a {
	position:relative;
	display: block;
	float: left;
	outline: 0;
	text-decoration:none;
	overflow:hidden;
	width:960px;
	height:270px;
	
}