html,body,ul,li{margin:0;padding:0; font-family:arial}
.demo-wrap ul {
width: 545px;  height: 195px; overflow: hidden;
}

.demo-wrap li {
list-style: none; margin: 0; height: 213px;
}
.demo-wrap .left {
width: 205px; float: left;
}

.right {
    margin:10px 0 15px;
    direction: rtl;

}

.englishSlider .right {
    direction:ltr;
}

.right .album {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin: 0 auto 10px;
    color: #237728;
    font-weight: bold;
    
}

.englishSlider .right .album{
    font-weight: normal;
    font-size: 13px;
    
}

.right .band {
    font-size: 14px;
    color: #838383;
    font-weight: bold;
    margin-left: 20px;
    text-align: left;
}
.right .band.en{
    font-size: 13px;
    font-weight: normal;
}



.englishSlider .right .band{
    font-weight: normal;
    font-size: 13px;
    text-align: right;
}

.demo-wrap .multiple li {
width: 190px;
}

.demo-wrap .DG-wrapper {
margin: 0 auto; border:5px solid #ddd; border-radius:10px; padding:5px;
}

.demo-wrap .DG-prev {
position: absolute; top: 45%; left: -40px; width: 31px; height: 31px; text-indent: -999999px; background: url(icon_arrow_left.png) no-repeat 0 -31px;
}

.demo-wrap .DG-next {
position: absolute; top: 45%; right: -40px; width: 31px; height: 31px; text-indent: -999999px; background: url(icon_arrow_right.png) no-repeat 0 -31px;
}

.demo-wrap .DG-next:hover,
.demo-wrap .DG-prev:hover {
background-position: 0 0;
}
/*start / stop*/
.DG-auto {
text-align: center;
}

.DG-start {
color: #f1eee7; font-size: 14px; background: #838383; padding: 4px 7px;	border-radius: 3px; text-transform: capitalize;
}

.DG-start:hover {
background: #525044; text-decoration: none;
}

/*pager*/
.DG-pager {
text-align: center;
}

.DG-pager a {
font-size: 0; padding: 0px 4px; border-radius: 50%; margin:0px 2px; text-decoration: none; display: inline-block; font-weight: normal; width: 0px; height: 8px; background-color: #ccc;

}

.DG-pager a:hover {
color: #fff; background: darkred;;
}

.DG-pager .pager-active{
color: #fff; background: darkred; cursor: default;
}
