.my_icycle_control {
    bottom: 35px;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 9999;
}
ul.my_icycle_pager {
    height: 42px;
    left: 31px;
    position: absolute;
    top: 0;
    width: 100%;
}
a.my_icycle_pager {
    display: block;
    background: url("../images/navigation.png") no-repeat scroll 0 -13px transparent;
    cursor: pointer;
    height: 13px;
    margin-right: 7px;
    outline: medium none;
    width: 13px;
}
li.activeSlide a.my_icycle_pager {
    background-position: 0 0 !important;
    cursor: default;
    opacity: 1 !important;
}
ul.my_icycle_pager li { display: inline-block; }
ul.my_icycle_pager li a:hover{
    background-position: 0 0;
    opacity: 0.8;
}
ul.my_icycle_next_previous {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
a.my_icycle_next_previous {
    background: url("../images/next-previous.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 21px;
    opacity: 0;
    width: 21px;
    text-decoration: none;
}
a.my_icycle_next_previous {
    opacity: 1;
}
a.prev {
    background-position: 0 100%;
    margin-left: 10px;
    float: left;
}
a.prev:hover {
    background-position: 0 0;
}
a.next {
    background-position: 100% 100%;
    margin-right: 10px;
    float: right;
}
a.next:hover {
    background-position: 100% 0;
}
#icycle-data {
    display: none;
}