/*img-js*/
/*.img-js{ border: 1px solid #ccc; height:320px; margin-top: 23px; width:748px; }*/
/*img-js*/
.img-js{
    border: 1px solid #eee;
    height:320px;
    margin-top: 23px;
    width:748px;
    /*background: #f8f8f8;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1) */
}
.zxzx_cont{ width:748px; height:310px; display:block; float:left; }

div#tmpSlideshow {
    padding: 0px 0 0 0;
    position: relative;
    height: 307px;
    width: 100%;   
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
 /*   width: 651px;*/
    height: 332px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 10px 0 0 10px;
    width: 390px;
	height:295px;
   
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 90px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 8px 0 0;
    /*background: url('Feature.png') no-repeat;*/
    width: 20px;
    height: 20px;
    color: #554d31;
    font: 12px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
	line-height:18px;
}
div.tmpSlideshowControl span {
    line-height: 18px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
/*background-image: url('FeatureOver.png');*/
}
div.tmpSlideshowControlActive {
background:#0582e7;
color:#fff;
border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
position: absolute;
left: 415px;
top: 0px;
width: 303px;
}
div#tmpSlideshow h4 {
text-transform: uppercase;
font-size: 20px;
color:#000;
margin: 20px 0;
font-weight:normal;
width:290px;
display:block;
text-overflow:ellipsis; white-space:nowrap; overflow:hidden;

}
div.tmpSlideCopy p {
display:block;
color:#888888;
font-size:15px;
line-height: 2em;
text-align:justify;
text-justify:inter-ideograph;
margin-top:15px;
text-indent:2em;
}