.jutc-articles {
	/* Auto center */
    /*wrong when responsive in purity 3 template*/
    /*display: inline-block;*/
	position: relative;
}

.jutc-articles-introtext, .jutc-articles-posttext {
	clear: both;
	margin: 10px 0;
}

.jutc-articles .item-list {
}

/*style item*/
.jutc-articles .image {
	float: left;
	margin: 0 10px 10px 0;
    max-width: 100%;
    max-height: 100%;
}

.jutc-articles .image img {
	display: block;
	height: auto;
	margin: 0px;
	padding: 0px;
	max-height: 100% !important; /*Make image responsive*/
	max-width: 100% !important; /*Make image responsive*/
}

.jutc-articles .meta {
	display: inline-block;
	margin-bottom: 10px;
}

.jutc-articles .meta > div {
	clear: both;
	float: left;
	width: 100%;
}

.jutc-articles .meta .meata-title {
	float: left;
	font-weight: bold;
	margin-right: 10px;
}

.jutc-articles .meta .meata-value {
	float: left;
}

.jutc-articles .title {
	font-weight: bold;
	line-height: 1.3;
	font-size: 13px;
	margin-bottom: 10px;
}

.jutc-articles .juct-title a {
}

.jutc-articles .introtext {
	text-align: left;
	margin-bottom: 10px;
}

.jutc-articles .readmore {
	margin-bottom: 10px;
	display: inline-block;
}

.jutc-articles .readmore a {
	background: url("images/readmore.png") no-repeat scroll right center transparent;
	padding-right: 20px;
	display: inline-block;
}

.jutc-articles .rating-star {
    background: url("images/stars.png") no-repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 16px;
    width: 16px;
}

.jutc-articles .rating-star > span {
    background: url("images/stars.png") no-repeat scroll 0 -16px;
    display: inline-block;
    height: 16px;
    width: 16px;
}

/*mode auto */
.jutc-articles.horizontal .item{
    float: left;
    padding: 0 10px;
}
