﻿body {
}
#lst-tabs{
    position:absolute;
    top:0;
    right:0;
    z-index:4999;
    padding:0;
    margin:0;
    background:none;
}
#lst-tabs li{
    width:43px;
    height:66px;
    list-style-type:none;
}
#lst-tabs li a{
    width:43px;
    height:66px;
    display:block;
    text-decoration:none;
}

#promo-items div { 
	position:absolute;
	top:0;
	left:0; 
	
}

/*NORMAL STATE*/
#tab1{
    background:url('../images/promos/tab1.gif');
}
#tab2{
    background:url('/images/promos/tab2.gif');
}
#tab3{
    background:url('/images/promos/tab3.gif');
}
#tab4{
    background:url('/images/promos/tab4.gif');
}
#tab5{
    background:url('/images/promos/tab5.gif');
}


/*ACTIVE STATE*/
#tab1.active{
    background:url('../images/promos/tab1_active.gif');
}
#tab2.active{
    background:url('/images/promos/tab2_active.gif');
}
#tab3.active{
    background:url('/images/promos/tab3_active.gif');
}
#tab4.active{
    background:url('/images/promos/tab4_active.gif');
}
#tab5.active{
    background:url('/images/promos/tab5_active.gif');
}

/*INACTIVE STATE*/
#tab1.inactive{
    background:url('../images/promos/tab1_inactive.gif');
}
#tab2.inactive{
    background:url('/images/promos/tab2_inactive.gif');
}
#tab3.inactive{
    background:url('/images/promos/tab3_inactive.gif');
}
#tab4.inactive{
    background:url('/images/promos/tab4_inactive.gif');
}
#tab5.inactive{
    background:url('/images/promos/tab5_inactive.gif');
}




#promo-items{
    height:330px !important;
    overflow:hidden !important;
}