.jcarousel-skin-tango .jcarousel-container {
 	width: 960px;
	height: 349px;

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
   	width: 960px;
	height: 349px;
    padding:0;
}



.jcarousel-skin-tango .jcarousel-clip-horizontal {
 	width: 960px;
	height: 349px;

}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 960px;
	height: 349px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right:0px;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/****
*
*/

.posts_box{
	width: 960px;
	height: 349px;
	margin: 0 0 0 12px;
	float: left;
	display: inline;
	background: url('../images/bg_posts.jpg') repeat-x left center #FFFFFF;
}
.posts_box .post_voluntar{
	width: 480px;
	height: 116px;
	margin: 0 px;
	float: left;
	display: inline;
	background: transparent;
	text-align: center;
}
 .posts_box .post_voluntar .img_post{
	width: 99px;
	height: 89px;
	margin: 20px 0 0 33px;
	float: left;
	display: inline;
	background: url('../images/bg_post.jpg') no-repeat left center #FFFFFF;
	text-align: center;
}
 .posts_box .post_voluntar .text_post{
	width: 312px;
	height: 89px;
	margin: 20px 0 0 0;
	float: left;
	display: inline;
	background: transparent;
	text-align: left;
}
 .posts_box .post_voluntar .text_post h2{
	padding: 0;
	margin: 0 0 0 10px;
	font-size: 15px;
	color: #DE0012;
}
 .posts_box .post_voluntar .text_post p {
	padding: 0 0 0 10px;
	margin: 5px 0 0 0;
	line-height: 14px;
	text-align: left;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 150px;
    right: 0px;
    width: 33px;
    height: 40px;
    cursor: pointer;
    background: transparent url(btn_posts_right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
   
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
   }

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;

}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 150px;
    left: 0px;
    width: 33px;
    height: 42px;
    cursor: pointer;
    background: transparent url(btn_posts_left.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
 
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
 
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;

}

/