/* KMETZ - added for examples to work */

div.three-d h2 a {
    display: block;
    padding: 0px;
}
div.three-d h2 a img {
	height:auto;
	width:auto;
	}

div.three-d {
    display: block!important;
    padding: 48px 0!important;
}

div.three-d p a {
    display: block;
    padding: 36px 24px;
}

div.three-d #nav-list-example {
    height: 132px;
    width: 624px;
    margin: 48px 0;
}

div.three-d #nav-list-example li {
    width: 132px;
    height: 132px;
    float: left;
    margin-right: 24px;
    position: relative;
	list-style-type:none;
}

div.three-d #nav-list-example li div {
    width: 132px;
    height: 132px;
    overflow: hidden;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
	xxxxxxbackground-color:#FFff99;
}

div.three-d #nav-list-example li div.back {
    left: -999em;
    background: #999;
}
div.three-d #nav-list-example li div.front {
    text-align:center;
}

