.jcarousel-skin-webselect .jcarousel-container {
    margin-top:20px;
    border:2px solid #AAA;
}

.jcarousel-skin-webselect .jcarousel-container-horizontal {
    width: 700px;
    padding: 0;
    background: #f2f2f2;
    background: #f2f2f2 url("/img/carousel/background.jpg") no-repeat left top;
}

.jcarousel-skin-webselect .jcarousel-clip-horizontal {
    width:  700px;
    height: 300px;
}

.jcarousel-skin-webselect .jcarousel-item {
    width: 700px;
    height: 300px;
    position:relative;
}

.jcarousel-skin-webselect .jcarousel-item-horizontal {
    margin-right: 0px;
    width: 700px;
}

.jcarousel-skin-webselect .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/*Horizontal Buttons*/

.jcarousel-skin-webselect .jcarousel-next-horizontal {
    position: absolute;
    top: 108px;
    right: -13px;
    width: 40px;
    height: 84px;
    cursor: pointer;
    background: transparent url("/img/site/portfolio_buttons.png") no-repeat 0 0;
}

.jcarousel-skin-webselect .jcarousel-next-horizontal:hover {
    background-position: -40px 0;
}

.jcarousel-skin-webselect .jcarousel-next-horizontal:active {
    background-position: -80px 0;
}

.jcarousel-skin-webselect .jcarousel-next-disabled-horizontal,
.jcarousel-skin-webselect .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-webselect .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -120px 0;
}

.jcarousel-skin-webselect .jcarousel-prev-horizontal {
    position: absolute;
    top: 108px;
    left: -13px;
    width: 40px;
    height: 84px;
    cursor: pointer;
    background: transparent url("/img/site/portfolio_buttons.png") no-repeat 0 -84px;
}

.jcarousel-skin-webselect .jcarousel-prev-horizontal:hover {
    background-position: -40px -84px;
}

.jcarousel-skin-webselect .jcarousel-prev-horizontal:active {
    background-position: -80px -84px;
}

.jcarousel-skin-webselect .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-webselect .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-webselect .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -120px -84px;
}

div#content #center_col .jcarousel-skin-webselect .jcarousel-item-horizontal h3
{
    color:#8C8C8C;
    font-weight:bold;
    font-size:20px;
    margin:20px 0 12px 18px;
    padding:0;
}
div#content #center_col .jcarousel-skin-webselect .jcarousel-item-horizontal p
{
    color:#8C8C8C;
    font-size:11px;
    margin:0 0 12px 20px;
    padding:0;
}
div#content #center_col .jcarousel-skin-webselect .jcarousel-item-horizontal a
{
    font-size:11px;
    font-weight:bold;
    
}
div#content #center_col .jcarousel-skin-webselect .jcarousel-item-horizontal img
{
    float:right;
    border:2px solid #E4E4E4;
    margin:0 20px 0 12px;
}
div#content #center_col .jcarousel-skin-webselect .jcarousel-item-horizontal div.media_element_wrapper
{
    width:226px; height:180px;
    float:right;
    border:2px solid #E4E4E4;
    margin:0 20px 0 12px;
    background-color:#fff;
}
