.personalities {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
}

.personalities h1.title {
    color: #FFFFFF;
    font-size: 42px;
    line-height: 46px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.personalities .personality-detail-wrapper {
	position: relative;
    height: 200px;
}

.personalities .personality-detail {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
}

.personalities .personality-detail .name {
	font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    width: 430px;
    text-transform: uppercase;
    
}

.personalities .personality-detail .desc {
	font-size: 13px;
    line-height: 17px;
    color: #ffffff;
    position: relative;
    width: 430px;
    text-align: justify;
}

.personalities .personality-detail .image {
	position: absolute;
    top: -70px;
    right: 0px;
    width: 500px;
    height: 300px;
    overflow: hidden;
    text-align: right;
    /*background: url(images/personality-detail-photo.jpg) center center no-repeat;*/
    /*background-size: cover;*/
}

.personalities .personality-detail .image img {
	/* width: 100%; */
}

.personalities .thumbs {
	position: relative;
    margin-top: 90px;
}

.personalities .thumbs .thumb {
	width: 118px;
    height: 120px;
    position: relative;
    float: left;
    display: block;
    border: 4px solid #ffffff;
    margin-right: 13px;
    margin-bottom: 11px;
    background: #cccccc;
    overflow: hidden;
}

.personalities .thumbs .thumb img {
	width: 100%;
}

.personalities .thumbs .thumb:hover,
.personalities .thumbs .thumb.selected {
	border: 4px solid #E68802;
}

.personalities .thumbs .thumb.no-margin {
	margin-right: 0px;
}

.personalities .thumbs .tooltip {
	position: absolute;
    width: 175px;
    height: 48px;
    padding-bottom: 5px;
    top: -55px;
    left: 0px;
    background: url(images/thumb-tooltip.png) no-repeat;
    display: table;
    
}

.personalities .thumbs .tooltip p {
	width: 160px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    margin-left: 8px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 13px;
    line-height: 17px;
    color: #ffffff;
    text-transform: uppercase;
}