#content {
	padding-bottom: 0;
}
#main-content {
	background: #f5f5f5;
}
#main-content ul {
	margin: 0;
	list-style: none;
}

.portfolio section {
	float: left;
	padding: 19px 5px 20px 0;
	width: 536px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: #fff;
}
.portfolio section .controls,
.portfolio section .description {
	float: left;
	padding: 15px 0 0;
	width: 260px;
}
.portfolio section .description h1,
.portfolio aside h1 {
	font-size: 1.25em;
}
.portfolio aside {
	float: right;
	padding: 20px 5px;
	height: 400px;
	width: 315px;
}
.portfolio aside li {
	float: left;
	width: 50%;
	font-size: 85%;
}
.portfolio aside a:link, .portfolio aside a:visited {
	text-decoration: none;
	color: #362f2b
}
.portfolio aside a:hover, .portfolio aside a:active {
	text-decoration: underline;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 36px;
    height: 36px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*Skin*/
.jcarousel-container {
}

.jcarousel-container-horizontal {
    width: 180px;
    padding: 10px 35px;
}

.jcarousel-clip-horizontal {
    width: 180px;
    height: 36px;
}

.jcarousel-item {
    width:  36px;
    height: 36px;
}

.jcarousel-item-horizontal {
    margin-right: 12px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal,
.jcarousel-prev-horizontal {
	position: absolute;
    top: 15px;
	width: 20px;
    height: 25px;
	cursor: pointer;
}

.jcarousel-next-horizontal {
    right: 5px;
    background: transparent url('insight-exhibits/arrow-red-right.png') no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    left: 5px;
    background: transparent url('insight-exhibits/arrow-red-left.png') no-repeat 0 0;
}

.jcarousel-next-horizontal:hover,
.jcarousel-prev-horizontal:hover {
    background-position: -20px 0;
}

.jcarousel-next-horizontal:active,
.jcarousel-prev-horizontal:active {
    background-position: -40px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active,
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px 0;
}