h1 {
font-size: 20px;
font-weight: bold;
margin-bottom: 5px;
margin-top: 20px;
}
h2, h3, h4, h5 {
font-size: 18px;
font-weight: bold;
margin-top: 20px;
margin-bottom: 5px;
}
div#intro {
padding-bottom: 100px;
margin-right: auto;
margin-left: auto;
}
/* HGM 03 TEAL*/
.p7HGM03 {
width: 500px;
padding: 0px;
zoom: 1;
background: #fff;
margin-top: 15px;
margin-right: auto;
margin-left: auto;
}
.p7HGM03 .p7HGM_viewport_wrapper {
border: 1px solid #000;
position: relative;
}
.p7HGM03 .p7HGM_panel_content {
padding: 15px;
}
.p7HGM03 .p7HGM_controls div {
position: absolute;
top: 50%;
z-index: 9999;
margin-top: -20px;
height: 35px;
width: 18px;
display: none;
}
.p7HGM03 .p7HGM_controls div.p7HGM_prev {
left: -24px;
}
.p7HGM03 .p7HGM_controls div.p7HGM_next {
right: -24px;
}
.p7HGM03 .p7HGM_controls div img {
border: 0;
width: 18px;
height: 35px;
}
.p7HGM03 .p7HGM_controls div.p7HGM_prev a {
background-image: url(../_img/p7hgm/p7hgmTeal_CTRLPrev.gif);
background-repeat: no-repeat;
display: block;
}
.p7HGM03 .p7HGM_controls div.p7HGM_next a {
background-image: url(../_img/p7hgm/p7hgmTeal_CTRLNext.gif);
background-repeat: no-repeat;
display: block;
}
.p7HGM03 .p7HGM_controls a:hover {
background-position: 0px -35px;
}
.p7HGM03 .p7HGM_controls a.off, .p7HGM03 .p7HGM_controls a.off:hover {
cursor: default;
background-position: 0px -70px;
}
