/* General */

a:active, a:focus { outline:0; }
/* Interface */


.gkHighlighterGK4 {
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.gkHighlighterInterface {
    float: right;
    height: 20px;
    margin: 0 20px 0 0;
    padding: 0 7px;
    width: auto;
	font-family: flow;
}
.gkHighlighterInterface span.text {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: lighter;
    margin: 0 6px 0 7px;
    text-transform: uppercase;
}
.gkHighlighterInterface div {
    float: left;
    width: auto;
}
.gkHighlighterInterface div a {
    background: url("../images/interface.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 13px;
    margin: 4px 0 0 2px;
    width: 13px;
}
.gkHighlighterInterface div a.prev {
}
.gkHighlighterInterface div a.next {
    background-position: right 0;
}
.gkHighlighterInterface div a.prev:hover {
    background-position: 0 bottom;
}
.gkHighlighterInterface div a.next:hover {
    background-position: right bottom;
}
.gkHighlighterWrapper {
    float: left;
    height: 21px;
    overflow: hidden;
    position: relative;
}
.gkHighlighterWrapper .nowrap {
    left: -99999em;
    position: absolute;
    width: 100000px;
}
.gkHighlighterWrapper .gkHighlighterItem {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

