.my-juri {

}

.my-juri.my-display {
	display: block;
}

.my-juri .item {
	width: 310px;
	height: 224px;
	overflow: hidden;
	float: left;
	border: 5px solid #FE5131;
	-webkit-transition: width .5s; /* For Safari 3.1 to 6.0 */
	transition: width .5s;
	margin-bottom: 30px;
}

.my-juri .item:nth-child(2n) {
	float: right;
}

.my-juri .image {
	height: 218px;
	background-position: right;
	background-repeat: no-repeat;
}

.my-juri .item:hover {
	margin-top: -5px;
	width: 652px;
	height: 430px;
}

.my-juri .item:hover .image {
	background-position: center;
}

.my-juri .item .content {
	overflow-y: scroll;
	height: 200px;
	padding: 20px;
}

.my-juri .title {
	color: #000;
	display: block;
	font-family: arial;
	font-size: 31px;
	margin-bottom: 14px;
	margin-top: 3px;
}