/* ------------------------------------------------------------- jquery style  */

.jcarousel-scope {
    position: relative;
    width: 430px;
    height: 180px;
    -moz-border-radius: 10px;
    background: #ffffff;
   
}


.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
    margin-bottom: 0px;
}


.jcarousel-next {
    position: absolute;
    top: 0px;
    right: 2px;
    cursor: pointer;
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev {
    position: absolute;
    top: 0px;
    right: 35px;
    cursor: pointer;
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.rightLine{
	height:10px;
	background:url(/images/image/back_line.gif/) repeat-x 0px 8px;
}



.text_banner{
  
  height:129px;
  font: 12px verdana;
  float:right;
  padding:0px 2px 0px 0px;
  margin:0px;
  text-align:justify;
}

.banner
{
  float:left; 
  border:0px;
  margin:0px 0px 0px 7px;
  padding:0px;
}

