/**
 * This <div> element is jwrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}









#mycarousel{

/*width: 450px;*/
 

}
#jwrap{
/*width: 680px;*/
/*background-color: #eee;*/
padding: 0px 0px;
margin-bottom:60px;
}
#jmenu{

margin: 5px 0 10px 10px;

}
#jmenu a{
font-size: 11px;
font-family: tahoma;
text-decoration: none;
padding: 0 3px;
color: #777;
}
#jmenu a:hover{
font-size: 11px;
font-family: tahoma;
text-decoration: none;
padding: 4px 3px;
background-color: #e1e1e1;
color: #777;
}

a#ajmenu {
font-size: 11px;
font-family: tahoma;
text-decoration: none;
padding: 4px 3px;
background-color: #777;
color: #fff;
}

 





#smenu{
margin: 10px 0 10px 0;

}
#smenu a {
font-size: 11px;
font-family: tahoma;
text-decoration: none;
padding: 0 3px;
color: #777;
}

 
 
a#asmenu {
font-size: 11px;
font-family: tahoma;
text-decoration: none;
padding: 4px 3px;
background-color: #777;
color: #fff;
}

#smenu a:hover{
color: #777;
font-size: 11px;
font-family: tahoma;
text-decoration: none;
padding: 4px 3px;
background-color: #e1e1e1;
 
}


.liopis{
font-size: 10px;
font-family:tahoma,verdana,arial;
text-align:center;
margin:0;padding:0;
width:130px;
background: #e4f0f1;
padding: 1px 0;
line-height:100%;

}
.liopis a{
color: #185b9f;
}


.holder{
width:130px
height:90px;
}