.jcarousel-wrapper {	
	width:100%; 
    position: relative;
	/*
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;			
			*/
}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
	width:100%; 
}

.jcarousel ul {	    
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 33px;
    height: 33px;
	overflow:hidden;
	text-indent:-9999px;
}

.jcarousel-control-prev {
    left: 50px;
	background-image: url(../images/btn_prev_a.png);
}

.jcarousel-control-next {
    right: 50px;
	background-image: url(../images/btn_next_a.png);
}

.jcarousel-control-prev:hover{
	
	background-image: url(../images/btn_prev_b.png);
}

.jcarousel-control-next:hover{
	
	background-image: url(../images/btn_next_b.png);
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
	
}

.jcarousel-control-prev.inactive {
	
  /*    background-image: url(../images/btn_prev_b.png); */
	
    cursor: default;
}
.jcarousel-control-next.inactive {
    /* opacity: .5; */
	
 /*     background-image: url(../images/btn_next_b.png); */
	
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination-b {
	
	position: absolute;
	margin: auto;
	bottom: -60px;
	left: 0;
	right: 0; 
	
	/* IE7 */
	*margin: 0 0 0 0; 	
}

.jcarousel-pagination-b a {
	display: inline-block;
	
    height: 40px;
    width: 40px;
	
	overflow:hidden;
	text-indent:-9999px;
    text-decoration: none;
    line-height: 40px;
    margin-right: 15px;
	
	/* IE7 */
	*text-indent:0px;
	*color:transparent;
	
    background-image: url(../images/btn_page_off.png);
	
}

.jcarousel-pagination-b a.active {
    background-image: url(../images/btn_page_on.png);
}

.jcarousel-pagination {
    position: absolute;
    bottom: 60px;
    right:  15%;
	
	/* IE7 */
	*bottom: 90px;
}

.jcarousel-pagination a {
	display: inline-block;	
    height: 40px;
    width: 40px;	
	overflow:hidden;
	text-indent:-9999px;
    text-decoration: none;
    line-height: 40px;
    margin-right: 20px;
	
	/* IE7 */
	*text-indent:0px;
	*color:transparent;
	
    background-image: url(../images/btn_page_off.png);
	
}

.jcarousel-pagination a.active {
    background-image: url(../images/btn_page_on.png);
}


