/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 #wrap {
 	width: 894px;
	height: 400px;
	clear: left;
	position: relative;
	left: 15px;
	top: 5px;
	}
.mycarousel li {
	width: 173px;
	height: 106px;
	}
.vidPolicyLoans {
	background: url(../imgs/VidTnPolicyLoans.jpg) no-repeat -173px 0;
	}
.vidGetYourPrem {
	background: url(../imgs/VidTnGetPremiums.jpg) no-repeat -173px 0;
	}
.vidLifeSettl {
	background: url(../imgs/VidTnLifeSettlements.jpg) no-repeat -173px 0;
	}
.vidPolicyRev {
	background: url(../imgs/VidTnPolicyReview.jpg) no-repeat -173px 0;
	}
.vidPremFi {
	background: url(../imgs/VidTnPremiumFinanc.jpg) no-repeat -173px 0;
	}
.vidSurvivor {
	background: url(../imgs/VidTnSurvivorship.jpg) no-repeat -173px 0;
	}
.vidFiduciaries {
	background: url(../imgs/VidTnFiduciaries.jpg) no-repeat -173px 0;
	}
.vidSales {
	background: url(../imgs/VidTnSalesIll.jpg) no-repeat -173px 0;
	}
.vidOverview {
	background: url(../imgs/VidTnOverview.jpg) no-repeat -173px 0;
	}
.vidAdvisors {
	background: url(../imgs/vidTnAdvisors.jpg) no-repeat -173px 0;
	}
.bgMove {
	background-position: 0 0;  
	}
.logoSm {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 0 0 65px;
	z-index: 2;
	outline: none;
	cursor: default;
	}
#mycarousel a {
	position: relative;
	top: 0;
	left: 0;
	outline: none;
	}
#mycarousel img {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	}
#mycarousel li {
	position: relative;
	}
#mycarousel img.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	}
#vidContainer {
	width: 710px;
	height: 400px;
	float: left;
	position: relative;
	left: 1px;
	}
.addthis_button {
	background: url(imgs/share.png) no-repeat -70px 0 !important;
	position: absolute;
	overflow: hidden;
	width: 84px;
	height: 16px;
	bottom: 2px;
	right: 162px;
	z-index: 2;
}
.addthis_button:hover {
	background-position: 90px 0;
	}
.jcarousel-container {
    position: relative;
	float: right;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 173px;
    height: 106px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
