/* General */

a:active, a:focus { outline:0; }
.gkHighlighterGK4 { overflow:hidden; position:relative; height:27px; line-height:21px; width: 100%;background: #fff; }
/* Interface */

.gkHighlighterInterface { float:left; width:auto; height:27px; margin:0 10px 0 0; padding: 0 7px;
background: #178132;
//background: -webkit-gradient(linear, 0 0, 0 100%, from(#0fd00f), to(#178132));
//background: -moz-linear-gradient(#0fd00f, #178132);
}
.gkHighlighterInterface span.text { display:block; float:left; margin:2px 6px 0 0px; font-size: 13px; font-weight: bold; text-transform: uppercase;color: #fff; }
.gkHighlighterInterface div { float:left; width:auto; }
.gkHighlighterInterface div a { display:block; float:left; height:13px; width:13px; margin: 4px 0 0 2px; background:transparent url('../images/interface.png') no-repeat 0 0; cursor:pointer; }
.gkHighlighterInterface div a.prev { margin-top:7px; }
.gkHighlighterInterface div a.next { background-position: right 0;margin-top:7px; }
.gkHighlighterInterface div a.prev:hover { background-position: 0 bottom; }
.gkHighlighterInterface div a.next:hover { background-position: right bottom; }
/* Items */

.gkHighlighterWrapper { float:left; height:27px; position:relative; overflow: hidden; }
.gkHighlighterWrapper .nowrap { width: 100000px; position: absolute; left: -99999em; }
.gkHighlighterWrapper .gkHighlighterItem { position: absolute; top:0; width:100%; left:0; margin-top:2px;}
