.CMSlideShow_container { margin-bottom: 40px; }
.CMSlideShow_imagecontainer { position: relative; }
.CMSlideShow_imagecontainer a { display: block; font-size: 0px; line-height: 0px; }

.CMSlideShow_dotcontainer { height: 20px; max-width: 90%; overflow: hidden; position: absolute; bottom: -10px; left: 30px; }
.CMSlideShow_dotcontainer span { cursor: pointer; width: 20px; height: 20px; display: inline-block; margin-right: 10px; }
.CMSlideShow_dotcontainer_trans { height: 20px; max-width: 90%; overflow: hidden; position: absolute; bottom: -10px; left: 30px; }
.CMSlideShow_dotcontainer_trans span { cursor: default; width: 20px; height: 20px; display: inline-block; margin-right: 10px; }
.CMSlideShow_dot { background: url('dot.png') top left no-repeat; }
.CMSlideShow_dotselected { background: url('doto.png') top left no-repeat; }

.CMSlideShow_thumbcontainer { max-width: 90%; overflow: hidden; position: absolute; bottom: -12px; left: 30px; }
.CMSlideShow_thumbcontainer img { cursor: pointer; margin-right: 10px; }
.CMSlideShow_thumbcontainer_trans { max-width: 90%; overflow: hidden; position: absolute; bottom: -12px; left: 30px; }
.CMSlideShow_thumbcontainer_trans img { cursor: default; margin-right: 10px; }
.CMSlideShow_thumb { border: solid 2px transparent; }
.CMSlideShow_thumbselected { border: solid 2px #004890; }