

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-item 
{
	position:relative;
	text-align:left;
} 
.jcarousel-item img
{
	position:relative;
}
 
.jcarousel-container div
{
	float:none;
	width:auto;
}
 
.jcarousel-container {
    position: relative;
    left:5px;
    top:4px;
}

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

.jcarousel-list {
    z-index: 1;
    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: 941px;
    height: 223px;
}

/**
 * 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;
}

.jcarousel-skin-corporate 
{
	float:left;
	left:7px;
	position:relative;
	top:6px;
}

.jcarousel-skin-corporate .jcarousel-container-horizontal
{	
    height: 223px;
	position:relative;
	width: 941px;
}

.jcarousel-skin-corporate .jcarousel-clip-horizontal {
    width:  941px;
    height: 223px;
	left:8px;
	overflow:hidden;
	position:relative;
}

.jcarousel-skin-corporate .jcarousel-item {
    width: 941px;
    height: 223px;
}

.jcarousel-skin-corporate .jcarousel-item:hover {

}

.jcarousel-skin-corporate .jcarousel-item-horizontal {
}


.jcarousel-skin-corporate .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
 .jcarousel-skin-corporate .jcarousel-prev-horizontal
 {

	background:url(../../../images/Shearers/Corporate/rightArrow.png) top left no-repeat;
	cursor: pointer;
	height:223px;
	left:959px;
	position: absolute;
	top:0;    
    	width: 31px;
}

.jcarousel-skin-corporate .jcarousel-next-horizontal:hover {
}

.jcarousel-skin-corporate .jcarousel-next-horizontal:active {
}

.jcarousel-skin-corporate .jcarousel-next-disabled-horizontal,
.jcarousel-skin-corporate .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-corporate .jcarousel-next-disabled-horizontal:active {
}

.jcarousel-skin-corporate .jcarousel-next-horizontal 
{
	background:url(../../../images/Shearers/Corporate/leftArrow.png) top left no-repeat;
	cursor: pointer;
	height: 223px;
	left: -32px;
	position: absolute;
	top:0;
	width: 31px;
}

.jcarousel-skin-corporate .jcarousel-prev-horizontal:hover {

}

.jcarousel-skin-corporate .jcarousel-prev-horizontal:active {

}

.jcarousel-skin-corporate .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-corporate .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-corporate .jcarousel-prev-disabled-horizontal:active {

}


