/**************************************** galeria imatges javascript***********************************************/
/**
 * This <div> element is wrapped by statically around the list
 * inside the HTML document.
 */
.jcarousel-scope {
    position: relative;
	margin:0 auto;
	margin-top:20px;
    width: 326px;
    -moz-border-radius: 10px;
    background: #E7BE80;
    padding: 20px 40px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcarousel-list li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
.jcarousel-next {
    position: absolute;
    top: 45px;
    right: 5px;
    cursor: pointer;
    display: none;
}

.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.jcarousel-prev {
    position: absolute;
    top: 45px;
    left: 5px;
    cursor: pointer;
    display: none;
}

.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

#imatges li img {border:none;}
#imatges ul {list-style: none;}
#imatges li {display:inline;}

#imatge-gran{
	position:relative;
	border:1px solid #000;
}
.img_gran{
	width:100%;
	/*height:300px;*/
	text-align:center;
	margin-top:20px;
	vertical-align:bottom;
}
