/**
 * 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: 515px;
    height: 166px;
}

/**
 * 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".
 */
#branding .jcarousel-prev,
#branding .jcarousel-next {
	top:79px;
	display:none;
	height:38px;
	position:absolute;
	width:37px;
	z-index:3;
	cursor:pointer;}

#branding .jcarousel-prev {
	background:url('../images/backgrounds/arrows.png') no-repeat scroll 0 0;
	left:-60px;
}
#branding .jcarousel-next:hover{
	background-position:-48px -45px;}
#branding .jcarousel-prev:hover{
	background-position:0 -45px;}
#branding .jcarousel-next{
	background:url('../images/backgrounds/arrows.png') no-repeat scroll -48px 0;
	right:-41px;}
	
	
	
	
	
	
#portfolioFooter .jcarousel-prev,
#portfolioFooter .jcarousel-next {
	top:-35px;
	display:none;
	height:16px;
	position:absolute;
	width:18px;
	z-index:3;
	cursor:pointer;}

#portfolioFooter .jcarousel-prev {
	background:url('../images/backgrounds/arrows-portfolio.png') no-repeat scroll 0 0;
	right:-9px;
}
#portfolioFooter .jcarousel-prev:hover{
	background-position:0 -17px;}
#portfolioFooter .jcarousel-next{
	background:url('../images/backgrounds/arrows-portfolio.png') no-repeat scroll -20px 0px;
	right:-29px;}
#portfolioFooter .jcarousel-next:hover{
	background-position:-20px -17px;}
