@charset "utf-8";
/* CSS Document */

.owl-carousel{
	width:690px !important;
	
	margin-left:25px;

}

.owl-carousel .item{
	margin-top:25px;
	width:250px !important;
	height:310px !important;
}

.owl-carousel .item a{
	text-decoration:none;
	color:#000000;
}

.owl-carousel .item a img{
	border:none;
}

.owl-carousel .item a:hover{
        text-decoration:none;
	opacity:0.7
}

.owl-carousel .item a img:hover{
	opacity:0.7
}

.owl-carousel .item .item_img{
	width:218px;
	height:145px;
	overflow:hidden;
}

.owl-carousel .item .item_subject{
	width:210px;
	height:15px;
	overflow:hidden;
	font-family:"bitstream_vera_sans_monobold";
	font-size:16px;
	text-align:center;
	color:#2b3990;
	margin-top:9px;
}

.owl-carousel .item .item_title{
	width:210px;
	height:85px;
	overflow:hidden;
	padding-top:10px;
	font-size:12px;
	font-family:"bitstream_vera_sans_monoroman";
}

.owl-carousel .item .item_view a.view_more{
	background:url(../images/view_more.png) no-repeat;
	width:218px;
	height:30px;
	margin-top:10px;
	display:block;
}

.owl-carousel .item .item_view a.view_more:hover{
	opacity:0.7;
}




