   
/* -------------------------------------------- */
/* ------------ SMALL (ABOUT THE STUDIO PAGE) ------------ */
/* -------------------------------------------- */

.jcarousel-skin-tango .jcarousel-container {
	margin-left: 0px; /* IMPORTANT! DO NOT REMOVE! */
	margin-right: 0px; /* IMPORTANT! DO NOT REMOVE! */
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:  918px;
	padding-left: 31px;
    padding-right: 31px;
    padding-top: 75px;
    padding-bottom: 25px;

}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  918px;
	height: 200px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFF5EB;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 900px;
    height: 200px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
        margin-left: 9px;
		margin-right: 9px;
}


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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 150px;
    right: -7px;
    width: 29px;
    height: 54px;
    cursor: pointer;
    background: transparent url(arrow_right.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 150px;
    left: -7px;
    width: 29px;
    height: 54px;
    cursor: pointer;
    background: transparent url(arrow_left.gif) no-repeat 0 0;
}