
#instagram_module {
    width: 610px;
    position: relative;
}

#instagram_module .previous, 
#instagram_module .next {
    width: 8px;
    height: 13px;
    margin-top: 65px;
    display: block;
    float: left;
    background-image: url('../i/fastfact/sprite.gif');
    cursor: pointer;
}

#instagram_module .next {
    float: right;
}

#instagram_module .previous {
    background-position: 0 -25px
}

#instagram_module .previous:hover {
    background-position: 0 -38px;
}

#instagram_module .next {
    background-position: 0 -51px;
}

#instagram_module .next:hover {
    background-position: 0 -64px;
}

#instagram_module .previous span, 
#instagram_module .next span {
    display: none;
}

#instagram_module .slides, 
#instagram_module .slides > li {
    width: 590px;
    height: 140px;
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
    overflow: hidden;
    position: relative;
}

#instagram_module .slides {
    width: 583px;
    margin: 0 14px;
}

#instagram_module .slides > li {
    top: 0;
    left: 0;
    position: absolute;
}

#instagram_module .slides a {
    width: 140px;
    height: 140px;
    margin: 0 7px 0 0;
    display: block;
    float: left;
    position: relative;
    border: none;
}

#instagram_module .slides img.main {
    width: 140px;
    height: 140px;
    border: none;
}

#instagram_module .slides img.profile {
    width: 30px;
    height: 30px;
    bottom: 7px;
    right: 7px;
    position: absolute;
    border: 2px solid black;
    border-radius: 4px;
}

