.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:273px; 
}

div#portfolio .jcarousel-skin-tango .jcarousel-container-horizontal {
	width:643px; 
}

/**
 *  Horizontal Buttons
 */
body#index .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 14px;
    right: -52px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: transparent url(../images/buttons/next-btn.png) no-repeat 0 0;
}



body#index .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 14px;
    left: -52px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background:url(../images/buttons/previous-btn.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 15px;
    right: -48px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background: transparent url(../images/buttons/next-btn.png) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 16px;
    left: -50px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background:url(../images/buttons/previous-btn.png) no-repeat 0 0;
}

.page_corner {
	position:absolute;
	right:0;
	top:0;
}
