#slider {
	width:910px;
	height:315px;
	position: relative;
	margin: 0 auto;

}


#slides {
	position:absolute;
	left:4px;
	z-index:100;
	float: left;
	height: 315px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:903px;
	height:315px;
	overflow:hidden;
	position:relative;
	display:none;
	float: left;
}

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

#slides .slide {

	width:910px;
	height:250px;
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-29px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:872px;
}

/*
	Pagination
*/

.pagination {
   bottom: 0;
    margin: -84px auto 0;
    position: absolute;
    left:570px;
    z-index: 9999;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:20px;
	height:20px;
	background-image:url(img/nav.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	text-indent: -9999px;
}

.pagination li.current a {
	background-position:0 -20px;
}
.thumb{float: left;height: 315px; overflow: hidden;width: 560px;}
.post-content{float: left;width:290px; margin-left: 10px;}

.slide h2 a{font-family: 'bree_rgbold';font-size: 24px;color: #660000;text-shadow: 1px 1px 0 #fff;margin-bottom: 20px;display: block;}
.mas{font-size: 15px; font-style: italic;float: left; margin-top: 10px;}

.slide p{font-size: 14px;line-height:150%}