div.gk_tabmods_wrap
{
    border: solid #CCCCCC 1px;
    margin: 1px 0;
}

div.gk_tabmods
{
    position: relative;
}

div.gk_tabmodsmenu
{
    overflow: hidden;
}
ul.gk_tabmodsmenu_ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: url(../images/style1/fondo1.gif);
}
ul.gk_tabmodsmenu_ul li
{
    float: left;
    cursor: pointer;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    border-bottom: none;
    position: relative;
    padding: 0px;
}
ul.gk_tabmodsmenu_ul li span
{
    background: url(../images/style1/fondo1.gif);
    display: block;
    height: 10px;
    line-height: 10px;
    padding: 0 4px;
    font-size: 9px;
    color: #ccc;
    float: left; /*	text-transform:uppercase;*/
}
ul.gk_tabmodsmenu_ul li.active span
{
    background: url(    '../images/style1/bg_tab-active.png' ) repeat-x 0 0 !important;
    color: #aa2207 !important;
    height: 0px;
}
div.gk_tabmods_container0
{
    clear: both;
    background: url(    '../images/style1/bg_content.png' ) repeat-x 0 0;
}
div.gk_tabmods_container1
{
    overflow: hidden;
    background: url(    '../images/style1/bg_content-bottom.png' ) repeat-x 0 100%;
}

div.gk_tabmods_item
{
    float: left;
    overflow: hidden;
    padding: 1px;
}
div.gk_tabmods_button_next, div.gk_tabmods_button_prev
{
    width: 1px;
    height: 1px;
    background: url(    '../images/style1/b_next.png' ) no-repeat 0 0;
    cursor: pointer;
    position: absolute;
    top: 43%;
    right: 0;
}
div.gk_tabmods_button_prev
{
    background: url(    '../images/style1/b_prev.png' ) no-repeat 0 0;
    left: 0;
    right: inherit;
}
div.gk_tabmods_button_next:hover
{
    background: url(    '../images/style1/b_next.png' ) no-repeat 100% 0;
}
div.gk_tabmods_button_prev:hover
{
    background: url(    '../images/style1/b_prev.png' ) no-repeat 100% 0;
}

