.my_icycle_control {
    bottom: 35px;
    left: 0;
    text-align: center;
    position: relative;
    z-index: 9;
}
ul.my_icycle_pager {
    height: 42px;
    position: absolute;
    top: 0;
    width: 100%;
}
a.my_icycle_pager {
    display: block;
    background: url("../images/banner_control_button.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 10px;
    margin-right: 5px;
    width: 11px;
}
li.activeSlide a.my_icycle_pager {
    background: url("../images/banner_control_button_active.png") no-repeat scroll 0 0 transparent;
}
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 { text-decoration:none;
}

a.my_icycle_next_previous.prev {
	background:url(../images/arrow_banner_left.png) no-repeat;
	height:77px;
	width:77px;
	left: -38px;
	top:-130px;
	position: absolute;
}

a.my_icycle_next_previous.next {
	background:url(../images/arrow_banner_right.png) no-repeat;
	height:77px;
	width:77px;
	right: -33px;
	top:-130px;
	position: absolute;
}
.my-icycle a.prev {
    background-position: 0 100%;
    left: -38px;
	top:-130px;
	position: absolute;
	z-index:999;
}
.my-icycle a.prev:hover {
    background-position: 0 0;
}
.my-icycle a.next {
    background-position: 100% 100%;
	position: absolute;
	z-index:999;
	right: -38px;
	top:-130px;
}
.my-icycle a.next:hover {
    background-position: 100% 0;
}
#icycle-data {
    display: none;
}
#my_icycle_slider,
#my_icycle_slider a { width: 100% !important; }
.cms-home #my_icycle_slider{width: 1024px!important; height:249px!important; }
.pager-container { background:url(../../images/bg_banner_bottom.png) bottom center no-repeat; position:absolute; width:1024px; height:104px; bottom: -85px;}
.pager-container ul.my_icycle_pager { position:absolute; right:103px; top:10px; width:125px!important;}
.banner-container { margin-bottom:40px;}

.col-left .my_icycle_control { display:none;}
.col-left #my_icycle { margin:0 7px;}