/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;	
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	background: url(../images/scroll_bg_h.jpg) repeat-x;
	 height:181px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {height:150px !important;width:260px !important; padding:10px 20px 10px 20px;}
.jcarousel-item {
    float: left;
    list-style: none;  
	font-size: 13px; color:#e9cae7;	
}
.jcarousel-item p{
   padding:5px 0;
   margin:0;
   height:70px;
}

.jcarousel-item h2 {
  font:normal 30px arial;
  color:#000;  
   padding:0;
    margin:0;
}
.jcarousel-item h3 {
  font:normal 30px arial;
  color:#fff;  
  padding:0;
  margin:-38px 0 0 -1px;
}
.more_but_scroll{		
	
	width: 95px; height: 28px; line-height: 28px;
	background:url(../images/more_but_scroll.jpg) no-repeat;
	text-align: center
	}
	.more_but_scroll a{			
		color:#b98fb7; font-size: 18px;
		text-decoration: none;		
		}
		.more_but_scroll a:hover{			
			color:#000; font-size: 18px;							
			}

.scrollshadow {
height: 16px;
background:url(../images/scroll_shadow_h.jpg) no-repeat;
 }
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
