#cs-navigation-my_icycle_slider {
}
.coin-slider {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid;
    margin-top: 0px;
    padding: 0px;
    position: relative;
    z-index: 6;
}
.coin-slider a {
    border: medium none;
    outline: medium none;
    text-decoration: none;
}
.cs-prev, .cs-next {
	background: url("../images/next-prev.png") no-repeat scroll 0 0 transparent;
    -moz-transition: none 0s ease 0s;
    height: 38px;
    overflow: hidden;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
}
.cs-prev {
	width: 38px;
	margin-left: 10px;
}
.cs-next {
	width: 39px;
	margin-right: 16px;
	background-position: -38px 0;
}
.cs-buttons {
    bottom: 20px;
    float: left;
    font-size: 0;
    left: 0;
    padding: 0;
    right: 25px !important;
	position: absolute;
}
.cs-buttons a {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
    background-image: url("../images/circle.png");
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 10px;
}
.cs-buttons a {}
.cs-buttons a:hover{}
.cs-buttons a.cs-active{background-position: 0 -26px;}

.cs-title {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    font-size: 12px;
    opacity: 0.8;
    padding: 25px;
    position: absolute;
    right: 0;
    width: 40%;
}

.cs-title h2 {
    font-size: 28px;
    line-height: 30px;
    margin-left: -2px;
    padding-bottom: 7px;
	color: #EF7F2C !important;
}

#icycle-data, #icycle-data-width, #icycle-data-height {display: none;}