#content_wrapper .jcarousel-wrapper {
    margin: 0px auto;
		margin-bottom:10px;
		padding:4px;
    position: relative;
    border: 1px solid #ffc600;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}
/** Carousel **/
#content_wrapper .jcarousel {
    position: relative;
    overflow: hidden;
    width: 750px;
/*  Gabe 10-31-2014
    height: 400px;
*/
		margin-bottom:10px;
}

#content_wrapper .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#content_wrapper .jcarousel li {
    float: left;
		width:750px;
		list-style-image:none;
}
/** Carousel Controls **/
#content_wrapper .jcarousel-control-prev,
#content_wrapper .jcarousel-control-next {
/*  Gabe 10-31-2014
    position: absolute;
    top: 200px;
		*/
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -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;
}

#content_wrapper .jcarousel-control-prev {
	float:right;
/*  Gabe 10-31-2014
    left: -50px;
*/
}

#content_wrapper .jcarousel-control-next {
	float:left;
/*  Gabe 10-31-2014
    right: -50px;
*/
}

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

#content_wrapper .jcarousel-control-prev.inactive,
#content_wrapper .jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

#content_wrapper .jcarousel-pagination {
/*  Gabe 10-31-2014
    position: absolute;
    left: 15px;
*/
    bottom: 0;
		text-align:center;
}

#content_wrapper .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

#content_wrapper .jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
