.JVSlide_panel {    display: block;    width: 100%;  position: relative; background:#f1f7f8; }
.JVSlide_pic  {    position: absolute;    visibility: visible;    display: none; overflow: hidden; }
.JVSlide_description {    position: absolute;    width: 100%;    background: blue;    display: none;}
.JVSlide_pic img{width:100%;height:100%;}
.JVSlide_panel .JV-top,.JV-bottom{height:8%;}
.JVSlide_panel .JV-left,.JV-right{height:100%; background: url(img/left-right.png) repeat-y}
.JVSlide_panel .JV-left{padding-left:4%; background-position:left;}
.JVSlide_panel .JV-right{padding-right:4%; background-position:right;}
.JVSlide_panel .JV-middle{height:84%;}

.JVSlide_panel .JV-center{width:100%;height:100%;position:relative; overflow:hidden;}

.JVSlide_panel .JV-top .JV-left{background:url(img/coner-left.png) no-repeat left top; padding-left:12px;}
.JVSlide_panel .JV-top .JV-right{background:url(img/coner-right.png) no-repeat right top; padding-right:12px;}

.JVSlide_panel .JV-bottom .JV-left{background:url(img/coner-left.png) no-repeat left bottom; padding-left:12px;}
.JVSlide_panel .JV-bottom .JV-right{background:url(img/coner-right.png) no-repeat right bottom; padding-right:12px;}

.JVSlide_panel .JV-bottom .JV-center,.JVSlide_panel .JV-top .JV-center{background:url(img/top-bottom.png) repeat-x}
.JVSlide_panel .JV-bottom .JV-center{background-position:bottom;}
.JVSlide_panel .JV-top .JV-center{background-position:top;}


.JVSlide_control { position:absolute; bottom:6px; left:50%; margin-left:-16px; width:32px; height:16px;}
.JVSlide_control span { float:left; width:16px; height:16px;  background: url(img/arrows.png) no-repeat top left; cursor:pointer}
.JVSlide_control .JVSlide_next { background-position:top right}

.JVSlide_control span:hover  { background-position:bottom left}
.JVSlide_control .JVSlide_next:hover { background-position:bottom right}

.JVSlide_pics
{
    width: 0px;
    height: 0px;
    left: 50%;
    position:absolute;
    top: 300px;
}

.JVSlide_pics .JVSlide_pic{bottom: 0px;}
.JVSlide_paneldesc{position:absolute; top:0;left:0}