/*Containers*/
.jcarousel-wrapper {
	width: 740px;
	margin: 0 auto;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 641px;
    float: left;
    padding: 15px 15px 15px 0px;
    margin-left: 15px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#ourstory .jcarousel li {
    float: left;
    width: 326px;
    height: 200px;
    overflow: hidden;
    margin: 0 0 0 2px;
    padding: 0;
    background: transparent;
    position: relative;
    box-sizing: border-box;
	cursor: pointer;
	list-style-type: none;
}


#ourstory .jcarousel li.jcarousel-fullwidth {
    float: left;
    width: 652px;
    height: 200px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
	cursor: pointer;
}

/*Video*/
.jcarousel .jcarousel-video {
	height: 200px;
	float: left;
}

.jcarousel-video-caption {
	width: 273px;
	text-align: left;
	float: left;
	padding: 0 15px;
}

.jcarousel-video-caption h3 {
	margin: 0 0 10px;
	font-size: 24px;
	text-transform: uppercase;
}

.jcarousel-video-caption span {
	font-size: 12px;
}

/*Controls*/
.jcarousel-control {
	float: right;
	width: 60px;
	height: 230px;
}

.jcarousel-control-prev {background: url('http://investor.genworthmicanada.ca/files/images/our_story/genworth_ourstory_button_prev.png') no-repeat center center #f1f1f1; width: 60px; height: 97px; float: left; border-bottom: 3px solid #fff; }
.jcarousel-control-next {background: url('http://investor.genworthmicanada.ca/files/images/our_story/genworth_ourstory_button_next.png') no-repeat center center #f1f1f1; width: 60px; height: 130px; float: left;}
.jcarousel-control-prev:hover, .jcarousel-control-next:hover {background-color: #e1e1e1; }


/*Caption*/
.jcarousel-caption {
	background: url('../img/genworth_ourstory_jcarousel_caption.png') repeat;
	background: rgba(0,0,0,0.5);
	color: #fff;
	position:absolute;
	top: 130px;
	left: 0;
	padding: 10px;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	transition: top 0.5s;
	text-align: left;
}

.jcarousel li:hover .jcarousel-caption {
	top: 0;
}

.jcarousel-caption h3 {
	margin: 0 0 10px;
	font-size: 24px;
	text-transform: uppercase;
}

.jcarousel-caption span {
	font-size: 12px;
}

/*Pagination*/
.jcarousel-pagination {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0; padding: 0;
}

.jcarousel-pagination a{
	float: left;
	margin: 0px 15px;
	padding: 5px 0px;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.25s;
	border-bottom: 3px solid transparent;
	color: #999 !important;
}

.jcarousel-pagination a.active{
	border-bottom: 3px solid #004282;
	color: #18456f !important;
}