#slideshow1 {
  position: relative;
  top: 122px;
  width: 1010px;
  height: 240px;
  border-radius: 5px 5px 5px 5px;
  background-color: none;
  text-align: center;
  color: #fff;
}

.btnLeft {
width: 12px;
height: 22px;
display: block;
position: absolute;
left: -40px;
top: 135px;
cursor: pointer;
}

.btnRight {
width: 12px;
height: 22px;
display: block;
position: absolute;
right: -40px;
top: 135px;
cursor: pointer;
}

#sliderHP {
  width: 1010px;
  position: relative;
}

#sliderHP .panel {
  float: left;
  overflow: hidden;
  height: 240px;
  margin-right: 10px;
}

#sliderHP .panel h2 {
  vertical-align:middle;
  margin-top:0px;
  margin-bottom:0px;
  display: table-cell;
  color: #fff;
}

#sliderHP .panel.c3 {
  width: 100px;
}

#sliderHP .panel.c2 {
  width: 120px;
}

#sliderHP .panel.c1 {
  width: 140px;
}

#sliderHP .panel.c0 {
  width: 230px;
}

#sliderHP #panel_7 {
  margin-right:0;
}


#sliderHP .panel img {
  max-height: 100%;
  max-width: 100%;
  cursor: pointer;  
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

#sliderHP .panel.c3 img { margin-top: 110px; }
#sliderHP .panel.c2 img { margin-top: 102px; }
#sliderHP .panel.c1 { padding-top: 50px; height: 190px; }
#sliderHP .panel.c1 img { margin-top: 10px; }
#sliderHP .panel.c1 h2 { font-size: 12px; height: 30px; width: 140px; }
#sliderHP .panel.c0 h2 { font-size: 14px; height: 50px; width: 230px; }