.jcarousel-wrapper {
    position: relative;
}

.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 **/

.topcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
	height: 360px;
	/*height: 460px; */
    /* height: 565px;*/
}

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

.topcarousel li {
    float: left;
    /*height: 565px;*/
	/* height: 460px;*/
}

/** Carousel Controls **/

.jcarousel-control-prev:focus,
.jcarousel-control-next:focus {
	outline: 0;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
	outline: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
	opacity:0.7;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}

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

.jcarousel-pagination {
display: table;
margin: 0 auto;
margin-top: 0px;
}
.jcarousel-pagination a.active {
background: #349846;
color: #fff;
opacity: 0.99;
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.45);

}
.jcarousel-pagination a {
text-decoration: none;
display: inline-block;
width: 10px;
background: #fff;
color: #4E443C;
border-radius: 14px;
text-align: center;
margin-right: 2px;
opacity: .75;
outline: 0;
height: 10px;
margin: 3px;
box-shadow: inset -1px -1px 2px rgba(0, 0, 0, 0.45);
}
