/* 

	Carousel Gallery CSS 
	
*/

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "carousel-gallery".
 */


.jcarousel-clip {
    z-index: 2;
    padding: 0;
    overflow: hidden;
    position: relative;
    height:100%;
    margin:0 10px 0 50px;
    width: 850px;
	
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	
}

.jcarousel-list li a,
.jcarousel-item {
    float: left;
    list-style: none !important;
	margin: 0 !important;
	height:100%;
	
}

/**
 * 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-container {
position:relative;
margin-bottom:  1em;
background-color:#FFFFFF;
padding-top:30px;
}

.jcarousel-image-expand
{
	min-height:300px;
  text-align: center;
}

.jcarousel-list .jcarousel-item {
	list-style:  none;
	float:left;

}
.jcarousel-hide {
display:none;
}
.jcarousel-description {
float:right;
}



/**
 *  Horizontal Buttons
 */
 .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: 5px;
    width: 38px;
    height: 75px;
    cursor: pointer;
	 background: transparent url(images/next-prev-horizontal.gif) no-repeat center right;
}






.jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: 5px;
    width: 38px;
    height: 75px;
    cursor: pointer;
 background: transparent url(images/next-prev-horizontal.gif) no-repeat center left;
}


/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 40px;
    cursor: pointer;
    background: transparent url(images/next-vertical.png) no-repeat 0 0;
}

 

 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 40px;
    cursor: pointer;
    background: transparent url(images/prev-vertical.png) no-repeat 0 0;
}

 




















