.jcarousel-skin-alertportal .jcarousel-container {
	padding: 0 41px;
}

.jcarousel-skin-alertportal .jcarousel-container-horizontal {
    padding: 30px 41px 0 41px;
    background-color: #E5E5E5;
}

.jcarousel-skin-alertportal .jcarousel-container-vertical {
}

.jcarousel-skin-alertportal .jcarousel-clip-horizontal {
	width: 700px;
	height: 548px;
	margin: 0 auto;
	background: url(shadow.png) no-repeat bottom;
}

.jcarousel-skin-alertportal .jcarousel-clip-vertical {
}


.jcarousel-skin-alertportal .jcarousel-list li,
.jcarousel-skin-alertportal .jcarousel-item {
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 700px;
    height: 548px;
}

.jcarousel-skin-alertportal .jcarousel-item-horizontal {
    /*margin-right: 10px;*/
}

.jcarousel-skin-alertportal .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-alertportal .jcarousel-next-horizontal {
    position: absolute;
    top: 260px;
    right: 41px;
    width: 41px;
    height: 41px;
    cursor: pointer;
    background: transparent url(arrow-right-off.png) no-repeat 0 0;
}

.jcarousel-skin-alertportal .jcarousel-next-horizontal:hover {
    background: transparent url(arrow-right-on.png) no-repeat 0 0;
}

.jcarousel-skin-alertportal .jcarousel-next-horizontal:active {
    background: transparent url(arrow-right-on.png) no-repeat 0 0;
}

.jcarousel-skin-alertportal .jcarousel-next-disabled-horizontal,
.jcarousel-skin-alertportal .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-alertportal .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(arrow-right-off.png) no-repeat 0 0;
}

.jcarousel-skin-alertportal .jcarousel-prev-horizontal {
    position: absolute;
    top: 260px;
    left: 41px;
    width: 41px;
    height: 41px;
    cursor: pointer;
    background: transparent url(arrow-left-off.png) no-repeat 0 0;
}

.jcarousel-skin-alertportal .jcarousel-prev-horizontal:hover {
    background: transparent url(arrow-left-on.png) no-repeat 0 0;
}

.jcarousel-skin-alertportal .jcarousel-prev-horizontal:active {
    background: transparent url(arrow-left-on.png) no-repeat 0 0;
}

.jcarousel-skin-alertportal .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-alertportal .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-alertportal .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(arrow-left-off.png) no-repeat 0 0 !important;
}

/**
 *  Vertical Buttons
 */
/*
.jcarousel-skin-alertportal .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-alertportal .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-alertportal .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-alertportal .jcarousel-next-disabled-vertical,
.jcarousel-skin-alertportal .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-alertportal .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-alertportal .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-alertportal .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-alertportal .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-alertportal .jcarousel-prev-disabled-vertical,
.jcarousel-skin-alertportal .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-alertportal .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}*/
