.fcLayout .fc-container{
	position: relative;
	overflow: hidden;
}
.fcLayout .jt-slide{
	position: relative;
	float: left;
}
.fcLayout .jt-slide img{
	width: 100%;
	height: 100%;
}
.fcLayout .jt-slide .jt-slide-info{
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	width: 100%;
	height: 100%;
	position: absolute; top: 0; left: 0;
	text-align: center;
	z-index: 1;
	color: #ffffff;
	opacity: 0;
}
.fcLayout .jt-slide-cross{
	width: 60px; height: 60px;
	line-height: 60px;
	margin: auto;
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
}
.fcLayout .jt-slide-cross a{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	font-size: 60px;
	font-weight: 200;
}
.fcLayout .jt-slide-inner{
	width: 100%;
	position: absolute; bottom: 20px; left: 0;
}
.fcLayout .jt-slide-title{
	padding: 10px;
}
.fcLayout .jt-slide-title a{
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;

}
.fcLayout .jt-slide-category{
	padding: 0 15px;
}
.fcLayout .jt-slide-category a,
.fcLayout .jt-slide-category span{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.fcLayout .jt-slide-extra{
	font-size: 12px;
}
.fcLayout .jtcontentshowcase-next{
	background: url("../images/next.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0.5);
	width: 40px; height: 40px;
	margin: auto;
	position: absolute; bottom: 0; top: 0; right: 0;
	z-index:999;
}
.fcLayout .jtcontentshowcase-prev{
	background: url("../images/prev.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0.5);
	width: 40px; height: 40px;
	margin: auto;
	position: absolute; bottom: 0; top: 0; left: 0;
	z-index:999;
}
.fcLayout .jtcontentshowcase-next:hover,
.fcLayout .jtcontentshowcase-prev:hover{
	background-color: rgba(0, 0, 0, 0.9);
}
.fcLayout .jt-pagination{
	margin: 10px 0px;
	text-align: center;
}
.fcLayout .jt-pagination-bullet{
	height: 8px;
}
.fcLayout .jt-pagination-number{
	height: 16px;
}
.fcLayout .jt-pagination a{
	background-color: #bcbcbc;
	display: inline-block;
	overflow: hidden;
    margin: 0px 5px;
}
.fcLayout .jt-pagination a:active,
.fcLayout .jt-pagination a:focus,
.fcLayout .jt-pagination a:hover,
.fcLayout .jt-pagination a.selected {
    background-color: #259b9a;
}

.fcLayout .jt-pagination-bullet a {
    width: 8px; height: 8px;
	border-radius: 8px;
}
.fcLayout .jt-pagination-bullet a span{
	display: none;
}
.fcLayout .jt-pagination-number a {
	color: #ffffff;
	font-size: 10px;
    width: 16px; height: 16px;
	border-radius: 16px;
	text-align: center;
	text-decoration: none;
}